Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty custom LoginService question

Ok, I got it working by putting my custom LoginService in a .jar file that
lives in lib/ext.  This didn't work initially for me initially but I tried
it again and it worked.  Maybe I got package names confused in jetty-web.xml
after I moved my class.

Next I will try the setParentLoaderPriority(true) in jetty-web.xml but the
way I have it now with the jar in lib/ext works for me.  

Thanks so much for all the advice!



--
View this message in context: http://jetty.4.x6.nabble.com/Jetty-custom-LoginService-question-tp4966621p4966625.html
Sent from the Jetty User mailing list archive at Nabble.com.


Back to the top