Some time ago I read an article what is expected to be in Servlet API 3.0. I remember I read that you can save some .jsp files in a /WEB-INF/lib/somelib.jar/META-INF/web/.jsp and this resources will be exposed to the context root of the web application.
I have just installed Tomcat7 to give it a try, but I found no documentation that I can put some web-resources in jar-files.
- Does this feature exists in servlet api 3.0?
- Does this feature exists in tomcat 7.0?
- Is there another way to have jsp-files in /lib/*.jar files?