Re: SSL trusted certificate

2006-03-14 Thread David Avenante
/10/06, Bill Barker [EMAIL PROTECTED] wrote: Yawn, set truststoreFile=/path/to/keystore/file on the Connector / element. In most cases, the truststore and keystore are different authorities, so there is no good reason for Tomcat to default them to being the same. David Avenante [EMAIL

Re: SSL trusted certificate

2006-03-14 Thread David Avenante
Thank you very much for your help. In my situation the probleme was that i' ve generate a bad certificate. When the java keytool ask me the question what' s your name i need to set this value with the name of my server (in my case with localhost) and not MY name ;) So now all woks fine. And

SSL trusted certificate

2006-03-10 Thread David Avenante
Hi, I' m use CAS for SSO solution. I' ve create a certifiacte for my tomcat and deployed my two applications (CAS server AND client) on the same Tomcat with certificate. When i go to my client application i' m redirecte (in https mode) to the CAS server login page with aknowledge of my

Re: configuring mod_jk with apache / tomcat

2006-02-17 Thread David Avenante
1 - Yes it's seems the good binary. 2 - sample part httpd.conf to add for support mod_jk in apache # Load mod_jk module LoadModulejk_modulemodules/mod_jk.so JkWorkersFile /etc/apache2/jk-workers.properties JkLogFile /var/log/apache2/mod_jk.log JkLogLevelERROR JkLogStampFormat

Re: Tomcat 5.5.15 Clustering ?

2006-02-17 Thread David Avenante
your logs 3. Set waitForAck=false on your Sender element 4. Start tomcat 1 5. Wait 10 seconds 6. Start tomcat 2 7. Send us your new output from tomcat Filip David Avenante wrote: Now tell us 1. OS Version - gentoo with 2.6.15 kernel 2. Java version - Sun JDK 1.5.0.06

Re: Tomcat 5.5.15 Clustering ?

2006-02-17 Thread David Avenante
sequence that you present, clustering and session replication is working just fine. now, obviously your system is not setup correctly to bind an interface to the multicasting, so don't do it if it works without it. so what have you learned? :) Filip David Avenante wrote: -- Ok so let's go

Re: Tomcat 5.5.15 Clustering ?

2006-02-16 Thread David Avenante
program 2. Shutdown both Tomcats - delete or archive your logs 3. Set waitForAck=false on your Sender element 4. Start tomcat 1 5. Wait 10 seconds 6. Start tomcat 2 7. Send us your new output from tomcat Filip David Avenante wrote: See my previous post it's on agnes

Re: Tomcat 5.5.15 Clustering ?

2006-02-15 Thread David Avenante
servlet spec). 2) Are your sure that MULTICAST is enabled at eth0? regards Peter [EMAIL PROTECTED] Am 15.02.2006 um 02:26 schrieb David Avenante: Hi, I' ve try to use Tomcat 5.5.15 in cluster mod. And after some work on configuration and test i seems to be on limit of my all

Re: Tomcat 5.5.15 Clustering ?

2006-02-15 Thread David Avenante
sticky_session=true and is only design for failover (see servlet spec). 2)Are your sure that MULTICAST is enabled at eth0? regards Peter [EMAIL PROTECTED] Am 15.02.2006 um 02:26 schrieb David Avenante: Hi, I' ve try to use Tomcat 5.5.15 in cluster mod. And after some work

Re: Apache / mod_jk / Multiples instances of Tomcat

2006-02-15 Thread David Avenante
You can see this URL http://www.paulkimbrel.com/?p=3 my configuration for me with one apache in front on two tomcat (for my tests) is : after install mod_jk of course ;) httpd.conf : # Load mod_jk module LoadModulejk_modulemodules/mod_jk.so JkWorkersFile /etc/apache2/workers.properties

Re: Tomcat 5.5.15 Clustering ?

2006-02-15 Thread David Avenante
on both machines at the same time, if both machines are not receiving messages from each other (like your example below) then you have a multicast problem Filip David Avenante wrote: Thank you very much for the toolkit ;) My feeling was also on my multicast support. But i' ve read more

Re: Tomcat 5.5.15 Clustering ?

2006-02-15 Thread David Avenante
) Clustering need sticky_session=true and is only design for failover (see servlet spec). 2) Are your sure that MULTICAST is enabled at eth0? regards Peter [EMAIL PROTECTED] Am 15.02.2006 um 02:26 schrieb David Avenante: Hi, I' ve try to use Tomcat 5.5.15 in cluster mod

Re: Tomcat 5.5.15 Clustering ?

2006-02-15 Thread David Avenante
the logs to the list our guess is that you have a networking problem, but you just don't dont look into it close enough for yourself and then provide us with the info. Filip David Avenante wrote: Yes all right ! INFO: Register manager /cluster-1.0-SNAPSHOT to cluster element Host

Re: Tomcat 5.5.15 Clustering ?

2006-02-15 Thread David Avenante
server.xml file 8. Repeat steps 1 through 6 9. email the logs to the list our guess is that you have a networking problem, but you just don't dont look into it close enough for yourself and then provide us with the info. Filip David Avenante wrote: Yes all right ! INFO

Re: Tomcat 5.5.15 Clustering ?

2006-02-15 Thread David Avenante
See my previous post it's on agnes the command java -cp tomcat-replication.jar MCaster 224.0.0.1 45564 ovea-inspiron and on ovea-inspiron start comand : java -cp tomcat-replication.jar MCaster 224.0.0.1 45564 agnes the ouput as the same a the other tests but tcpdump info are now :

Tomcat 5.5.15 Clustering ?

2006-02-14 Thread David Avenante
Hi, I' ve try to use Tomcat 5.5.15 in cluster mod. And after some work on configuration and test i seems to be on limit of my all possibilities ;) I try to use two tomcat in cluster with apache web server and mod_jk as connector. my Apache configuration look like : # workers.properties ps=/