Try uncoment this
<mbean code="com.sun.jdmk.comm.HtmlAdaptorServer" name="Adaptor:name=html">
<attribute name="MaxActiveClientCount">10</attribute>
<attribute name="Parser" />
<attribute name="Port">8082</attribute>
</mbean>
in your jboss.jcml
I'm not sure that way your system will be safe.
<mbean code="org.jboss.jmx.adaptor.rmi.RMIAdaptorService" name="JMX:name=Conector,type=RMI" />
enables you to connect and manage jboss via rmi. So you shouild also uncomment this one.
Marko.
> -----Original Message-----
> From: jquest jquest [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 15, 2001 1:26 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Security
>
>
>
> Hi,
> Thanks for this answer.
> It is possible.
> I need to know how to disable the 8082 port in jboss config.
> Is it possible ?
>
>
> >From: Peter Fagerlund <[EMAIL PROTECTED]>
> >To: jquest jquest <[EMAIL PROTECTED]>,
> >"[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> >Subject: Re: [JBoss-user] Security
> >Date: Thu, 15 Nov 2001 13:23:27 +0100
> >
> >on 1-11-15 13.08, jquest jquest at [EMAIL PROTECTED] wrote:
> >
> > > Hi all,
> > > I use jboss as application server.
> > > I can call http://my.server.ip:8082 and see the setup of jboss.
> > > How can I disaple this option.
> >
> >The recomendation is :
> >when running a application server, do so behind a firewall ...
> >
> >/peter_f
> >
>
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at
> http://explorer.msn.com/intl.asp
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
