Apache Tomcat deployment guidelines
To deploy a speech application to an Apache Tomcat application server, you must package the application within a standard Web Archive (WAR) file. A WAR file is a compressed set of files, similar to a ZIP file. The WAR file format is specified by the J2EE specification and all J2EE-compliant application servers should support this format. The Tomcat servlet engine is optimized to handle WAR files. For more information about WAR file requirements for speech applications on your Apache Tomcat system, see the documentation for your system.
When you transport the WAR files to your Apache Tomcat application server, copy them to the directory TomcatHome\webapps\, where TomcatHome is the directory in which your Apache Tomcat application server software is installed.
Then, when you next start Tomcat, Tomcat automatically installs and deploys the application.
Important:
If you are redeploying an existing application, make sure the original application is not running before you deploy the new version on the server. If the original application is running, there could be conflicts with the log files.