On 02 Sep 2002 21:12:59 -0700, "David M. Karr" <[EMAIL PROTECTED]> said: > I don't see any documentation on how to use the Manager GUI, > In the "Install:" box, there are three fields...
Here's how to install a web app using the Tomcat Web Application Manager for files in a local Windows file system: Path: "/myapp" Config URL: "file:///C:/<something>/myapp.xml" WAR URL: "file:///C:/<something>/myapp.war" The "Path" is the context name you want for the web app, like http://localhost:8080/myapp/. The "Config URL" is a path to a file that contains the parameters you would add to the server.xml file (or add to the webapps directory as a file "myapp.xml" under the new TC4.1 scheme). The "WAR URL" is the path to the war file. It COULD begin with "jar:file://" and end with "!/" but it doesn't have to. -- Daniel [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
