Hi Ryan, you shouldn't have your source files mixed up with Tomcat. You should rather develop somewhere else and use a build tool like Jakarta Ant to deploy your app to Tomcat.
Craig's App Developer Guide at tomcathome/webapps/tomcat-docs/appdev/index.html gives a very good introduction into the development process. Good luck. Andreas On 26 Oct 2002 at 15:17, Ryan Heusinkveld wrote: > Hi all, > > I am trying to configure Tomcat to allow me to import and use classes that I > have created within my jsp pages. I imported them within my page, but I get > the error that the classes cannot be found. I created a directory under my > $CATALINA_HOME called 'src', and packaged my classes accordingly under > there. What do I need to do to tell Tomcat that the classes are under > there? Should I be placing them somewhere else? > Any help is appreciated. > > -Ryan > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
