Re: Installing Tomact as a service... update

2005-11-01 Thread Robert Parsons
Since the script is run under a different use (tomcat) make sure that the tomcat user has access to read all the appropreate configuration files, the web app and the database driver etc. Preston Crawford wrote: So I've been trying to use this site and the daemon script here. http://www.linu

Re: ant reload

2005-11-01 Thread Robert Parsons
You'll probably find that your web application is being copied into tomcats folder on install. So when you compile your new classes and reload, it just reloads the web-app from its own copy (which is still old). Try creating a context.xml file in META-INF that looks something like this: ...