Tomcat 6.0.18 - cluster problems!

2008-11-13 Thread Gustavo Araujo
Dear of the list, Having problems with tomcat 5.5.X, i decided to migrate to 6.0.18. I still have problems with the cluster connection, and now i got some problems in JAVA as well. Follow down the conf and log files, Any advices would be helpful! Thanks Node1: Server port=8005

RE: Tomcat 6.0.18 - cluster problems!

2008-11-13 Thread Caldarale, Charles R
From: Gustavo Araujo [mailto:[EMAIL PROTECTED] Subject: Tomcat 6.0.18 - cluster problems! Follow down the logs: Node1: SEVERE: Parse error in default web.xml Node2: SEVERE: Parse error in default web.xml Looks like you (or someone) changed something in conf/web.xml. You have the Sun

Re: Tomcat 6.0.18 - cluster problems!

2008-11-13 Thread Filip Hanik - Dev Lists
this is your problem SEVERE: Parse Fatal Error at line 19 column 2: The markup in the document following the root element must be well-formed. org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed. at

Re: Tomcat 6.0.18 - cluster problems!

2008-11-13 Thread Filip Hanik - Dev Lists
node one log says INFO: Receiver Server Socket bound to:/127.0.0.1:4000 Nov 13, 2008 7:56:42 PM node two log says INFO: Receiver Server Socket bound to:/127.0.0.1:4000 Nov 13, 2008 7:57:22 PM so this is not in theory possible, since you can't have two processes on the same port. 1. so the

Re: Tomcat 6.0.18 - cluster problems!

2008-11-13 Thread Filip Hanik - Dev Lists
I also see you have the Cluster element under Host, put it under Engine instead Filip Filip Hanik - Dev Lists wrote: node one log says INFO: Receiver Server Socket bound to:/127.0.0.1:4000 Nov 13, 2008 7:56:42 PM node two log says INFO: Receiver Server Socket bound to:/127.0.0.1:4000 Nov