Hey Ralf,
> Hi,
>
> i'm running the latest cvs-version of JBoss (just updated my
> cvs-tree).
> After noticing, that the configuration-files changed, it was no
> problem to get EmbeddedTomcat running again. But i don't want Tomcat
> to listen on port 8080.
>
> I tried to change the port in tomcat's server.xml, but tomcat still
> listens on port 8080. Using the management interface on port 8082
> has no effect. Is there any other way to change the port number
> (perhaps in jboss.jcml)?
in jboss.jcml modify the EmbeddedTomcat MBean to be:
<mbean code="org.jboss.tomcat.EmbeddedTomcatService"
name="DefaultDomain:service=EmbeddedTomcat">
<attribute name="Port">9090</attribute>
</mbean>
HTH,
Simon
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]