Sun Microsystems 820433510 Server User Manual


 
Debug Options: Specify the JPDA options passed to the JVM when the debugging is
enabled.
RMI Compile Options: Enter the command-line options for the rmic compiler. The
Enterprise Server runs the rmic compiler when EJB components are deployed.
Bytecode Preprocessor: Enter a comma separated list of class names. Each class must
implement the com.sun.appserv.BytecodePreprocessor interface. The classes are called
in the order specied.
Tools such as prolers may require entries in the Bytecode Preprocessor eld. Prolers
generate information used to analyze server performance.
Conguring Advanced Settings
To set the advanced application conguration using the Admin Console, select Application
Server > Advanced tab > Application Conguration tab and set the application conguration as
follows:
Reload: Select this checkbox to enable dynamic reloading of applications.
If dynamic reloading is enabled (it is by default), you do not have to redeploy an application
or module when you change its code or deployment descriptors. All you have to do is copy
the changed JSP or class les into the deployment directory for the application or module.
The server checks for changes periodically and redeploys the application, automatically and
dynamically, with the changes. This is useful in a development environment, because it
allows code changes to be tested quickly. In a production environment, however, dynamic
reloading might degrade performance. In addition, whenever a reload is done, the sessions
at that transit time become invalid. The client must restart the session.
Reload Poll Interval: Dene the interval at which applications and modules are checked for
code changes and dynamically reloaded. The default is 2.
Admin Session Timeout: Specify the number of minutes of inactivity after which the admin
session times out.
In addition, dene the deploy settings as follows:
Auto Deploy: Select this checkbox to enable automatic deployment of applications.
Autodeployment involves copying an application or module le (JAR, WAR, RAR, or EAR)
into a special directory, where it is automatically deployed by the Application Server.
Auto Deploy Poll Interval: Dene the interval at which applications and modules are
checked for code changes and dynamically reloaded. The default is 2.
Verier: Check the Verier Enabled box to verify your deployment descriptor les. This is
optional.
Precompile: Check the Precompile Enabled box to precompile any JSP les.
ConguringAdvancedSettings
SunGlassFishEnterpriseServer2.1AdministrationGuide • December2008220