-
We upgraded from 2.17 to 3.0.2 and can no longer log in. We're deploying the hawtio-default.war in a Tomcat 9 (TomEE really) instance. Are there any differences in the required config for 3.x and 2.x that might help here? Any additional debug we can enable? Our CATALINA_OPTS includes:
I also tried adding this, but it didn't help:
The conf/login.conf has:
With debug on, it looks like things are working, but I'm not sure if there's something additional we should expect to see:
but from the login page you always get "Invalid login credentials" and 403 in the access log for each login attempt.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@dabramov1 For the supported configuration for Hawtio 3+, see: And Hawtio 3 is already an outdated version, if there's no specific reason to use it, try the latest Hawtio 4.2.0. |
Beta Was this translation helpful? Give feedback.
-
I found the issue. Hawtio 3.x apparently changed the required role(s) property from: hawtio.role to hawtio.roles We love the tool, but, lacking an upgrade guide, backwards compatibility for the single role property name would have been helpful. |
Beta Was this translation helpful? Give feedback.
I found the issue. Hawtio 3.x apparently changed the required role(s) property from:
hawtio.role
to hawtio.roles
We love the tool, but, lacking an upgrade guide, backwards compatibility for the single role property name would have been helpful.