Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
WorkbookTagDemoWebapp.war | 2009-11-12 | 3.8 MB | |
README.txt | 2009-10-21 | 1.2 kB | |
Totals: 2 Items | 3.8 MB | 0 |
Quick Guide The steps described here allow fast deployment of the Web ARchive file (WAR) under Appache Tomcat web application server Step 1 : Install JDK 1.5 You must be running under JDK 1.5 or later. The actual Java code use Generics and it's the only reason so far for using JDK 1.5. If required we can make the java code JDK 1.4.x compliant. Step 2 : Install Tomcat The version of Tomcat must be 5.5 (or a more recent like Tomcat 6.x). The next steps will refer TOMCAT_HOME as the Tomcat installation directory. For instance if you installed Tomcat on C:\programs\Tomcat5_5 under a Windows OS, then TOMCAT_HOME\webapps is equivalent to "C:\programs\Tomcat5_5\webapps". Step 3 : Start Tomcat On Windows OS, you can start Tomcat by simply launching the following script file: TOMCAT_HOME\bin\startup.bat Step 4 : Deploy WorkbookTagDemoWebapp.war A Web ARchive file (like WorkbookTagDemoWebapp.war) can be deployed easily by simply copying the file into TOMCAT_HOME\webapps. Step 5 : Test the Demo Application The demo application can be accessed by typing the following URL address in your favorite browser: http://localhost:8080/WorkbookTagDemoWebapp/