Emerging Technologies Toolkit Services Configuration Help

You can now select demos and services that you wish to configure for the selected web application server. This list of demos and services is dynamically created by searching 3 directories (demos, utilities and applications) found under the track's services directory (for example, WSTK_HOME/services directory for the WSTK track). In order for your service or demo to be properly configured, you must adhere to the directory structure established by these demos and services. For example in the demos/stockquote directory there are three subdirectories: client, deployment, and webapp. The client directory holds client related files, the deployment directory contains axis deployment files and the webapp directory contains server related files.

The webapp directory must have a structure like the following:

/WEB-INF
web.xml
/classes
/lib
*.jsp
*.html

With this version of the Emerging Technologies Toolkit, this tool will generate a single war file for the track you have installed.

When using the Jakarta-tomcat application server, use caution because this tool generates a war file in the jakarta-tomcat/webapps directory and can overlay a similarly named war file. Further, the webapps directory generated from this war file by Tomcat is removed before the war file is created. Make backups of any similarly named war files in your jakarta-tomcat/webapps directory.

Instructions