Re: Severe problems

2006-09-02 Thread Martin Gainty
Good Afternoon Peter Sounds as if you're indexes got corrupted somehow Take a look at http://www.phpbuilder.com/board/archive/index.php/t-10240488.html for (re)building indexes HTH Martin -- * This email message and any files trans

RE: need help with .startup.sh

2006-09-02 Thread Richard Mixon
Lee, First, I assumed you are using the "bash" shell, not csh or something else unusual. Have you changed catalina.sh or startup.sh ? Take a look at catalina.sh around line 73 - it should look something like: if [ -r "$CATALINA_HOME"/bin/setenv.sh ]; then . "$CATALINA_HOME"/bin/setenv.sh

Re: Migration from jk2 to jk, problems with uri context

2006-09-02 Thread Rainer Jung
What about changing worker.worker1.mount=/foo/* foo to worker.worker1.mount=/foo/* /foo Regards, Rainer james edwards schrieb: > I am moving to jk (1.2.18) from jk2 & am having problems with the > workers.properties file. I have separate apache and tomcat servers. Here is > my working jk2 (wo

Re: Clustering with mod_jk

2006-09-02 Thread Rainer Jung
You should try 1.2.18 and depending on your time frame update to 1.2.19 once it's being released this month. We improved load balancing code and with 1.2.19 also the observability of what's happening. Try the alternative method B (Busyness) for the load balancer in 1.2.18. The default method tri

Re: mod_jk validate failed / factory failed error

2006-09-02 Thread Rainer Jung
I can load your workers.properties configuration using 1.2.18 (but I Used Apache 2 and Solaris). The validate method code says, that either there should be a message of level "error" before the first one you copied to your mail (and that one will give us a better indication about what's wrong), or

Severe problems

2006-09-02 Thread Peter Bauer
Hi all, like always, time is short and we have a very critical situation here, so please help to save the day once again. I have already posted this on a PostgreSQL mailing list, but maybe it is somehow related to Tomcat. Installation facts: - 4 High Availability Clusters consisting of 2 Dual Xe

RE: need help with .startup.sh

2006-09-02 Thread Richard Mixon
There is no need to change any of the shell scripts. You need to set environment variable JAVA_OPTS with the desired option and the tomcat scripts will pick it up automatically. The catalina.sh script looks for a script called setenv.sh to set this and other similar options. Here are the contents

need help with .startup.sh

2006-09-02 Thread Lee Chalupa
Hello: I need help figuring out how to modify my tomcat deployment so when the JVM starts it starts with a -server option. There seems to be a bug in the jvm implementation that fedoracore 4 is using and using this option when the jvm starts corrects the problem at least from my application's

RE: Apache 80 Tomcat 8080

2006-09-02 Thread Jim Weir
From: "Propes, Barry L" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: RE: Apache 80 Tomcat 8080 Date: Fri, 1 Sep 2006 16:19:02 -0400 in the server.xml file, (in the conf dir) see if you have a line like this: className="org.apache.catalina.connecto

Re: Problem moving from HTTP to HTTPS

2006-09-02 Thread Glen Mazza
Thank you both. Removing the element quickly solved the problem for me. So far, I have not run into any MSIE problems with this solution, hopefully my luck will continue. (By default, users will be given https:// links anyway, the redirection is only for those who might accidentally enter v