You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chris Busch <cb...@medservelink.com> on 2000/07/21 17:39:44 UTC

Can TomCat be configured to auto reload a directory of classes

Can TomCat be configured to auto reload a directory of classes even ones
that are not servlets or jsps?

RE: Can TomCat be configured to auto reload a directory of classes

Posted by "Rob S." <rs...@home.com>.
Hi Chris,

I'm not sure if anyone replied to this yet, if so, sry for the repeat!

Tomcat will autoreload all classes under WEB-INF/lib or WEB-INF/classes of
your context.  Bean classes for example, aren't servlets or JSPs, and Tomcat
can autoreload them.  Just make sure in your Context element in server.xml,
you have reloadable="true".  Or maybe it's autoreload="true".  Check the
server.xml, you'll see ;)

HTH!

- r

> -----Original Message-----
> From: Chris Busch [mailto:cbusch@medservelink.com]
> Sent: July 21, 2000 8:40 AM
> To: 'tomcat-user@jakarta.apache.org'
> Subject: Can TomCat be configured to auto reload a directory of classes
>
>
> Can TomCat be configured to auto reload a directory of classes even ones
> that are not servlets or jsps?
>