1. Can I serve JSPs from inside a JAR in lib, or is there a workaround? stackoverflow.comI have a web application deployed as a WAR file in Tomcat 7. The application is build as a multi-module project:
|
2. How do you disable session creation for all JSPs with Tiles? stackoverflow.comIs there any way to make all my JSPs not create sessions when using Jasper (Tomcat)? Apparently Jasper will create a session unless you specify not to:
Is ... |