Installation guide

Jagtool enhancements
20 EAServer
Jagtool enhancements
In EAServer 5.1, jagtool includes the following enhancements. For information
on
jagtool, see Chapter 12, “Using jagtool and jagant,” in the EAServer System
Administration Guide.
Web application synchronization enhancement
When synchronizing Web applications with the sync command, you can
optionally exclude Java class files that are listed in the Web application’s
custom class list by adding
-syncwebappjavaclasses false to the
command. Doing so may save time if these files are already present on the host
server or included in the file set of other entities that are being replicated at the
same time.
New flushstaticpage command
The new flushstaticpage command allows you to flush the static page cache
from the command line or Ant build scripts. For more information, see the
flushstaticpage reference page in Chapter 12, “Using jagtool and jagant,” in the
EAServer System Administration Guide.
Alternate Solaris Java threading model
On Solaris 2.8, you can specify the serverstart.sh option -altthrdlib.
Specifying this option causes EAServer to run with the alternate JDK thread
library that uses one-to-one mapping between kernel threads and Java threads.
This threading model can yield better performance and reliability than the
default many-to-many threading model. For
serverstart.sh syntax, see “Starting
the server” in Chapter 3, “Creating and Configuring Servers,” in the EAServer
System Administration Guide.