Here's how to install a web app using the Tomcat Web Application
Manager.

In the Tomcat Web Application Manager (version 4.1.8beta) at
http://localhost:8080/manager/html/install/
in the table row below "Install" there are
three text input fields:
"Path:   Config URL:   WAR URL: " plus the Install button.

After trial and error, here's what works for files in a local Windows
file system:
Path: "/crossbar"
Config URL: "file://C:\Projects\Crossbar\dist\crossbar.xml"
WAR URL: "jar:file://C:\Projects\Crossbar\dist\crossbar.war!/"

The "Path" is the context name you want for the web app, like
http://localhost:8080/crossbar/.

The "Config URL" is a path to a file that contains the parameters you
would otherwise add to the server.xml file (or add to the webapps
directory as a file "crossbar.xml" under the new TC4.1 scheme).

The "WAR URL" is the path to the war file. It begins with "jar:file://"
and ends with "!/".




-- 
  Daniel
  [EMAIL PROTECTED]

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to