Installation guide
5. SERVLETEXEC APPLICATION SERVER (UNIX)
ServletExec 4.1 Installation Guide 73
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.
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 ServletExecAS 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 servlets in this directory.
See the README file within the classes subdirectory
for more information.
ServletLogs
This subdirectory contains the Servlet.log files that
capture the output from the servlet log() method. In
some cases, this directory doesn’t get created until the
first ServletExec initialization.
ServletExecData
This subdirectory contains the ServletExec/AS
configuration files. These files are generally modified
using the ServletExec Admin UI, but can also be edited
manually.
Servlets
This subdirectory contains the class files for servlets
hosted by ServletExec/AS.
See the README in the
Servlets directory and the
ServletExec User Guide for more information.