RE: clustering mode in apache tomcat 5.5.25

2007-11-16 Thread Clifford Bryant
at org.apache.catalina.cluster.mcast.McastServiceImpl$ReceiverThread.run(Mc astServiceImpl.java: || 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 Bryant

RE: clustering mode in apache tomcat 5.5.25

2007-11-15 Thread Clifford Bryant
00-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 Cliff

RE: clustering mode in apache tomcat 5.5.25

2007-11-15 Thread Clifford Bryant
You should be able to just uncomment the 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. The mult

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 Message-

RE: Clustering Tomcat with multiple machines

2007-11-08 Thread Clifford Bryant
if I'm setting up 3 servers, each tomcat instance needs to have this element twice? Is the mcastAddr, the IP for the other machines? Thanks, Steven On Nov 8, 2007, at 11:04 AM, Clifford Bryant wrote: > Here are some links that I used to cluster 2 machines. > > http://www.j

RE: Clustering Tomcat with multiple machines

2007-11-08 Thread Clifford Bryant
Here are some links that I used to cluster 2 machines. http://www.ja-sig.org/wiki/display/CASUM/Clustering+CAS http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html Basically, you need to set up multicast on your network, so that the machines can share session information. -Original Mes

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 to

RE: CAS Clustering Not Working

2007-10-15 Thread Clifford Bryant
6:28 PM To: Tomcat Users List 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

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: 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 with

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 directory.

RE: Setting Up SSL on Tomcat

2007-09-21 Thread Clifford Bryant
Problem solved. The 8443 port needed to be opened in the firewall. -Original Message- From: Clifford Bryant [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 8:23 AM To: Tomcat Users List Subject: RE: Setting Up SSL on Tomcat Here is the HTTPS Connector. -Original

RE: Setting Up SSL on Tomcat

2007-09-21 Thread Clifford Bryant
Here is the HTTPS Connector. -Original Message- From: Clifford Bryant [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 7:19 AM To: Tomcat Users List Subject: RE: Setting Up SSL on Tomcat Here is a simpler version with just the 2 apps that I am interested in deployed

RE: Setting Up SSL on Tomcat

2007-09-21 Thread Clifford Bryant
5 INFO [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - [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:11527b2e181:-8000:rsdev01.edgewater

RE: Setting Up SSL on Tomcat

2007-09-21 Thread Clifford Bryant
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 in the server.xml

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