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 h

JSP/Servlet runs even when webapp undeployed

2005-12-11 Thread Darren Holloway
Hello all; I'm at my wit's end trying to figure this problem out. Context of the problem: I have connected Apache-1.3.33 to Tomcat-5.5.12 through Jk. Apache is configured to route all *.jsp URL's to Jk. On the Tomcat weapp side, I have one JSP, one singleton-pattern c