> Tomcat is the Java servlets and JSPages reference implementation,
> so it's at least a good tool for tests. But can I use it safely
> to deploy my application ? Is it as reliable as commercial
> products ?

The only thing I can think of as being bad for Tomcat, is that all context
runs in the same JVM session. This does cause a problem when you have global
persistent classes (ie a singleton) used by several contexts where each
context *should* have it's own instance. But according to the Tomcat FAQ,
this will be remedied in a later release.

  // J

----
Jonas And�n
Netch Technologies AB
Sweden

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to