Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Problem after jetty migration from 6.1.25 to 8.1.3 !

Hi all,

For my project I have migrated from Jetty 6.1.25 to Jetty 8.1.3.

After the migration, i am getting the following error for all my requests to my Web Application:

HTTP ERROR 404 Problem accessing /command-executor/j_security_check. Reason:  Not Found  Powered by Jetty://

Am i missing something ?

i am using LdapLoginModule for authentication and provided correct configuration and Realm Name (which is same as in web.xml):

 <Call name="addBean">
    <Arg>
      <New class="org.eclipse.jetty.plus.jaas.JAASLoginService">
     <Set name="name">Command Executor Realm</Set>
     <Set name="LoginModuleName">ldaploginmodule</Set>
   </New>
    </Arg>
  </Call

Everything works perfect in Jetty 6.1.25.

Please help me in resolving this issue in jetty 8.1.3. 

Thanks and Regards,
Abhishek Singh

Back to the top