Setting the classpath for JSP applications
Hi I face the following problem: Tomcat is unable to find my beans. However they are well installed in /var/tomcat3/webapps/MyApp/WEB-INF/classes.Is there a configuration parameter I forgot to set?Thank you for helping meFrederic
[278 byte] By [
fredege] at [2007-9-19]

I don't use Tomcat ... but in JRun, there are Java attributes to set, such as the classpath. Also, make sure that the path is included in your classpath too.
Shame on me!I forgot to declare my bean's class as public.So, as expected, tomcat automatically includes "WEB-INF/classes" in the application classpath.Frederic