you use a path accessible from your classloader using getResource.for instance WEB-INF/classes/jaas.config -> use jaas.config.
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2015-09-24 0:12 GMT-07:00 mauro2java2011 <[email protected]>: > > > > Mauro > Romain Manni-Bucau wrote > > Hi > > > > Your login module should be in the container so added in libs if setup in > > server.xml. > > > > If you want to keep it in your webapp configure the realm in context.xml > > rather than server.xml, use configFile configuration to point on a > > classloader resourcz for the jaas.config. > > and how is possible configuration to point on al classloader resorucez for > the jaas.config??? > > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Jaas-issue-with-Maven-Tomee-plugin-tp4676308p4676327.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
