How to I setup the JVM to use a given jaas.conf I created as JAAS setup? Maybe there is a JAAS picks up a configuration property which I can set on startup with -D
?
views:
126answers:
1
+1
A:
-Djava.security.auth.login.config=/yourpathtojaas.conf
Hope this will help you
SourceRebels
2009-01-23 13:48:10