I am almost convinced that Resin (1.2b) is a much more robust jsp container
than Tomcat.  However, I am having trouble installing my web-app.  I
modified resin.conf like this: (I also tried different variations with '/' &
without the '/')

    <web-app id='salestracker'>
     <servlet-mapping url-pattern='/servlet/*' servlet-name='invoker'/>
     <classpath id='WEB-INF/classes'/>
     <cache-mapping url-pattern='/' expires='2s'/>
     <error-log id='log/error.log'/>
    </web-app>

'salestracker' is in the default doc directory and it has its own
WEB-INF/classes subdirectories.

Here's the problem: My app isn't picking up my beans/servlets which probably
means there is some problem with the classpath.  As you see, I set the app
up according to the faq's.

Has anyone been able to create a new web-app under Resin? (not just copying
your classes into the default WEB-INF/classes directory.)

Chris Murphy

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to