Hi,

>... the problem is that I'm trying to run one tomcat server for a large
>group of students.  I can handle the deploy/undeploy part, but if a
>student makes an error in their web.xml file, which is bound to happen,
I
>don't want to have to restart the server.  I'll need to look at a way
to
>wrap the reload via the manager application from ant. *sigh*

Umm, what if a student puts System.exit(0) in his/her webapp?

Consider having separate tomcat servers (altogether, or one
CATALINA_BASE and one CATALINA_HOME per student, i.e. one JVM per
student with some common configuration) to protect the students from
each other.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to