Bugs item #678284, was opened at 2003-01-31 10:34
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=678284&group_id=22866

Category: JBossMX
Group: v3.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Dan Greening (greening)
Assigned to: Nobody/Anonymous (nobody)
Summary: auth properties files in wrong dir in jmx-console

Initial Comment:
The users.properties and roles.properties files, which
are example files in the default and all deployments
are located in the wrong directory for JMX-console.  If
you configure the JMX-console as suggested with
login-config.xml including:

<application-policy name="jmx-console">
        <authentication>
                <login-module
code="org.jboss.security.auth.spi.UsersRolesLoginModule"
flag="required"/>
        </authentication>
</application-policy>

JMX-console will NOT pick up the users.properties or
roles.properties from the
jmx-console.war/WEB-INF/classes directory, where they
are now stored. It ignores them.

Instead these files should be moved to the
jmx-console.war directory.

There may be a similar problem with
http-invoker.sar/invoker.war/WEB-INF/classes directory.

Although this is perhaps a cosmetic change, the problem
is it confuses newbies like me who are trying to set up
authentication correctly.  Since it is also tied to
shutdown.jar, seems like you should put these examples
in the right spot.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=678284&group_id=22866


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to