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]
# 1
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.
limeybrit9 at 2007-7-5 > top of java,Enterprise & Remote Computing,Web Tier APIs...
# 2
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
fredege at 2007-7-5 > top of java,Enterprise & Remote Computing,Web Tier APIs...