RV: How to reload jsp using ant in Tomcat 5.5

2005-12-14 Thread Guillermo Sobrino
I have set "development" to true and "modificationTestInterval" to 0 but I can not get the file $CATALINA_HOME/webapps/mywebapp/test.jsp updated automatically by Tomcat. I change it in my install_home (outside Tomcat) from wich the webapp is deployed but Tomcat does not seem to realize that it

RV: How to reload jsp using ant in Tomcat 5.5?

2005-12-07 Thread Guillermo Sobrino
Hello, I'm using Tomcat 5.5 on wich I deploy a web application with ant using: where install.home/component.name-component.version is a local directory wich contains a typical structure with JSP's and a WEB-INF directory wich includes lib and classes directories. I get