1. WAR created using Clojure deployed on Apache Tomcat does not run Servlet stackoverflow.comI created the sample WAR as given at the Compojure Getting Started Page and deployed it to Apache Tomcat 6.0.2 wepapps folder. The Web.xml I used is as below:
|
2. Managing resource closure in a servlet container stackoverflow.comI'm using Tomcat as a servlet container, and have many WARs deployed. Many of the WARs share common base classes, which are replicated in each context due to the different ... |