Carlos de la Flor wrote:

> there is not other method?
> if i put a new class (once a new jar) i must restart the tomcat.........
> thanks
> Carlos
>

Your other option is to put the class files (unpacked) underneath
WEB-INF/classes.  If you configure your web application to auto-reload
(see the
<Context> for the "/examples" web app in "conf/server.xml"), Tomcat will
automatically reload your web application when classes are changed.

Craig McClanahan


>
> ----- Original Message -----
> From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, March 02, 2001 9:25 PM
> Subject: Re: where in tomcat4b1 the general classes?
>
> > Carlos de la Flor wrote:
> >
> > > my all virtual domains are in /home/users
> > > the tomcat home is in /opt/tomcat
> > > in the tomcat 3.2.1 in the TOMCAT_HOME i have a directory (its name is
> > > classes) and i put in this directory the all classes (*.class files) for
> my
> > > all virtual domains
> > > i try to make this in tomcat 4b1 and the classes (*.class) aren't found.
> > > isn't this method posible with the tomcat 4b1?
> > > how can i put in one only place the classes (*.class files) for reading
> from
> > > any virtual domain?
> > > thanks
> > > Carlos
> > >
> >
> > Put them in a JAR file underneath the "lib" directory.
> >
> > >
> > > Please i need a answer, i have a great problem with this.
> > > thanks
> > > Carlos
> > >
> >
> > Craig McClanahan
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to