Web Hosting Talk







View Full Version : Which Java Engine?


DaveC#
04-24-2002, 04:25 AM
We currently run Resin 1.3 as our Java engine for a website that uses servlets and takes around 1m page views a day. We are having lots of problems with performance with the webservers (5 Dual processor E250's) - lots of seg faults and Apache keeps dying.

So my question is which Java Engine should we use that works with Solaris/Apache and is stable/performs well

Cheers


Resin 2?
Tomcat 4?
Other?

priyadi
04-24-2002, 06:36 AM
You don't have a lot of choices of servlet implementation. Try jrun or tomcat, if the problem persists, maybe you need to upgrade your hardware.

Or, try different o/s or JVM. I don't know if there are other JVMs on solaris other than sun's.