tags:

views:

126

answers:

1

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?

+1  A: 

-Djava.security.auth.login.config=/yourpathtojaas.conf

Hope this will help you

SourceRebels