Hey,

Yes there is.  HTMLAdaptor has build in basic security protocol (forgot
exact RFC), username + password but it is turned ON only after you add
at least one username/password pairs through
HTMLAdaptorServer.addUserAuthenticationInfo().  You can either subclass
HTMLAdaptorServer and in some of its startup methods hardcode
username/passwords or you can programatically add them somewhere from your
code through "normal" MBean invocation..

Cheers,
Vlada

On Wed, 2 May 2001, Thomas Hagedorn wrote:

> Hello,
>
> is there any possibility to protect the 8082 management page with a
> password ?
> I found nothing appropriate in the documentation (only a hint that the
> 8082 should be restricted to administrators, but nothing about how to
> do this).
>
> Any help would be appreciated
>
> regards
> tom
>
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to