Hello, it helps, but what if you need to have a class directory to your application?
Sometimes, if you don't put the added directory in the TOMCAT classpath, even if the class directory is under WEB-INF/classes, the TOMCAT does not recognize it as a valid class. Then if you have 2 classes under different applications, that have the same name, if you put the path to both of them in the TOMCAT classpath, TOMCAT will be mixed up. right? How to prevent this? I mean, how do I make tomcat to automatically recognize my classes in the application WEB-INF/classes directory? Thanks Rui > -----Original Message----- > From: remy.menetrieux [mailto:[EMAIL PROTECTED]] > Sent: segunda-feira, 25 de Fevereiro de 2002 16:51 > To: Tomcat Users List > Subject: Re: Classpath Issue > > > You can add the specific .jar in the WEB-INF/lib of you're application > I hope this help you ... > RemY > > Rui Oliveira wrote: > > >Hello, > > > >sorry for the newbie question... > > > >Can someone please tell me how to configure the classpath for a specific > >application only, instead of defining it for all the tomcat applications? > > > > > >Thanks in advance > >Rui Oliveira > > > > > >-- > >To unsubscribe: <mailto:[EMAIL PROTECTED]> > >For additional commands: <mailto:[EMAIL PROTECTED]> > >Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
