Hi Mark,
Thanks for the solution.
Actually file:///C:\temp\app1\app1.war works
-Venkatesh
--- Mark Thomas <[EMAIL PROTECTED]> wrote:
> Venkatesh Babu wrote:
> > Can anybody help me and point out what might be
> the
> > problem?
>
> Your url starts C:/ (so C looks like the protocol
> rather th
From: "Venkatesh Babu" <[EMAIL PROTECTED]>
To:
Sent: Sunday, June 04, 2006 10:19 AM
Subject: Problem while deploying war
Hi all,
I'm using Tomcat 4.1.31.
I have a war file and I'm using the ant target
"" to deploy this war. Here is the code
snippet of
Message -
From: "Mark Thomas" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Sunday, June 04, 2006 10:55 AM
Subject: Re: Problem while deploying war
Venkatesh Babu wrote:
Can anybody help me and point out what might be the
problem?
Your url starts C:/ (so C look
Venkatesh Babu wrote:
> Can anybody help me and point out what might be the
> problem?
Your url starts C:/ (so C looks like the protocol rather than a drive)
Try something like file://c/...
Mark
-
To start a new topic, e-mail:
Hi all,
I'm using Tomcat 4.1.31.
I have a war file and I'm using the ant target
"" to deploy this war. Here is the code
snippet of my build.xml :
http://${tomcat.server.name}:${tomcat.server.port}/manager"/>
But when I call this target, I'm getting
When starting a new thread (ie sending a message to the list about a
new topic) please do not reply to an existing message and change the
subject line. To many of the list archiving services and mail clients
used by list subscribers this makes your new message appear as part
of the old thread. Thi
Hi all,
I'm using Tomcat 4.1.31.
I have a war file and I'm using the ant target
"" to deploy this war. Here is the code
snippet of my build.xml :
http://${tomcat.server.name}:${tomcat.server.port}/manager"/>
But when I call this target, I'm getting