-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
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
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
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
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
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
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 (
> 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
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