i current make learn on JSP so i wonder any JSP genius can share their experience about tomcat or sun java web server. I wonder which web server efficient in use. Thank for any reply.
sun java web server VS apache tomcat
Collapse
X
-
Sun Application Server is a complete J2EE server not just a JSP / Servlet container. and the documentation and support from sun is better than tomcat's community support. while considering about flexibility on application server administration + performance, I'd recommend Sun Application Server.
--randikaComment
-
I made much better experience with open-source products than with commercial products (upgrade, bugfixing, compatibility etc.). Especially if you are a newbie and have no paid support from the manufacturer (IBM, Broadvision, BEA), it's so much more complicated and most likely you will fail.Originally posted by webster5uThank you for all the comment. Actually, I currently doing research on web servers (tomcat, websphere, weblogic, SJSWS).
I like to choose websphere how you think so? because my database is informix and OS is sunOS and websphere is support J2EE also.
Many people forget during evaluation that sooner or later you need to implement non-out-of-the-box functionality, and then it's worth gold if you don't have a proprietary system.Comment
Comment