DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14055>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14055 manager app - Install - WAR URL not documented or not working ------- Additional Comments From [EMAIL PROTECTED] 2002-10-29 19:02 ------- Maybe I miss something but the doc you are referring contains more references to non-packed installation (under the "Install A New Application" section): "The war parameter specifies a URL (including the file: scheme) for either a directory or a web application archive (WAR) file." And also: "The URL specified by the war parameter must identify a directory on this server that contains the "unpacked" version of a web application, or the absolute URL of a web application archive (WAR) file that contains this application." In addition one of the two examples at the top of the section is about the non- war installation, without "jar:" scheme: "http://localhost:8080/manager/install?path=/foo&war=file:/path/to/foo" (in contrast to the second example using a war file: "http://localhost:8080/manager/install? path=/bar&war=jar:file:/path/to/bar.war!/" -- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>