Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

recompiling servlets

Status
Not open for further replies.

vasah20

Programmer
Feb 16, 2001
559
0
0
US
How can I get tomcat to recognize when a servlet's been recompiled? I know I can restart it, but I really don't want to go that route. (apache 1.3.20 + tomcat 4 on Linux - mandrake 8.0)

server.xml:
<Context path=&quot;/leo&quot; docBase=&quot;webapps/leo&quot;
crossContext=&quot;false&quot; debug=&quot;0&quot; reloadable=&quot;true&quot; />

httpd.conf:
<IfModule mod_webapp.c>
WebAppConnection conn warp localhost:8008
WebAppDeploy examples conn /examples
WebAppDeploy leo conn /leo
WebAppInfo /webapp-info
</IfModule>

URL used (tomcat uses port 80):

TIA - leo

------------
Leo Mendoza
lmendoza@garbersoft.net
 
I've used tomcat 3.3.1 and tomcat 4..... i couldn't get any of em to recognize updates to the webapp properly without restarting server..... looks like it's time to make a homegrown script. make a .war file and script restart script and compile
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top