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

Re: SSL trusted certificate

2006-03-14 Thread David Avenante
;) So now all woks fine. On 3/10/06, Bill Barker <[EMAIL PROTECTED]> wrote: > > Yawn, set truststoreFile="/path/to/keystore/file" on the > element. > > In most cases, the truststore and keystore are different authorities, so > there is no good reason for Tomcat

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 certificat

Re: Tomcat 5.5.15 Clustering ?

2006-02-17 Thread David Avenante
P Is it true ? ;) On 2/17/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > you're welcome, glad I could help. > > there is one problem that you have on your linux box, NIO is not working > properly, > so disabling acknowledgements solved that problem (wa

Re: Tomcat 5.5.15 Clustering ?

2006-02-17 Thread David Avenante
and as far as I can tell, the latter 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

Re: Tomcat 5.5.15 Clustering ?

2006-02-17 Thread David Avenante
ecognize membership on both settings now? or still > only without the mcastBindAddress attribute? > > Then follow these steps > 1. Shutdown the MCaster program > 2. Shutdown both Tomcats - delete or archive your logs > 3. Set waitForAck="false" on your element > 4.

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-16 Thread David Avenante
gt; > Then follow these steps > 1. Shutdown the MCaster program > 2. Shutdown both Tomcats - delete or archive your logs > 3. Set waitForAck="false" on your element > 4. Start tomcat 1 > 5. Wait 10 seconds > 6. Start tomcat 2 > 7. Send us your new output fr

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 :

Re: Tomcat 5.5.15 Clustering ?

2006-02-15 Thread David Avenante
t; > > 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: > >

Re: Tomcat 5.5.15 Clustering ?

2006-02-15 Thread David Avenante
s > 5. Startup tomcat 1 - wait 10 seconds > 6. Startup tomcat 2 > > Then do the following > 7. Set tcpListenAddress="auto" in your server.xml file > 8. Repeat steps 1 through 6 > > 9. email the logs to the list > > our guess is that you have a networki

Re: Tomcat 5.5.15 Clustering ?

2006-02-15 Thread David Avenante
er > > > > Am 15.02.2006 um 14:35 schrieb David Avenante: > > > Yes MULTICAST is enabled i see that by too fact : > > > > first, > > ifconfig eth0 : > > > > eth0 Link encap:Ethernet HWaddr 00:13:D4:45:A6:3F > > inet addr

Re: Tomcat 5.5.15 Clustering ?

2006-02-15 Thread David Avenante
r tomcats, then > run MCaster 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 ;) > &g

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 J

Re: Tomcat 5.5.15 Clustering ?

2006-02-15 Thread David Avenante
ting > working and you might have to setup some routes to help. Check with your > sysadmin. > > Filip > > > > Peter Rossbach wrote: > > Hey, > > > > 1)Clustering need sticky_session=true and is only design for > > failover (see servlet spec). >

Re: Tomcat 5.5.15 Clustering ?

2006-02-15 Thread David Avenante
_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

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=/