[jboss-user] [Management, JMX/JBoss] - Re: To change the

2007-08-03 Thread PeterJ
ag03902, please do not post unrelated questions on the end of someone else's post; instead start a new post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070653#4070653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [Management, JMX/JBoss] - Re: To change the

2007-08-02 Thread ag03902
Peter, I have a question also, my app is remedy web-tier and it uses the Jboss/jboss tomcat ... I am on 4.0.4 and I cannot keep jboss up and running, also .remedy support told me that if I wanted to run on port 80 that I would need to edit the server.xml file which I did, it comes up and stays

[jboss-user] [Management, JMX/JBoss] - Re: To change the

2007-08-02 Thread PeterJ
No, you can map only one IP address. This is a limitation of the sockets library (so you cannot blame this one either Java or JBoss AS). 'valorized'? Not sure what you mean. But the typical way to set jboss.bind.address is to start the app server using the -b option, as I mentioned earlier. You

[jboss-user] [Management, JMX/JBoss] - Re: To change the

2007-08-02 Thread Vjger
"PeterJ" wrote : Because the address field is initialized from data kept in a configuration file I imagine this file is "server.xml". If so, where and how is valorized the ${jboss.bind.address}? Is it possible to map more ip addresses? | | Thanks again. View the original post : h

[jboss-user] [Management, JMX/JBoss] - Re: To change the

2007-08-01 Thread PeterJ
Because the address field is initialized from data kept in a configuration file, so the field must be write-able. Consider it a write-once field. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069680#4069680 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [Management, JMX/JBoss] - Re: To change the

2007-08-01 Thread Vjger
ok...thanks. But why the "address" field is editable? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069545#4069545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069545 ___

[jboss-user] [Management, JMX/JBoss] - Re: To change the

2007-07-31 Thread PeterJ
The mistake is thinking that changing this value causes the app server to rebind the ports. It doesn't. If you want to bind to 0.0.0.0, start the app server as follows: run -b 0.0.0.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069235#4069235 Reply to th