Sun Java System Application Server |
The webapps-simple application is a collection of basic servlets and Java Server Pages (JSP pages) that demonstrate using the servlet and JSP APIs. Assemble and deploy this application for a quick an introduction to web applications and application development and administration tools.
The provided build script automatically registers the required JavaMail and JNDI resources with the Application Server. You might want to experiment by modifying and redeploying the application.
The general instructions for building, deploying, and running sample applications are provided in Building, Deploying, and Running Sample Applications. In reading this document, use the following application-specific variables for this application:
install_dir
is the directory where Application Server is installed.
app_dir
is the application base directory: install_dir/samples/webapps/apps/simple/
.
webapps-simple.war
.
Follow this general procedure:
build.xml
, is in the app_dir
directory,
specifically, install_dir/samples/webapps/apps/simple
.
install_dir/samples/webapps/apps/simple/webapps-simple.war
.
Copyright © 2006 Sun Microsystems, Inc. All rights reserved.