Re: JSP/Servlet runs even when webapp undeployed

2005-12-11 Thread Darren Holloway
Hi Charles, thanks for the quick response. #1: When I take Apache out of the picture, it behaves as expected: Accessing an undeployed app through tomcat gives 404, and changes are picked up when I re-deploy. Unfortunately, running it through Jk still shows the very original version. #2: Ther

RE: JSP/Servlet runs even when webapp undeployed

2005-12-11 Thread Caldarale, Charles R
> From: Darren Holloway [mailto:[EMAIL PROTECTED] > Subject: JSP/Servlet runs even when webapp undeployed > > However, if I undeploy the web-app, it continues to run. If I deploy > another version of the web-app, it still uses the original one. A few things to try: 1) Take httpd out of the pi