Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To deploy the built showcase.war to Tomcat, move or copy the WAR WAhttp://confluence.twdata.org/renderer/notationhelp.action
full notation guide »R to $TOMCAT_HOME/webapps/ or use the Tomcat Manager Application to upload and deploy the WAR. After the WAR is deployed (and your server is started), point your browser to

...

Info
titleDeploying the Examples

The framework build copies the sources of each bundled web application to dist/webapps/$APP. The build also compiles the sources for each appolication and creates a WAR at dist/webapps/$APP.war. However, these WAR files are NOT ready to be deployed. These WARs do not include any of the JAR files. (Omitting the JARS reduces the size of the download by almost 200mb.) To include the dependant JARs, run Ant in the dist/webapps directory, and new WARs, with all the JARs, are placed in dist/webapps/dist.

Back to Tutorials