PLEASE TURN OFF SENDING HTML EMAIL!
> 1) Does the Servlet Engine start up a new VM per zone?
No, you must do it.
> 2) What happens, in the unlikely event =), when the VM running the servets
> crashes?
I got a better one for you, what happens if someone puts System.exit() into
their servlet? ;-)
In both cases, the JVM stops. You must write a little application to watch
things and restart the JVM if it dies.
> 3) Are all other zones in the running in the servlet engine unaffected?
Yes.
> 4) Does it bring down the entire servlet engine?
The "servlet engine" is running in the JVM. If the JVM dies, the engine
dies.
> 5) Are servlet zones part of the Sun spec? Or just a vendor solution to
> many an ISP's concerns about security.
It is not directly in the 2.0 spec. It was Stefano and Pier's idea to solve
the problem.
> 6) What are the limitations, if any of Servlet Zones (Memory requirements,
> hardward req., etc.). If a servlet zone/seperate JVM is started per entry
> in the webserver config file, and a JVM process is ~ 2-4 MB it seems there
> would be a very small number of zones permitted by a ISP simply based on
> physical constraints.
Just memory and cpu restraints.
-jon
___________________________________________________________________________
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