You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Daniel Kehoe <ke...@fortuity.com> on 2002/08/13 02:05:14 UTC

web app mgr syntax for a Windows war location

Using the Tomcat Web Application Manager in 4.1.8beta, what is the
syntax used to install a web app specifying a war file located in the
Windows file system? There is no example in the docs at 
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html

I tried "WAR URL:"
jar:file:C:\Projects\<myapp>\crossbar.war!/
file:C:\Projects\<myapp>\crossbar.war!/
C:\Projects\<myapp>\crossbar.war!/
and various variations without the "!/" and replacing "\" with "\\" and
"/" all to no avail.

Also, what is the field "Config URL:" ?
-- 
  Daniel
  kehoe@fortuity.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: web app mgr syntax for a Windows war location

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Tue, 13 Aug 2002, Daniel Kehoe wrote:

> Date: Tue, 13 Aug 2002 00:05:14 UT
> From: Daniel Kehoe <ke...@fortuity.com>
> Reply-To: Tomcat Users List <to...@jakarta.apache.org>
> To: tomcat-user@jakarta.apache.org
> Subject: web app mgr syntax for a Windows war location
>
> Using the Tomcat Web Application Manager in 4.1.8beta, what is the
> syntax used to install a web app specifying a war file located in the
> Windows file system? There is no example in the docs at
> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html
>
> I tried "WAR URL:"
> jar:file:C:\Projects\<myapp>\crossbar.war!/
> file:C:\Projects\<myapp>\crossbar.war!/
> C:\Projects\<myapp>\crossbar.war!/
> and various variations without the "!/" and replacing "\" with "\\" and
> "/" all to no avail.
>

I normally install directories rather than JAR files, but something like
this should work:

    jar:file:d:\Projects/<myapp>/crossbar.war!/

Is there a reason you're creating a WAR instead of just deploying a
directory directly (like the example build.xml file does)?


> Also, what is the field "Config URL:" ?

Where do you see this term being used?

> --
>   Daniel
>   kehoe@fortuity.com
>

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>