Re: xml validation on -- good idea or not?

2009-05-21 Thread Julian Dunn
Thomas ma...@apache.org 5/21/2009 3:51 AM Bill Barker wrote: Julian Dunn julian.d...@cbc.ca wrote in message news:4a14199c.4caf.003...@cbc.ca... Hi, Is it a good idea to run with xmlValidation=true in server.xml? In a development enviroment, it can be helpful (especially if you change

xml validation on -- good idea or not?

2009-05-20 Thread Julian Dunn
Hi, Is it a good idea to run with xmlValidation=true in server.xml? I had this on for a while, but then it mysteriously stopped working -- the container could no longer validate DTDs, refused to load webapps, etc. What does xmlValidation=true actually do? I am using Tomcat 5.5.23. - Julian

any way to inhibit Tomcat from deleting context descriptors if the WAR file disappears?

2008-09-05 Thread Julian Dunn
Is there any way to stop Tomcat from deleting my Context descriptor files if the WAR file somehow disappears? (Other than chmod 400 that is :-) ) - Julian -- -- Julian C. Dunn, P.Eng. [EMAIL PROTECTED] -- Assistant Team Lead / Chef d'équipe adjoint -- Media Production Support / Soutien à la

best practices for WAR deployment in a cluster?

2008-03-04 Thread Julian Dunn
I apologize if this has been asked before or if it's mentioned in a FAQ (that I haven't found yet) but what are the best practices for deploying webapps across a cluster? The situation I will soon have is 6 application servers running Tomcat 5.5 and the manager webapp, each able to mount a filer

Re: need help with Tomcat-generated redirects

2008-01-03 Thread Julian Dunn
On Wed, Jan 2, 2008 at 9:10 PM, Bill Barker [EMAIL PROTECTED] wrote: Rainer Jung [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi Julian, Julian Dunn schrieb: How do you connect Apache to Tomcat? If you are using mod_jk, the module gets the port it sends to Tomcat via

need help with Tomcat-generated redirects

2008-01-02 Thread Julian Dunn
Hi, I have some applications running under a Tomcat installation set up in this way: [load balancer on port 80] --- [Apache server on port 5001] -- [Tomcat server on port 7001] One of the Tomcat applications sends a redirect to Apache because there is a welcome-file directive. However, the

Re: need help with Tomcat-generated redirects

2008-01-02 Thread Julian Dunn
On Wed, Jan 2, 2008 at 4:48 PM, Rainer Jung [EMAIL PROTECTED] wrote: I have some applications running under a Tomcat installation set up in this way: [load balancer on port 80] --- [Apache server on port 5001] -- [Tomcat server on port 7001] One of the Tomcat applications sends a