Re: A disk directory context without cache

2007-03-21 Thread sputnik
Artur Rataj wrote: >> Please help me. I tried this: >> >>> reloadable=\"true\"> >> >> >> with various combinations of slashes, with a symlink etc. it all gives >> 404 when trying >> >> http:///disk >> >> -

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\\\"%> >>>> >>>> afai

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 > Kushwaha

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