Hi, My problem is as follows. I would like to have an ant script that auto-deploys my webapp into Tomcat 5 including any data source resources it might need (e.g. Database connections). Thus far I have only been able to define these resources in the server.xml file, which means my deployment process requires two steps (deploy, then beg my admin to change my data source references in the server.xml).
What are the best practices for a "one click deploy" with tomcat? Thanks in advance, Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
