astanley
02-24-2002, 01:51 PM
I am currently looking into several solutions for providing Java Servlets support on one of our web servers. Does anyone have any feedback on which is the best one, and why? I admit I don't know much about Java, and it is making the task a bit more difficult as I am not sure what features I should be looking for.
-Adam Stanley
Nethosters, Inc.
Originally posted by astanley
I am currently looking into several solutions for providing Java Servlets support on one of our web servers. Does anyone have any feedback on which is the best one, and why? I admit I don't know much about Java, and it is making the task a bit more difficult as I am not sure what features I should be looking for.
-Adam Stanley
Nethosters, Inc.
Go for Resin.
ckpeter
02-24-2002, 07:09 PM
I recommend Tomcat 4.0. It is easy to install, and comes with lots of documentation.
Peter
Originally posted by ckpeter
I recommend Tomcat 4.0. It is easy to install, and comes with lots of documentation.
Peter
Have you ever tried Resin?
(I've tried both... I really like Resin)
ckpeter
02-24-2002, 07:22 PM
I have not tried Resin. But I have done some research on it.
Mainly its the price issue; not that resin isn't worth the price(I think it does).
Nice to know you like Resin. I like it too.
Peter
Panzerfaust
02-25-2002, 03:00 AM
Tomcat is a peace of sh*t. Use Resin or JRun.
priyadi
02-26-2002, 08:12 AM
Also, for best performance under Linux, use IBM's JVM.
Ahmad
02-26-2002, 08:22 AM
Originally posted by priyadi
Also, for best performance under Linux, use IBM's JVM.
I found this, which one I should choose now?
http://alphaworks.ibm.com/nav/Java?open&c=Java+-+Developer+Kits
Thanks
priyadi
02-26-2002, 09:13 AM
Originally posted by Ahmad
I found this, which one I should choose now?
http://alphaworks.ibm.com/nav/Java?open&c=Java+-+Developer+Kits
Thanks
Linux JDK 1.3.0.
Ahmad
02-26-2002, 09:15 AM
Originally posted by priyadi
Linux JDK 1.3.0.
Thanks a lot :)
Jedito
02-26-2002, 10:55 AM
Originally posted by Panzerfaust
Tomcat is a peace of sh*t. Use Resin or JRun.
I think that its a matter of taste, I prefer Tomcat over Resin and Jrun.
MattF
02-26-2002, 12:20 PM
Resin rocks. It's fairly easy to setup and the performance is fantactic.
bitserve
02-27-2002, 08:38 PM
I'd say that tomcat is pretty easy to set up. The mod_jk is also rather easy to set up, once you figure out how to do it. The documentation is not very good, and is outdated.
Personally, I agree that tomcat sucks and am looking at replacing it with resin.