Hi Joatham,
take a look in etc/users.properties (if you use ServiceMix 4) or
conf/users.properties (if you use ServiceMix 3).
By default ServiceMix use a JAAS PropertiesLoginModule which uses the
users.properties file.
The file content format is:
username=password,role
Regards
JB
On 12/09/2010 08:13 PM, Joatham wrote:
If I add the file plugin jaasauthetication activemq.xml indicating my domain
I get the following error:
java.lang.SecurityException: User name or password is invalid
my activemq.xml contains:
<!-- activemq.xml -->
<plugins>
<amq:jaasAuthenticationPlugin configuration="servicemix-domain" />
</plugins>
Where indicated the username and password?
Thanks