Select the Advanced tab to display and modify the Web application’s advanced properties. Click Apply to apply any changes, or Reset to undo any changes that have not been applied. Advanced properties include:
Synchronize – synchronizes advanced properties with configuration properties. If you make any changes on the advanced properties page, you must synchronize them for them to be valid on the Configuration tab. You should also run reconfigure for the changes to take effect.
Class Loader Name – by default, named class loaders are created when an entity is deployed. The named class loader is named according to the entity name. The class path for the loader includes any relevant JAR files deployed and the class path from the manifest file. The class loader name looks similar to this:
<setProperties classLoader="ejbjar-sample"> <property name="classPath" value="~/ejbjars/*.jar"/> <property name=”parentFist” value=”true”/> <property name=”parentClassLoader” value=”app-sample”/> <property name="classloaderImpl" value="com.sybase.djc.util.NamedClassLoader"/> </setProperties>
Log Exceptions Enabled – writes error, stack trace information, and explanatory error messages to the server log file.
Permit Access – defines the ports and roles which have access to this resource.
Trace Public Methods Enabled – generates a response containing all instances of the headers sent in a trace request.