I have 4.0.6 running on a Solaris Intel 1.2 JDK. The HTTP connector seems to work fine with 1.2, but the ajp13 connector was throwing exceptions on a socket method (setKeepAlive I think). Switching the instance using ajp13 to JDK 1.3.1 fixed that problem, but I still have one instance using the HTTP connector running on 1.2.
Best Regards, Jason Koeninger J&J Computer Consulting http://www.jjcc.com On Mon, 18 Nov 2002 15:24:01 +0000, Kristj�n Bjarni Gu mundsson wrote: >No this is the full version of v4.0.6 > >I can run it using JDK version: > >v1.4.1_01 >v1.3.1_03 > >I simply change the JAVA_HOME variable but v1.2.2_014 gives the error, and >unfortunately I have to use the 1.2 version. > >Has anybody actually verified that Tomcat can run on 1.2 of Java? > >Reynir H�bner <[EMAIL PROTECTED]> wrote on 18.11.2002 14:47:49: > >> H�, >> >> Did you by any chance download the LE version ? >> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.6/bin/ >> >> Try the standard version, but not LE. >> >> The standard version req. : >> Standard: This is a full binary distrbution of Tomcat 4, which >> includes all optional libraries and an XML parser (Xerces 1.4.4), >> and can be run on JDK 1.2+. >> Hope it helps >> [EMAIL PROTECTED] >> >> >> > -----Original Message----- >> > From: Kristj�n Bjarni Gu mundsson [mailto:[EMAIL PROTECTED]] >> > Sent: 18. n�vember 2002 10:28 >> > To: [EMAIL PROTECTED] >> > Subject: Tomcat 4.0.6 and Java versions >> > >> > >> > What are the requirements for the Java versions for Tomcat 4.0.6? >> > >> > I am trying to use JDK-1.2.2_014, but trying to start Tomcat >> > I always get: >> > >> > Bootstrap: Class loader creation threw exception >> > java.lang.IllegalMonitorStateException: current thread not owner >> > >> > >> > >> > -- >> > To unsubscribe, e-mail: >> > <mailto:tomcat-user-> [EMAIL PROTECTED]> >> > For >> > additional commands, >> > e-mail: <mailto:[EMAIL PROTECTED]> >> > >> > >> >> -- >> To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >> For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> >> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
