exact,
to be precise:

<mbean code="org.jboss.web.catalina.EmbeddedCatalinaServiceSX"
name="DefaultDomain:service=EmbeddedTomcat" >
    <attribute name="Port">80</attribute>
  </mbean>


service.xml, as far as I know is no more used
for embedded catalina... 
you can only change config,
either by webapp web/jboss-web.xml configuration
by adding parameters to EmbeddedCatalinaServiceSX
mbean in jboss.jcml

> -----Message d'origine-----
> Objet: Re: [JBoss-user] changing port 8080 to 80
> Have a look inside jboss.jcml (it used to be in /jboss/conf/tomcat)

> I think the port is also defined there 
> ----- Original Message ----- 
> From: "Mark" <[EMAIL PROTECTED]>
> > I'm accustomed to changing from the default port 8080 to 
> port 80 in the
> > server.xml file in the tomcat conf directory.
> > 
> > I have done this now with jboss2.4.4-tomcat4.0.1 in the
> > catlina/conf/server.xml and it is still serving on port 
> 8080. Where do I
> > change the port option?

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

Reply via email to