JSPs in JAR

2007-03-21 Thread sputnik
is there a way to include JSP files which are located in a JAR? i.e %@ import file=\/pathToJar.jar!include.jsp\% afaik the jasper compiler can load taglibs out of JARs, might be that there\'s already a solution to do this with JARs? thank you

Re: Log4j problems in Tomcat 5.x

2007-03-21 Thread sputnik
Gaurav Kushwaha wrote: I am trying to use log4j with Tomcat. I created a log4j.properties file and dumped it in WEB-INF/classes. I believe its still not being picked up by Tomcat. Any ideas ? Regards, Gaurav Singh Kushwahahttp://www.chakpak.com/MovieDetailAction-Dhoom-2-.do?movieId=18183

Re: JSPs in JAR

2007-03-21 Thread sputnik
Mikolaj Rydzewski wrote: sputnik wrote: is there a way to include JSP files which are located in a JAR? i.e %@ import file=\\\/pathToJar.jar!include.jsp\\\% afaik the jasper compiler can load taglibs out of JARs, might be that there\\\'s already a solution to do this with JARs

Re: A disk directory context without cache

2007-03-21 Thread sputnik
Artur Rataj wrote: Please help me. I tried this: Context path=\/disk\ docBase=\/home/lib/disk\ debug=\0\ reloadable=\true\ /Context with various combinations of slashes, with a symlink etc. it all gives 404 when trying http://address/disk