Re: JDK usage with Tomcat

2005-03-30 Thread QM
On Wed, Mar 30, 2005 at 12:33:52PM +0530, Gurunandan G Rao wrote:
: Which JDK is mostly used with Tomcat in production environment?.

My guess is that most people use the standard Sun JVM, but that really
depends on the OS.  (For example: I don't think Sun makes a JVM for
HP-UX, so that's not an option for HP-UX users.  BEA JRockit is for i386
only, so someone running a Sparc machine can't use it.  etc.)


: Is Tomcat certified with any JDK vendor?.

Tomcat just rides the JVM; so if the JVM itself is stable/unstable,
Tomcat's sure to follow. =)  You may want to check which JVMs are
suitable for a given OS and go from there.

-QM

-- 

software   -- http://www.brandxdev.net/
tech news  -- http://www.RoarNetworX.com/
code scan  -- http://www.JxRef.org/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



JDK usage with Tomcat

2005-03-29 Thread Gurunandan G Rao
Which JDK is mostly used with Tomcat in production environment?.
Is it 

*   Sun
*   IBM
*   BEA(Jrockit)
*   Unisys
*   HP(on HP ux)

Is Tomcat certified with any JDK vendor?.