OO Programming with Java


  1. Deploy the application (WAR file)
cd /home/thiry/tomcat/webapps/web
jar -cvf web.war *

You can then use Tomcat admin to deploy the preceding file.


15 - 16