that is what ithought too. Thanks for your quick reply all of you best Billy -------Original Message-------
From: Tomcat Users List Date: ������, 25 ������� 2002 02:24:44 �� To: Tomcat Users List Subject: RE: classpath question Hi, You should not have the webapps directory on your classpath. That is the structure you deploy into. You should have a src tree somewhere else that's in your classpath for compilation. Please refer to http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/index.html (specifically, the Deployment Organization and Source Organization sections) for complete details. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Billy V. Kantartzis [mailto:[EMAIL PROTECTED]] >Sent: Thursday, July 25, 2002 8:14 AM >To: [EMAIL PROTECTED] >Subject: classpath question > >shoud i add the web app directory in my classpath ? >i have a application deployed as follows > >webapps >| >|dms >| | >| |- jsp >|-classes >|dms >| | >| -beans >|-servlets >|- >|- > >inorder to access files in the classes dms.* pakage do i have to declare it >in the class path ? > >thanks in advanced > > >Billy V. Kantartzis (Msc Ect), >University Of Essex, >wivenhoe park , >co4 3sq >Clochester, >Essex,Uk >mailto:[EMAIL PROTECTED] > >-- >To unsubscribe, e-mail: <mailto:tomcat-user- >[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:tomcat-user- >[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED] org> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
