This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
How do I work with more than one web app in Tom cat. I'm using jakarta-tomcat-5.0.12. Say I have two webapps (like abc and xyz) under tomcat's webapp folder. Under each webapp I have WEB-INF and WEB-INF/classes. And web.xml in each WEB-INF with proper web.xml elements.
Just deploy them as two war files. Tomcat is happy enough with more than one web app deployed at once. Tomcat on the machine I'm sitting at just now is happily serving four web apps. [ January 05, 2005: Message edited by: Paul Sturrock ]