Hi, I have an app working OK in Tomcat 5.5.9, but I can't get it to reload. I get errors such as:
D:\workspace\starfriend\build.xml:319: Failed to copy D:\workspace\starfriend\vm\home\start.vm to C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\starfriend\WEB-INF\vm\home\start.vm due to C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\starfriend\WEB-INF\vm\home\start.vm (Access is denied) I am using Velocity pages. It seems that all files under Tomcat are set to read-only. I have had this app working before , and reloading fine, but had to reinstall everything on my machine... I have set my app to be reloadable with this: <Context path="/appName" docBase="C:/Program Files/Apache Software Foundation/Tomcat 5.5/webapps/starfriend" debug="3" reloadable="true"> in my file starfriend.xml, in conf/catalina/localhost. I don't want to undeploy, redeploy - much slower. Can anyone help? Thanks, John -- View this message in context: http://www.nabble.com/reload-not-working-tf2717497.html#a7576683 Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]