Search code examples
javajettyhawtio

enable authentication in hawtio deployed on jetty


I'v setup jetty and added a HashLoginService which uses the realm.properties..basically the demo setup. I'm using the hawtio-web.war where I set the hawtio.authenticationEnabled to true. Problem is that I'm not able to login. The login page of hawtio appears but it always says "forbidden"...I don't know what I'm doing wrong.


Solution

  • as Claus already mentioned configuration details can be found here: https://github.com/hawtio/hawtio/blob/master/docs/Configuration.md#configuring-security-in-jetty

    thanks for the support :)