Hello
I have a weird problem in one of the hosts configure on Resin.
The application can't access a certain lib that locates at WEB-INF/lib and can't access a configuration file conf.txt at WEB-INF/classes.
I can access the
servlet in the classes folder and the application runs fine if I put my jar in <RESIN-ROOT>/lib and the conf file in <RESIN-ROOT>.
I add the classpath derivative in my host configuration but still the problem remains.
<classpath id=WEB-INF/classes' compile='false'/>
<classpath library-dir='WEB-INF/lib'/>
<servlet-mapping url-pattern='/servlet/*'servlet-name='invoker'/>
<servlet-mapping url-pattern='*.jsp' servlet-name='com.caucho.jsp.JspServlet'/>
Any ideas ???
thanks in advance
/Shraga.