Re: How to Deploy WAR using a sub-context path?

2007-12-06 Thread Scott McClanahan
On Wed, 2007-12-05 at 08:12 +, Mark Thomas wrote: Eric B. wrote: I have submitted the bug patch to Bugzilla (http://issues.apache.org/bugzilla/show_bug.cgi?id=44021). However, I am not 100% sure that my patch is in the right format/etc. Can you take a quick look at it and let

Re: How to Deploy WAR using a sub-context path?

2007-12-06 Thread Mark Thomas
Scott McClanahan wrote: Is tomcat 5.5 still accepting enhancements? Could we expect to see this capability in a tomcat 5.5 release? Thanks. Yes. Assuming the patch is good (I haven't tested it yet) I'll propose it for backport. Mark

Re: How to Deploy WAR using a sub-context path?

2007-12-05 Thread Mark Thomas
Eric B. wrote: I have submitted the bug patch to Bugzilla (http://issues.apache.org/bugzilla/show_bug.cgi?id=44021). However, I am not 100% sure that my patch is in the right format/etc. Can you take a quick look at it and let me know if it is submitted properly? Format looks good.

Re: How to Deploy WAR using a sub-context path?

2007-12-04 Thread Eric B.
Mark Thomas [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] From a cursory inspection, it looks like the # naming convention wasn't thoroughly tested out for these types of scenarios in Tomcat's autodeployer. The # convention is currently only for webapps hosted outside the

Re: How to Deploy WAR using a sub-context path?

2007-12-04 Thread Mark Thomas
Eric B. wrote: Mark Thomas [EMAIL PROTECTED] wrote in message Great. If you need a pointer or two - just ask. Ok - have looked through the code, and actually, turns out to be quite a simplistic patch for the autodeployer to handle wars with #s. How / where do I submit a patch for

Re: How to Deploy WAR using a sub-context path?

2007-12-04 Thread Eric B.
Mark Thomas [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Eric B. wrote: Mark Thomas [EMAIL PROTECTED] wrote in message Great. If you need a pointer or two - just ask. Ok - have looked through the code, and actually, turns out to be quite a simplistic patch for the autodeployer

RE: How to Deploy WAR using a sub-context path?

2007-12-04 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric B. Subject: Re: How to Deploy WAR using a sub-context path? I see that there is a lock on it by the Tomcat process. You need to set the antiJARLocking and antiResourceLocking attributes of the Context element to true. This should only

Re: How to Deploy WAR using a sub-context path?

2007-12-04 Thread Eric B.
Mark Thomas [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Eric B. wrote: Mark Thomas [EMAIL PROTECTED] wrote in message Great. If you need a pointer or two - just ask. Ok - have looked through the code, and actually, turns out to be quite a simplistic patch for the autodeployer

Re: How to Deploy WAR using a sub-context path?

2007-12-04 Thread Eric B.
Caldarale, Charles R [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric B. Subject: Re: How to Deploy WAR using a sub-context path? I see that there is a lock on it by the Tomcat process. You need to set the antiJARLocking

Re: How to Deploy WAR using a sub-context path?

2007-11-20 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- Chuck... check me here ;) I started wondering

Re: How to Deploy WAR using a sub-context path?

2007-11-20 Thread Eric B.
Mark Thomas [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Eric B. wrote: From a cursory inspection, it looks like the # naming convention wasn't thoroughly tested out for these types of scenarios in Tomcat's autodeployer. Either that, or I am missing something somewhere obvious.

Re: How to Deploy WAR using a sub-context path?

2007-11-20 Thread Mark Thomas
Eric B. wrote: Mark Thomas [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Eric B. wrote: From a cursory inspection, it looks like the # naming convention wasn't thoroughly tested out for these types of scenarios in Tomcat's autodeployer. Either that, or I am missing something

How to Deploy WAR using a sub-context path?

2007-11-19 Thread Eric B.
Hi, I have a Tomcat 6 server that is mapped to my httpd server using jkmounts. Under normal conditions, everything is working fine. I am able to deploy my wars as webapps using Tomcat's maanger autodeployer without any issues. However, I now have a need to deploy my WAR under a context path

RE: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric B. Subject: How to Deploy WAR using a sub-context path? However, I now have a need to deploy my WAR under a context path that is not at the root level of my tomcat server. For example, I need to deploy my application.war under

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Eric B.
Caldarale, Charles R [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] However, I now have a need to deploy my WAR under a context path that is not at the root level of my tomcat server. For example, I need to deploy my application.war under:

RE: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric B. Subject: Re: How to Deploy WAR using a sub-context path? Is it really with a # in the file name?? Yup. Is there anyway to instruct tomcat to rename the META-INF/context.xml file to be demo#application.xml instead

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Eric B.
Eric B. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Caldarale, Charles R [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] However, I now have a need to deploy my WAR under a context path that is not at the root level of my tomcat server. For example, I need to deploy

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Johnny Kewl
;) - Original Message - From: Caldarale, Charles R [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, November 19, 2007 9:41 PM Subject: RE: How to Deploy WAR using a sub-context path? From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric B. Subject: How to Deploy WAR

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Eric B.
Caldarale, Charles R [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric B. Subject: Re: How to Deploy WAR using a sub-context path? Is it really with a # in the file name?? Yup. Is there anyway to instruct tomcat to rename

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Johnny Kewl
Kewl [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, November 20, 2007 12:31 AM Subject: Re: How to Deploy WAR using a sub-context path? --- HARBOR: http://coolharbor.100free.com/index.htm Now

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Mark Thomas
Eric B. wrote: From a cursory inspection, it looks like the # naming convention wasn't thoroughly tested out for these types of scenarios in Tomcat's autodeployer. Either that, or I am missing something somewhere obvious. What you are missing is that it was never intended to work in this way.

Re: How to Deploy WAR using a sub-context path?

2007-11-19 Thread Johnny Kewl
. [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Tuesday, November 20, 2007 12:34 AM Subject: Re: How to Deploy WAR using a sub-context path? Caldarale, Charles R [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric B. Subject: Re