Since you are using Tomcat 3.3, see: <http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html#configuring_classes>
It describes how to add classes. Item 2, describes two System properties that can be used to add directories or jars to the Common and Apps classloaders. Cheers, Larry > -----Original Message----- > From: Mu�oz Ordenes Andr�s (Casa Matriz) [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 06, 2002 4:42 PM > To: 'Tomcat Users List' > Subject: RE: Classpaths > > > > -----Mensaje original----- > > De: Shapira, Yoav [mailto:[EMAIL PROTECTED]] > > Enviado el: Thursday, June 06, 2002 4:39 PM > > Para: Tomcat Users List > > Asunto: RE: Classpaths > > > > > > Howdy, > > > > >How can i do for add classes to Tomcat Classpath?... i have an > > application > > > > The short answer: in many many ways ;) > > hahahahaha... :D > > > The long answer: depends on where you want the classes to > be visible. > > If you just want them for one web-app, add them to that web-app's > > /WEB-INF/classes directory. Or package them as a jar and > add them to > > the /WEB-INF/lib directory. > > I can't do this... i mean, i must no move classes > > > If you want the classes to be visible to more than one > > web-app, you can > > put them in $CATALINA_HOME/classes, or again package them > up as a jar > > and put them in $CATALINA_HOME/lib. > > Mmmm... i have Tomcat 3.3... and i can't move classes... > > Another chance? > > Atte. > Andr�s Mu�oz O. > Fono: 690 3155 > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
