webMathematica > Configuration >

SecurityConfigurationFile

SecurityConfigurationFile
the name of the security configuration file
  • SecurityConfigurationFile is a configuration setting that specifies the location of the security configuration file for a kernel pool.
  • The setting is relative to the base of the web application.
A sample setting is shown below. This sets the security file to be the file ComputeSiteSecurity.m found in the WEB-INF directory.
<SecurityConfigurationFile>
/WEB-INF/ComputeSiteSecurity.m
</SecurityConfigurationFile>
A sample contents for the security file is shown below. This is a very conservative security model, which allows all symbols in Global` context as well as a small number of system symbols.