NonStop Servlets for JavaServer Pages (5.0) System Administrator's Guide
Installing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-002
2-12
Directory Example
By default, the /webapps subdirectory contains your server applications. (Use
docbase in myappl.xml to set this path, or any other preferred location.)
myapp1 is a sample application subdirectory. At this (root) level you can store files
such as index.html, or create subdirectories to manage your web application
resources, for example /images for graphics files.
Every application must have a WEB-INF subdirectory. This subdirectory is a private
area whose contents are not directly served to users. WEB-INF is a structured set of
subdirectories containing servlet classes, archives, and an application specific
deployment descriptor web.xml file. Use this web.xml file to override any global
settings in the $NSJSP_HOME/conf/web.xml file to customize your web application.
Java class files are located in the /classes subdirectory; this subdirectory is
required. The server looks for class files here (either by class name or alias, set in
either of the web.xml files) and these file override the zip version in the jar/ files
shared in the lib/ directory.
You can place Java source files in a /src subdirectory (optional).