RE: Sample App

2003-02-07 Thread Jose Moreira
: quinta-feira, 6 de Fevereiro de 2003 20:42 Para: Tomcat Users List Assunto: Re: Sample App Jose, This looks like a packaging issue. If you've compiled your bean in src/mypackage/feijao with a package definition of src.mypackage.feijao, then you'll need to place the class file in: W

Re: Sample App

2003-02-06 Thread Mark Eggers
that lives inside your particular web-app. HTH /mde/ just my two cents . . . . --- José_Moreira <[EMAIL PROTECTED]> wrote: > Im building a simple test with the jsp sample app > just by adding a custom > bean and a test.jsp but i get : > > > java.lang.NoClassDefFoundError:

Sample App

2003-02-06 Thread José Moreira
Im building a simple test with the jsp sample app just by adding a custom bean and a test.jsp but i get : 2003-02-06 19:26:25 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception javax.servlet.ServletException: src/mypackage/feijao at