If you are only using the jsp/servlet container I think Tomcat is a
good choice: good performance, well documented and plenty of people
using it (I think in many cases is the best support).

If you have reasons to get a commercial container you could use a
cheaper solution like ServletExec from NewAtlanta, I used it in a
project and it worked very well. I don't know much about their support
because I tryed mailing lists when I had questions and all was solved
this way.

If you are planning to use any more services from J2EE stack in the
future (EJB, transactions ...), you can try Jonas by Objectweb, a
production quality open source J2EE solution with good and free
documentation. Changing from Tomcat to it should be easy since Jonas
uses Tomcat as servlet/jsp container.

One year ago I used JBoss for testing purposes only, in general it was
a good experience but buying good documentation for $100 wasn't worth
for me (but probably better than paying $$$ for Weblogic).

My suggestion is to try Tomcat now and Jonas in the near future if you
need more.



On Mon, 20 Sep 2004 01:31:52 +0200, Bjørn T Johansen <[EMAIL PROTECTED]> wrote:
> I am taking over a project that's running on Weblogic 8.1 SP3 today.. They are only 
> using
> the jsp-container and it is time to renew the support agreement with BEA.
> So I was just wondering, is it worth it? Or is Tomcat as good as WL or maybe better? 
> Does
> WL have features that is missing in Tomcat? When the time comes to use EJB, is JBoss 
> as
> good as/better than WL?
> 
> So basically, I would like some advice on why I should/shouldn't continue with 
> Weblogic? :)
> 
> Regards,
> 
> BTJ
> --
> -----------------------------------------------------------------------------------------------
> Bjørn T Johansen
> [EMAIL PROTECTED]
> 
> -----------------------------------------------------------------------------------------------
> Someone wrote:
> "I understand that if you play a Windows CD backwards you hear strange Satanic 
> messages"
> To which someone replied:
> "It's even worse than that; play it forwards and it installs Windows"
> -----------------------------------------------------------------------------------------------
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to