Yes. Please find in the attachment.
Raghupathy,Gurumoorthy wrote:
Can you send the build.xml and build.properties ?
-Original Message-
From: Tamas Hegedus [mailto:[EMAIL PROTECTED]
Sent: 01 November 2005 15:35
To: Tomcat Users List
Subject: Re: ant reload
Hmm. Yes, that could be
Can you send the build.xml and build.properties ?
-Original Message-
From: Tamas Hegedus [mailto:[EMAIL PROTECTED]
Sent: 01 November 2005 15:35
To: Tomcat Users List
Subject: Re: ant reload
Hmm. Yes, that could be the problem. Now I tried to figure out how the
developing environment
To: Tomcat Users List
Subject: Re: ant reload
Dear Robert,
Although, I could not find a good doc for context.xml I tried your
context path solution.
1. It works the same way.
2. You wrote: "That should stop the application from being copied." BUT:
I want to copy the new version of
> From: Tamas Hegedus [mailto:[EMAIL PROTECTED]
> Subject: Re: ant reload
>
> Although, I could not find a good doc for context.xml
Hidden in plain sight:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/
[mailto:[EMAIL PROTECTED]
Sent: 01 November 2005 14:40
To: Tomcat Users List
Subject: Re: ant reload
Dear Robert,
Although, I could not find a good doc for context.xml I tried your
context path solution.
1. It works the same way.
2. You wrote: "That should stop the application from being c
Dear Robert,
Although, I could not find a good doc for context.xml I tried your
context path solution.
1. It works the same way.
2. You wrote: "That should stop the application from being copied." BUT:
I want to copy the new version of classes and reload tomcat.
The easiest way at this moment
You'll probably find that your web application is being copied into
tomcats folder on install. So when you compile your new classes and
reload, it just reloads the web-app from its own copy (which is still
old). Try creating a context.xml file in META-INF that looks something
like this:
...