> Yap! As sad as it is - I could crash THE JVM started by Tomcat
> by merely putting System.exit(-9) in my servlet.
> How can webmasters protect themselves from such code?

You should run with a security manager installed and don't allow System.exit
in the tomcat.policy file.

David

Reply via email to