Re: Page not recompiling after being touched

2006-02-24 Thread Robert Taylor
Mark, thanks so much. I've been over the docs so many times, but I missed this tidbit. /robert Mark Thomas wrote: Robert Taylor wrote: If you use antiResourceLocking, modified JSPs are not detected. This is in the docs. See http://tomcat.apache.org/tomcat-5.5-doc/config/context

Page not recompiling after being touched

2006-02-24 Thread Robert Taylor
Greetings, I'm running Tomcat 5.5.15 on Win2k. I have an Ant script which I used to start and stop tomcat and I pass it a customized server.xml file. My Context is not embedded in server.xml but rather in a separate context.xml file under /META-INF directory in my web app. The server.xml fil

Re: First JDBC tomcat app

2006-02-24 Thread Robert Taylor
What do the logs say? Have you tried connecting to MySQL outside of Tomcat? Does that work? Can you get the page to display without the JDBC stuff in it? /robert David McMinn wrote: I'm stepping through the example Professional Apache Tomcat 5 book by Wrox in Chapter 14 - I have set up the mys

Re: context path ignored in Context.xml

2006-02-23 Thread Robert Taylor
ation (META-INF). Thanks for the clarification. /robert Markus Schönhaber wrote: Robert Taylor wrote: Greetings, I'm using Tomcat 5.5.15 on Win2k in development. I start Tomcat through a target in my Ant build and pass it a server.xml file. My web app is deployed to a directory named &

context path ignored in Context.xml

2006-02-23 Thread Robert Taylor
Greetings, I'm using Tomcat 5.5.15 on Win2k in development. I start Tomcat through a target in my Ant build and pass it a server.xml file. My web app is deployed to a directory named "webapp" (the docbase) and contains a /META-INF/context.xml file which has a context path, "/test". When I s