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=32418>. 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=32418 Summary: URL is not supported for WAR deployment in Tomcat 5 Manager. Product: Tomcat 5 Version: Nightly Build Platform: All OS/Version: All Status: NEW Keywords: PatchAvailable Severity: normal Priority: P2 Component: Webapps:Manager AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] WAR deployment fails when jar: URL is passed to "war=" or "config=" argument of /manager/deploy service. It seems code supporting jar: URL is currently gone from ManagerServlet.java (it was there with Tomcat 4), so I added support for it once again. In addition to jar: URL, this patch adds support for any URL, so you can deploy remote WAR file located on FTP or HTTP server (or anything java.net.URL supports). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]