Posted By:
Qing_Jia
Posted On:
Tuesday, January 8, 2002 02:07 PM
I have installed Tomcat and started two services, one
standalone and one accessible through an Apache web
server. When I recompile a servlet in an application, the
standalone service reloads the servlet and uses the latest
version just fine. However the Tomcat-Apache service
does not do the reload. I even added a context within the
service for the application and made it reloadable, but
it didn't help.
I want to know whether it is possible to configure the
Tomcat-Apache service to reload servlets and if so, how
to do it. Thanks in advance!