clojure « Tomcat « JSP-Servlet Q&A





1. WAR created using Clojure deployed on Apache Tomcat does not run Servlet    stackoverflow.com

I 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:

<web-app>
 ...

2. Managing resource closure in a servlet container    stackoverflow.com

I'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 ...