Re: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vikram, On 11/3/2010 9:09 AM, Vikram Vaswani wrote: > Hi David, > >>> When you say "your script", which script do you mean? I'm using the >>> standard Ant build.xml that's shown in the Tomcat online docs. >> >> That's the script you need to change; p

Re: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-03 Thread David kerber
On 11/3/2010 1:02 PM, Vikram Vaswani wrote: Hi David, When you say "your script", which script do you mean? I'm using the standard Ant build.xml that's shown in the Tomcat online docs. That's the script you need to change; point it to where you want your app to end up. Can you suggest which

Re: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-03 Thread Vikram Vaswani
Hi David, >> When you say "your script", which script do you mean? I'm using the >> standard Ant build.xml that's shown in the Tomcat online docs. > > That's the script you need to change; point it to where you want your app to > end up. Can you suggest which properties I should change in this fi

Re: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-03 Thread Vikram Vaswani
Hi David, >> When you say "your script", which script do you mean? I'm using the >> standard Ant build.xml that's shown in the Tomcat online docs. > > That's the script you need to change; point it to where you want your app to > end up. Can you suggest which properties I should change in this fi

Re: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-03 Thread David kerber
On 11/3/2010 5:26 AM, Vikram Vaswani wrote: Hi Charles, I am able to do this manually, by creating a separate context file in Catalina/localhost/lcs.xml and specifying the C:\lcs path as the Context docbase. However, I would like this to happen automatically. What do you want to happen automa

Re: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-03 Thread Vikram Vaswani
Hi Charles, >> I am able to do this manually, by creating a separate context file in >> Catalina/localhost/lcs.xml and specifying the C:\lcs path as the >> Context docbase. However, I would like this to happen automatically. > > What do you want to happen automatically?  Once the application and t

Re: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-03 Thread Pid
On 03/11/2010 06:24, Caldarale, Charles R wrote: >> From: Vikram Vaswani [mailto:vikram.melonf...@gmail.com] >> Subject: Deploying Tomcat app with Ant to non-webapps location (Windows) > >> When deployed, the application ends up at C:\program >> files\Tomcat\lcs (

RE: Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-02 Thread Caldarale, Charles R
> From: Vikram Vaswani [mailto:vikram.melonf...@gmail.com] > Subject: Deploying Tomcat app with Ant to non-webapps location (Windows) > When deployed, the application ends up at C:\program > files\Tomcat\lcs (lcs is the application name). Not an appropriate spot, so it's good

Deploying Tomcat app with Ant to non-webapps location (Windows)

2010-11-02 Thread Vikram Vaswani
Hello I am new to Tomcat and request help with the following problem on Tomcat/Windows. My Tomcat installation is at C:\program files\Tomcat I have created an application as per the instructions in the Tomcat Application Developer's Guide and am able to build and deploy it using Ant. When deploy