[jetty-users] Unable to find LoginModule class, how to solve it?

2011-09-11 Thread Guofeng Zhang
Hi, I developed a login module and configure it following Jetty/Tutorial/JAAS. When I try to log in from my web login page, i got the following error and my page is directed to the login error page: WARN:oejpj.JAASLoginService: javax.security.auth.login.LoginException: unable to find LoginModule c

Re: [jetty-users] start.ini vs jetty.conf

2011-09-11 Thread Xin CHEN
Make sense. Thanks a lot for this. Cheers, cheney On 08/09/2011, at 8:18 PM, Jesse McConnell wrote: depends on your startup approach, use the start.ini if your using java -jar start.jar to startup jetty, use the jetty.conf if your using the shellscripts in bin least I think that is the rule o