"bdamato" wrote : I'm running 5.1.0.GA on Solaris.
|
The file contents that you posted isn't what is shipped in AS-5.1.0.GA. Where did you
find that file in the AS?
"bdamato" wrote :
| I set the port to 8700 but it looks to me like the port offset (which in my case is
set to 400) is even getting applied to the explicitly set ports. If I set the port to
8300, jBoss ends up starting the service on port 8700. I'm not sure if that's
intended or a bug, but it's reproducible.
If you don't want it to be offset, then why not use the "ports-default" and
just change the HTTP port to whatever you want:
<bean class="org.jboss.services.binding.ServiceBindingMetadata">
| <property
name="serviceName">jboss.web:service=WebServer</property>
| <property name="port">8700</property>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251170#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...