Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
   testuser: test, admin

Please note: In realm.properties you can specify the password like

Code Block

  testuser: MD5:098f6bcd4621d373cade4e832627b4f6, admin

Hint: You can use the MD5 Key generated by JOE but you have to change it to lowercase.

More informations can be found here.

Code Block

 [http://wiki.eclipse.org/Jetty/Howto/Secure_Passwords wiki.eclipse.org/Jetty/Howto/Secure_Passwords ]

You can execute the password utility mentioned there. You can find the jetty-utilxxxx.jar in scheduler_home/lib/jetty_ext.

Finally you have to configure a security constraint and assign your user realm myRealm to a login configuration. To do this you have to change your web.xml:

...