Running 5 servlets on a VM...

Hi!

I'm trying to carry out 5 servlets (they use XML).

By the moment and while developing, I'm using Sun's JDK 1.3 + Tomcat + Xerces, on Windows NT 4.0

But I want to install it on other Windows PCs, and I've got several questions:

1) Is it necessary JDK to run my servlets or I need only JRE?

2) If JRE is enough, is it better IBM's JRE, or must I use Sun's (on Windows NT and 98)?

Thank you very much, and best regards.

[477 byte] By [cadbilbao] at [2007-9-26 13:23:21]
# 1
You will need a compiler to run JSP. If it only servlets you've got a JRE should be sufficient. Some performance tests seem to show that the IBM jre is faster than the Sun one. However, you'll have to make sure that you get a runtime compatible for your build.
saycat at 2007-7-2 13:43:26 > top of Java-index,Java HotSpot Virtual Machine,Specifications...