Tim Bain wrote
> My jetty.xml file has only your second bean, not the first one (and our
> users list in jetty-realm.properties includes only admin users), and
> authentication works, so commenting out your entire securityConstraint
> bean
> seems like an easy way to simplify your config and see if
My jetty.xml file has only your second bean, not the first one (and our
users list in jetty-realm.properties includes only admin users), and
authentication works, so commenting out your entire securityConstraint bean
seems like an easy way to simplify your config and see if authentication
works in
Tim Bain wrote
> Those are IDs (and I'm positive they have to be unique); I was referring
> to
>
> in each bean. Maybe Spring doesn't
> mind that, I don't remember (I mainly use annotations these days), but it
> seemed like an easy thing for you to check.
>
> More generally, I'd simplify your c
Those are IDs (and I'm positive they have to be unique); I was referring to
in each bean. Maybe Spring doesn't
mind that, I don't remember (I mainly use annotations these days), but it
seemed like an easy thing for you to check.
More generally, I'd simplify your config till it works and then you
Tim Bain wrote
> I thought Spring didn't allow multiple beans with the same name... Try
> commenting out the admin one, and if that works then try changing the
> admin
> one's name.
Don't the beans already have different names? "securityConstraint" and
"adminSecurityConstraint".
Mark
--
View
I thought Spring didn't allow multiple beans with the same name... Try
commenting out the admin one, and if that works then try changing the admin
one's name.
On Apr 6, 2015 8:52 PM, "Scammell" wrote:
> > Did you enable authentication in jetty.xml as described in
> > http://activemq.apache.org/w
> Did you enable authentication in jetty.xml as described in
> http://activemq.apache.org/web-console.html?
I believe so: I have the following entries in the jetty.xml file:
Mark
--
View this message in context:
http://activemq.2283324.n4.nabble.com/SecurityException-Us
Did you enable authentication in jetty.xml as described in
http://activemq.apache.org/web-console.html?
On Apr 6, 2015 6:35 PM, "Scammell" wrote:
> Hello,
>
> I'm trying to set up ActiveMQ version 5.10.1 on Red Hat Enterprise Linux
> Server release 7.1 with a new user which can use the web consol