Brian Kolaci wrote:
> 
> Hi,
> 
> I was considering doing a virtual hosting solution
> that allows Apache+JBoss+Tomcat to allow users
> to implement their own webapps.  Is there any
> protection from a user putting a "System.exit(0)"
> into their code?  Is there a way to prevent this?
> 
> Should the virtual hosting features of tomcat
> be used or should there be a separate JVM for
> each JBoss+Tomcat, all under a single Apache?
> Has anyone done this already?


Java Security...
dissallow java.Runtime.Exception exitVM

HTH

/Daniel


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to