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

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