Link to home
Start Free TrialLog in
Avatar of kennethcky
kennethcky

asked on

TomCat vs JRUN vs.......????????

Hi everybody,

I will be developing a web application using JSP. But
first of all i would like to know about the Java Server
that is suitable and best in performance and stability and
other benefits.

Which one shall i select as web server and servlet/JSP
engine, would it be TomCat or Jrun or other in term
of developing a JSP and servlet engine....? and is it a
stanalone web server and what is the difference?

Can anyone can describe or give me informations about all
these Java's engines?

How about "Resin"...what it's benefit and usage?

How about Apache and Windows... Which one is best when
installed a Java servlet engine and JSP....

Pls do correct me if above questions is wrongly ask as
i'am very new/fresh to this JSP and servlet (Java)
development. I'am not sure if what i'am asking is logic
or make sense to you.

Pls do help me in above problems.........

thanks very much
ASKER CERTIFIED SOLUTION
Avatar of cheekycj
cheekycj
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kennethcky
kennethcky

ASKER

Is there any specific website that i can download Resin and
i found that in term of performance and other advantages
Resin is #1 follow by Jrun #2 and TomCat #3
Am i right?
But why people choose TomCat over the other and would
JRun a bit hard to configure or managed?

Sorry for this silly question but since i'am new in
developing a JSP application, I need some basic knowledge
that some of it unable to provide by the Internet....

I need to use a Java Engine that is suitable and best
suite my application or any JSP application
Tomcat is open source and more popular.  You will find more developer support (in forums etc) for Tomcat.  JRUN is pure commercial and developed on NT (then ported for *nix) so it can be quarky in *nix envs.  JRUN has a nice GUI interface to manage whereas Tomcat is pure config file based management (which is better b/c you will learn more)

you can download resin from www.caucho.com

CJ
Tomcat is free.

Orion ~ 1000 USD
Resin ~ 1500 USD

JRun ~ 5000 USD

My advice, use Tomcat to develop since it's the Reference Implemention for the latest JSP and Servlet specs.  If you find that performance is an issue, or you need something like clustering, move to one of the other appservers.


Good articles on performance comparisons:

http://radio.weblogs.com/0107789/stories/2002/05/28/isTomcatCrap.html

http://radio.weblogs.com/0106533/stories/2002/05/28/tomcatIsNotCrap.html
Hi there,

I am also freshie in developing JSP/Servlet. Our configuration at the moment is, we have sun server machine and the Oracle 9iAS and Oracle 8iDB residing in the same machine. The machine has Apache web server and if not mistaken jserv engine also.It runs my JSP files too. Now i would like to make my pc being the development area but i dont know which to install either the tomcat or orion.

Thank you.
for development purposes the simplest approach would be either IIS and Tomcat or Apache and Tomcat.

CJ
I am also wondering about this b/c I developed my app using Tomcat and have now uploaded to my
hosting company and they are using JRun and IIS. My client side Java doesn't seem to be working.
Is it because there are differences in Tomcat vs JRun or IIS?
there shouldn't be any big differences maybe some subtle things.

Unless you are using something that is specific to Tomcat that isn't available on JRUN.

CJ
Thanx for the "A"

CJ