Installation guide

Table Of Contents
5. SERVLETEXEC APPLICATION SERVER (WINDOWS)
Documentation
Contains the ServletExec User Guide, and the Servlet
2.4 and JSP 2.0 API documentation from Sun
Microsystems.
Examples
This subdirectory contains examples of a web
application and a JSP page with an embedded bean.
See the appropriate chapters of the ServletExec User
Guide for instructions on running these examples.
ExampleServlets
The ExampleServlets subdirectory contains example
servlets that are copied to the Servlets subdirectory
for each ServletExec/AS instance as it is installed. The
example servlets are here just for use by the installer.
se-<instance-
name>
There is one se-<instance-name> subdirectory for
each ServletExec/AS installed on the computer.
See further discussion of this directory directly below.
installerFiles
The installerFiles subdirectory contains files used
by the ServletExec/AS setup program for installing
multiple ServletExec/AS instances. This directory and
its contents are only used by the installer.
lib
The lib subdirectory contains the Java archive (.jar)
files required by ServletExec/AS.
Important
Do not modify the contents of this directory!
The se-<instance-name> subdirectories of the ServletExec AS directory each
contain the following subdirectories.
classes
The classes subdirectory is automatically added to the
ServletExec VM classpath. Place class files that will be
shared by multiple web applications in this directory.
See the READ ME file within the classes subdirectory
for more information.
Servlet Logs
This subdirectory contains the Servlet.log files that
capture the output from the servlet
log() method. In
some cases, this directory isn’t created until the first
ServletExec initialization.
ServletExecData
Contains the ServletExec/AS configuration files. These
files are generally modified using the ServletExec
Admin UI, but can also be edited manually.
ServletExec 5.0 Installation Guide 51