On Mon, 10 Jan 2005 16:51:13 -0800, Ryan Austin <[EMAIL PROTECTED]> wrote: > I just read that you need jre 1.5 or later and I was using > j2sdk1.4.2_06. Could this be the cause of the errors I am seeing? > > I will update it and give it a try.
You can still use 1.4, if you use the "compat" package which adds a few JARs. Usually, you notice something is wrong because Tomcat doesn't start, and displays an error about JMX missing. I suppose you have JMX somewhere on your classpath already. I suppose the XML parser in JDK 1.4 will have issues with schemas, so any 2.4 style web.xml would create problems. -- xxxxxxxxxxxxxxxxxxxxxxxxx R�my Maucherat Developer & Consultant JBoss Group (Europe) S�RL xxxxxxxxxxxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
