Bill Hughey a écrit :
Our application has several catalina engines embedded in it and I am trying to 
determine if it makes sense or is even possible to use the catalina security manager 
in this setting.  Specifically, what takes the place of the '-security' switch on 
tomcat in an embedded scenario?

BH

Make sence. SJSAS PE 8.0 ships with Tomcat 5 embedded and security turned on. You just need to call:


System.setSecurityManager(....) (see J2SE API docs)

somewhere in your code.

-- Jeanfrancois




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



Reply via email to