Re: building tomcat 5.5 trunk

2010-09-11 Thread Wesley Acheson
On Sat, Sep 11, 2010 at 6:06 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Re: building tomcat 5.5 trunk Reason I couldn't find the class in the 5.5 branch is a bit embarasing. I didn't set the classpath in eclipse

Re: building tomcat 5.5 trunk

2010-09-11 Thread André Warnier
Wesley Acheson wrote: On Sat, Sep 11, 2010 at 6:06 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Re: building tomcat 5.5 trunk Reason I couldn't find the class in the 5.5 branch is a bit embarasing. I didn't set the

Re: context.xml being deleted out of conf/Catalina/[HOST]/ directory

2010-09-11 Thread Wesley Acheson
On Fri, Sep 10, 2010 at 6:36 PM, Jason Britton jbritto...@gmail.com wrote: Could anyone give me an explanation what might cause my webapp's context configuration to be deleted out of the tomcat/conf/Catalina/[HOST]/ directory?  I've got a foo.war file in the webapps directory, it gets exploded

Re: context.xml being deleted out of conf/Catalina/[HOST]/ directory

2010-09-11 Thread Jason Britton
So even if my context still exists in exploded form in the webapps directory and I remove the .war form of the context, it'll remove the associated context.xml from the conf/Catalina/HOST/ directory? On Sat, Sep 11, 2010 at 8:12 AM, Wesley Acheson wesley.ache...@gmail.comwrote: On Fri, Sep 10,

Re: context.xml being deleted out of conf/Catalina/[HOST]/ directory

2010-09-11 Thread Wesley Acheson
On Sat, Sep 11, 2010 at 5:20 PM, Jason Britton jbritto...@gmail.com wrote: So even if my context still exists in exploded form in the webapps directory and I remove the .war form of the context, it'll remove the associated context.xml from the conf/Catalina/HOST/ directory? On Sat, Sep 11,

Want to get involved in Tomcat development?

2010-09-11 Thread Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=49914 could be a good place to start. No idea if this is a bug or user error but from past experience my gut instinct is that this will be an easy one to research (and patch if necessary). If you want any pointers, (or have any other questions

Re: context.xml being deleted out of conf/Catalina/[HOST]/ directory

2010-09-11 Thread Pid *
On 11 Sep 2010, at 17:24, Wesley Acheson wesley.ache...@gmail.com wrote: On Sat, Sep 11, 2010 at 5:20 PM, Jason Britton jbritto...@gmail.com wrote: So even if my context still exists in exploded form in the webapps directory and I remove the .war form of the context, it'll remove the

Re: Is this common behavior in Apache Tomcat? (cPanel install of Tomcat 5.5)

2010-09-11 Thread Carlo del Mundo
Hi all. I installed mod_jk (the Tomcat module) via easyApache (predefined script that installs Tomcat on my web server). The install went on fine. I added a servlet to a specific domain name, and then I proceeded with unzipping a WAR into the appBase folder. It detects the appBase folder

Re: Is this common behavior in Apache Tomcat? (cPanel install of Tomcat 5.5)

2010-09-11 Thread msacks
We need a bit more info to help. Post your mod_jk directives and output of iptables -l and any other configuration directives you think might be relevant. On Sep 11, 2010 9:24 PM, Carlo del Mundo carlodelmu...@gmail.com wrote: Hi all. I installed mod_jk (the Tomcat module) via easyApache

Re: Is this common behavior in Apache Tomcat? (cPanel install of Tomcat 5.5)

2010-09-11 Thread Carlo del Mundo
I realized the problem indirectly as I wrote this e-mail; thanks for your quick response also. I went to my httpd.conf for Apache, found the VirtualHost entry to my Servlet, to find that my application was not automagically listed under JkMount. I manually added it, and voila it works. Can you