Tomcat 4.1.24 with JDK 1.4.1_03 compiled version wont start

2003-08-14 Thread David Kramer
I decide to be brave and build Tomcat from scratch this time around. I was able to conquer the the few pitfalls of building Tomcat from source. Once compiled I attempted to start Tomcat via catalina.sh. Unfortunately Tomcat errored on start with the following error: Aug 14, 2003 11:55:19 AM org

Re: Tomcat 4.1.24 with JDK 1.4.1_03 compiled version wont start

2003-08-14 Thread Bill Barker
Did you do an 'ant clean' between builds? Otherwise, you might be using the j-t-c classes that were compiled w/o JMX. As a test, I commented out the references to 'jmx' and 'modeler' in by build.properties, and did a clean build. Once I commented out the two JMX listeners, Tomcat worked perfectl