yoavs 2004/12/07 08:46:22 Modified: webapps/docs changelog.xml Added: webapps/docs/appdev/sample index.html webapps/docs/appdev/sample/web sample.war Log: Bugzilla 32382. Revision Changes Path 1.196 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v retrieving revision 1.195 retrieving revision 1.196 diff -u -r1.195 -r1.196 --- changelog.xml 7 Dec 2004 16:38:14 -0000 1.195 +++ changelog.xml 7 Dec 2004 16:46:22 -0000 1.196 @@ -32,6 +32,9 @@ <update> <bug>32532</bug>: updated logging documentation. (yoavs) </update> + <update> + <bug>32382</bug>: Index page and packaed WAR for sample webapp. (yoavs) + </update> </changelog> </subsection> 1.1 jakarta-tomcat-catalina/webapps/docs/appdev/sample/index.html Index: index.html =================================================================== <html> <head> <meta name="author" content="Ben Souther" /> <title>Sample Application</title> </head> <body> <h2>Sample Application</h2> <p> The example app has been packaged as a war file and can be downloaded <a href="sample/sample.war">here</a> (Note: make sure your browser doesn't change file extension or append a new one). </p> <p> The easiest way to run this application is simply to move the war file to your <b>CATALINA_HOME/webapps</b> directory. Tomcat will automatically expand and deploy the application for you. You can view it with the following URL (assuming that you're running tomcat on port 8080 as is the default): <br /> <a href="http://localhost:8080/sample">http://localhost:8080/sample</a> </p> <p> If you just want to browse the code you can unpack the war file with the <b>jar</b> command. <source> jar -xvf sample.war </source> </p> </body> </html> 1.1 jakarta-tomcat-catalina/webapps/docs/appdev/sample/web/sample.war <<Binary file>>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]