On Thu, 15 Mar 2001, Jose Euclides da Silva Junior - DIGR.O wrote:
> Hi everybody,
> i have one simple doubt. Tomcat has always been known as a jsp/servlet
> engine, instead of a jsp/servlet application server. Why? The basic concept
> of application server should be applied to Tomcat, since it supports
> information systems. Am i right?
> Regards,
>
Well, it depends on what you mean by the term "application server". If
your application requires the ability to run servlets and JSP pages, plus
a reasonable amount of static content, Tomcat will work just fine. If you
need higher performance that Tomcat can provide, or features not included
in Tomcat (such as access to EJBs), then you should look at other
alternatives.
> Jos� Euclides J�nior
Craig McClanahan