For advanced users only. Select this tab to edit server property settings in the EJB Server configuration repository. You can use this tab to edit any property prefixed with “com.sybase.jaguar.server.”
Most server properties can be configured on other tabs in the Server Properties dialog box, except the following:
com.sybase.jaguar.server.authservice The name of a custom component that authenticates IIOP user connections. The default is AseAuth/DbAuth.
com.sybase.jaguar.server.authorization.service The name of a custom component that authorizes user access to components and HTTP URLs.
com.sybase.jaguar.server.authorization.permcachetimeout The length of time, in seconds, that the server can cache authorization data for a user’s access to a resource. The default is 7200 seconds, which is equivalent to 2 hours.
com.sybase.jaguar.server.jvm.debugging Whether in-process Java debugging is enabled for servlets and Java components. Set to true to enable debugging (you must also start the debug version of the EJB Server).
com.sybase.jaguar.server.jvm.nojit Specifies whether the Java Virtual Machine just-in-time (JIT) compilation feature is disabled. Set the value to true (the default) to disable the JIT feature.
com.sybase.jaguar.server.jvm.options Specifies initialization options for the Java Virtual Machine. You can specify any option that is valid for the java command line. Separate options with commas, for example:
-Dmy.system.property.1=foo,-Dmy.system.property.2=bar
com.sybase.jaguar.server.jvm.verbose Specifies whether the Java class loader should write information about each class loaded to the server log. The default is false, which indicates that class loader logging is disabled.
com.sybase.jaguar.server.jvm.verboseGC Specifies whether the Java garbage collector should write information about each that is destroyed to the server log. The default is false, which indicates that garbage collector logging is disabled
com.sybase.jaguar.server.roleservice The name of a custom component that evaluates user’s role membership to control access to components and HTTP URLs. The default value is AseAuth/DbAuth.
com.sybase.jaguar.server.services A list of components that run as service components in the server.
com.sybase.jaguar.server.timeout Specifies the default instance timeout for stateful components running in the server.
com.sybase.jaguar.server.tx_timeout Specifies the default transaction timeout for components running in the server.
See “Configuring server stack size” for information about setting server stack size using the com.sybase.jaguar.server.stacksize parameter.