RE: clustering mode in apache tomcat 5.5.25

2007-11-16 Thread Clifford Bryant
regards, Nikolay Diulgerov Network Administrator E-mail: [EMAIL PROTECTED] Telephone : +33 4 89 87 77 77 Fax : +33 4 89 87 77 00 Web: http://www.codix-france.com Clifford Bryant wrote: I don't think that you need to mcastBindAddr in the Cluster tag. The default Cluster tag doesn't have

RE: clustering mode in apache tomcat 5.5.25

2007-11-15 Thread Clifford Bryant
You should be able to just uncomment the Cluster tag in the Tomcat /conf/server.xml file. Then, open the ports, and do 1-3 below, and set up multicast. You need to enable multicast on your network. You need to do 1-3 on both machines. Set the multicast address back to what it was, 228.0.0.4.

RE: clustering mode in apache tomcat 5.5.25

2007-11-15 Thread Clifford Bryant
-dd4a I dont know why to add route to 239.255.0.1 as it doesnt belong to any of my networks Please help Best regards, Nikolay Diulgerov Network Administrator E-mail: [EMAIL PROTECTED] Telephone : +33 4 89 87 77 77 Fax : +33 4 89 87 77 00 Web: http://www.codix-france.com Clifford

RE: JConsole port

2007-11-14 Thread Clifford Bryant
Did you look at the following link? http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html As I remember, there are 4 environment variables that you need to define when you start up the JVM. Once JConsole is started, you can connect to the running process. -Original

RE: Clustering Tomcat with multiple machines

2007-11-08 Thread Clifford Bryant
=org.apache.catalina.cluster.mcast.McastService mcastAddr=228.0.0.4 mcastBindAddress=127.0.0.1 mcastClusterDomain=d10 mcastPort=45564 mcastFrequency=1000 mcastDropTime=3 recoveryCounter=10 recoveryEnabled=true recoverySleepTime=5000/ Thanks, Steven On Nov 8, 2007, at 11:04 AM, Clifford Bryant wrote

RE: CAS Clustering Not Working

2007-10-16 Thread Clifford Bryant
I set the tcpListenAddress to the server IP address, and it is working now. Yay! -Original Message- From: Clifford Bryant [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 12:00 AM To: Tomcat Users List Subject: RE: CAS Clustering Not Working The CAS Clustering document says

CAS Clustering Not Working

2007-10-15 Thread Clifford Bryant
Hi, I followed the instructions in the CAS clustering link. (http://www.ja-sig.org/wiki/display/CASUM/Clustering+CAS) The multicast ping is working. But, the CAS clustering is not working. If I shut down the first server, and browse to the second server, then I am prompted to login again to

RE: CAS Clustering Not Working

2007-10-15 Thread Clifford Bryant
Subject: Re: CAS Clustering Not Working looks like you are mixing jboss clustering and tomcat clustering at the same time, choose one or the other :) Filip Clifford Bryant wrote: Hi, I followed the instructions in the CAS clustering link. (http://www.ja-sig.org/wiki/display/CASUM/Clustering

RE: Variable Resolver Error

2007-09-29 Thread Clifford Bryant
/200411.mbox/%3C41A [EMAIL PROTECTED] -Original Message- From: Clifford Bryant [mailto:[EMAIL PROTECTED] Sent: Friday, September 28, 2007 7:01 PM To: users@tomcat.apache.org Subject: Variable Resolver Error I am getting a JSTL variable resolver error running CAS 3.0.7 on Tomcat 5.5

Variable Resolver Error

2007-09-28 Thread Clifford Bryant
I am getting a JSTL variable resolver error running CAS 3.0.7 on Tomcat 5.5 with Java 1.4.2 and the Java compatibility JAR. java.lang.AbstractMethodError: javax.servlet.jsp.PageContext.getVariableResolver()Ljavax/servlet/jsp/el /VariableResolver; The JSTL jars are in the CAS /lib

RE: Setting Up SSL on Tomcat

2007-09-21 Thread Clifford Bryant
ticket registry at [Fri Sep 21 07:13:55 EDT 2007] [EMAIL PROTECTED] logs]$ -Original Message- From: Clifford Bryant [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 6:59 AM To: Tomcat Users List Subject: RE: Setting Up SSL on Tomcat Created MBeanServer with ID: 1f436f5

RE: Setting Up SSL on Tomcat

2007-09-21 Thread Clifford Bryant
[mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 11:36 PM To: Tomcat Users List Subject: Re: Setting Up SSL on Tomcat On 9/20/07, Clifford Bryant [EMAIL PROTECTED] wrote: I am trying to set up Tomcat 5.5.23 on a Linux server to use SSL. The SSL port (8443) is uncommented

Setting Up SSL on Tomcat

2007-09-20 Thread Clifford Bryant
I am trying to set up Tomcat 5.5.23 on a Linux server to use SSL. The SSL port (8443) is uncommented in the server.xml. And, I set up a certificate. I tried to navigate to the Tomcat startup page from another (Windows) machine. I can get to the HTTP port (8080). But, I get a Server not found