How to upload and Deploy from script?

2005-06-29 Thread Matteo Turra
I would like to automate the deploy process. There is a method to perform the upload via script like via browser tomcat manager does? I read tomcat manager docs and seems that command issue via http in form of http://{host}:{port}/manager/deploy?{parameters} the war parameters is a path of a

Re: How to upload and Deploy from script?

2005-06-29 Thread Tim Diggins
check out ant (another apache project) and the tomcat tasks for ant (catalina-ant). lots of stuff in google, in jakarta.apache.org and in archives of this forum on those! -- Tim Matteo Turra wrote: I would like to automate the deploy process. There is a method to perform the upload via