Re: Endless Failed to log in, Forbidden with hawt.io

2014-01-10 Thread francesco
Sorry to re-animate this thread after so long time, but I came up with another solution to authenticate hawtio: http://bacedifo.blogspot.it/2014/01/protect-your-hawtio-activemq-590.html http://bacedifo.blogspot.it/2014/01/protect-your-hawtio-activemq-590.html this time with LDAP. By the way: I

Re: Endless Failed to log in, Forbidden with hawt.io

2013-11-04 Thread gmicky
Hello Francesco, I was struggling with this issue as well on my side it was due to using custom startup script which sets custom ACTIVEMQ_OPTS. in apache-activemq-5.9.0/bin/activemq some variables are setup which are needed for hawkio to authenticate and those are only loaded if ACTIVEMQ_OPTS

Re: Endless Failed to log in, Forbidden with hawt.io

2013-11-04 Thread James Strachan
Incidentally in later hawtio releases we tried to make the explicit speciifying of rolePrincipleClasses optional which seems to make it easier to authenticate on different containers (older karaf, tomcat etc) so maybe upgrading to 1.2-M27 of hawtio might help? On 4 November 2013 16:52, gmicky

Re: Endless Failed to log in, Forbidden with hawt.io

2013-11-04 Thread gmicky
Hello Francesco, I was struggling with same issue and it was due to custom startup script for activemq which declared variable ACTIVEMQ_OPTS. If this variable is previously declared - options from /apache-activemq-5.9.0/bin/activemq script are not loaded and hawio authentication is not

Re: Endless Failed to log in, Forbidden with hawt.io

2013-11-04 Thread francesco
Il 04/11/2013 18:41, gmicky [via ActiveMQ] ha scritto: Hello Francesco, I was struggling with this issue as well on my side it was due to using custom startup script which sets custom ACTIVEMQ_OPTS. in apache-activemq-5.9.0/bin/activemq some variables are setup which are needed for

Re: Endless Failed to log in, Forbidden with hawt.io

2013-10-30 Thread francesco
Sorry but it's too hard for me to upgrade to hawtio 1.2-M24. As a quick-and-dirty workaround, just comment-out from webapps/hawtio/WEB-INF/web.xml: filter-mapping filter-nameAuthenticationFilter/filter-name url-pattern/auth/*/url-pattern /filter-mapping and hawtio in completely free (no

Re: Endless Failed to log in, Forbidden with hawt.io

2013-10-25 Thread francesco
I'm using AMQ standalone. According to startup messages, I have hawtio M23 INFO | jetty-7.6.9.v20130131 INFO | Welcome to hawtio 1.2-M23 : http://hawt.io/ : Don't cha wish your console was hawt like me? ;-) INFO | started

Endless Failed to log in, Forbidden with hawt.io

2013-10-24 Thread francesco
Good morning, there is something I don't understand with the new hawt.io console. While I can authenticate on the older console (http://localhost:8161/admin) the newer console (http://localhost:8161/hawtio/#/login) never accepts credentials which are valid for older console. I think the issue

Re: Endless Failed to log in, Forbidden with hawt.io

2013-10-24 Thread Claus Ibsen
Hi See the docs/WebConsole readme file for details. On Thu, Oct 24, 2013 at 11:35 AM, francesco francesco.malve...@unimore.it wrote: Good morning, there is something I don't understand with the new hawt.io console. While I can authenticate on the older console (http://localhost:8161/admin)

Re: Endless Failed to log in, Forbidden with hawt.io

2013-10-24 Thread francesco
Thank you for the quick answer! That clarifies me about the differences in authentication in older console and in hawtio. As far as I understand, in the default configuration, both console have a user 'admin' with password 'admin'. So, I should be able to login to hawtio with that user. Is it

Re: Endless Failed to log in, Forbidden with hawt.io

2013-10-24 Thread Claus Ibsen
Hi Try with M24 which is the version shipped out of the box with AMQ 5.9. And are you running inside Karaf? Or AMQ standalone? On Thu, Oct 24, 2013 at 12:39 PM, francesco francesco.malve...@unimore.it wrote: Thank you for the quick answer! That clarifies me about the differences in