RE: Problems with tomcat 3.3.2 and IBM JRE 1.3.0

2005-08-01 Thread Yoav Shapira
Hi, Oh, that is unfortunate. 1.3.0 is the single buggiest release in Sun's history, if I recall correctly a report I read a couple of years ago. Both 1.2.7 and 1.3.1 are significantly better ;( I'm sorry I can't help more, as I'm neither a Tomcat 3.x nor an AIX expert. My only suggestion would

RE: Problems with tomcat 3.3.2 and IBM JRE 1.3.0

2005-08-01 Thread Larry Isaacs
Eduardo, The first problem looks like the bug in JDK 1.3.x ResourceBundle handling (I can't recall the bug number). I believe to work around this you should create classes directory under your installation's lib/common directory. Then extract the

Re: Problems with tomcat 3.3.2 and IBM JRE 1.3.0

2005-08-01 Thread Eduardo Piva
Thanks Larry. The jaxp implementation tomcat was using is located in jre/lib/ext, under IBM JRE 1.3. I don't know if this jar is from IBM or if the sysadm of this machine installed it. I made a new install of JRE 1.3 without this jar and putted the new version of AJAX in lib/common and the

Re: Problems with tomcat 3.3.2 and IBM JRE 1.3.0

2005-08-01 Thread Bill Barker
I didn't catch this one early enough :(. JDK 1.3.0 doesn't handle indexes in jar files at all. You need to remove them to run on 1.3.0. Or, better, upgrade to at least 1.3.1. - Original Message - From: Eduardo Piva [EMAIL PROTECTED] To: tomcat-dev@jakarta.apache.org Sent: Monday,