Re: Problem while deploying war

2006-06-05 Thread Venkatesh Babu
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 than a

Problem while deploying war

2006-06-04 Thread Venkatesh Babu
Hi all, I'm using Tomcat 4.1.31. I have a war file and I'm using the ant target deploy to deploy this war. Here is the code snippet of my build.xml : property name=tomcat.server.name value=localhost/ property name=tomcat.server.port value=8080/ property name=tomcat.user.name

Re: Problem while deploying war

2006-06-04 Thread Mark Thomas
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:

Re: Problem while deploying war

2006-06-04 Thread Martin Gainty
Message - From: Mark Thomas [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org 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 looks like

Re: Problem while deploying war

2006-06-04 Thread Martin Gainty
: Venkatesh Babu [EMAIL PROTECTED] To: users@tomcat.apache.org 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 deploy to deploy this war. Here is the code snippet of my build.xml : property

Problem while deploying war

2006-06-02 Thread Venkatesh Babu
Hi all, I'm using Tomcat 4.1.31. I have a war file and I'm using the ant target deploy to deploy this war. Here is the code snippet of my build.xml : property name=tomcat.server.name value=localhost/ property name=tomcat.server.port value=8080/ property name=tomcat.user.name

Re: Problem while deploying war

2006-06-02 Thread Mark Thomas
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.