Hi folks,
I am trying to access a Java Bean (located under the Web-inf/classes
directory) from a JSP that is under a subdirectory of the context.
Everything works fine, when this is done directly on the context level. But
within a subdirectory the compiler is not able to compile the generated
servlet anymore. Basically he is not able to find the class and assumes that
it belongs to the package name that corresponds with the subdirectory name.
Do I have to configure such things in the web.xml deployment descriptor or
is this simply a bug of Tomcat?

Cheers,
Marcus

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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