Installation guide

New features in version 4.1.2
58 EAServer
JavaServer Pages compilation speed
To reduce the compilation time for JavaServer Pages (JSPs), you can configure
the class path for JSPs separately from the EAServer class path. Doing so can
speed up the compilation of the JSPs. This can improve performance if your
application requires runtime compilation, and can speed up the development
cycle. For more information, see “Runtime compilation settings” in Chapter 5,
“Web Application Tuning,” in the EAServer Performance and Tuning Guide.
jagtool enhancements
See Chapter 12, “Using jagtool and jagant,” in the EAServer System
Administration Guide for more information on using these tools. The following
commands are new or enhanced in are new in EAServer 4.1.2:
Beginning in EAServer 4.1.2,
jagtool commands return status values that can
be checked in scripts that call
jagtool. The return status for each command is
listed in the reference pages in Chapter 12, “Using jagtool and jagant,” in the
EAServer System Administration Guide.
Command Enhancement
gen_skels New option to generate direct access skeletons:
-pseudoskels true|false
gen_stubs New option to generate direct access stubs:
-pseudosstubs true|false
gen_stubsandskels New option to generate direct access stubs and skeletons:
-pseudostubsandskels true|false
gen_tlbreg New. Generates type library (TLB) and registry (REG) files for ActiveX clients. This
command is only available in Windows installations.
jmsflush New. Flushes a message queue.
jmslist_listeners New. Displays the names of the listeners attached to the specified message
queue.
jmslist_messages New. Lists the messages in the specified message queue.