DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28830>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28830 ManagerServlet is broken for war upload (deploy) Summary: ManagerServlet is broken for war upload (deploy) Product: Tomcat 4 Version: 4.1.29 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Webapps:Manager AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The war file to be deployed (uploaded) is stored in the host temp dir and then, the file url is passed to the deployer for deployment. If liveDeploy=false the StandardHostDeployer will throw an exception complaining that the war is not in the host appBase directory. (oops) Assuming liveDeploy=true, it will expand the war file from the temp dir (oops bis) HTMLManagerServlet does it correctly as it copies the uploaded war in the temp dir to the host appBase directory before attempting deployment. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]