The -b option is the only right way to bind the server network address.
But i've another question:
If i set the -b 0.0.0.0 i can reach the server on network but i can't do it on internet.
To explain:
- i set the router to map the local address :8080 to a public address
- i can reach the jboss portal page on internet
- but when i try to do the login, the login module try to call the PRIVATE address of the server and not the public......WHY??????
Where my configuration fails?
thanks
paolo
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211039#4211039
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211039
Hi the problem in your code is that your action is called when transition is already taken <transiton><action/></transiton> so you can create and event in start node and add action to it. Or I think better solution is to put a Decision node after start node and implement DecisionHandler which return the name of the transition to be taken or simply use expression language if decision is very simple.
Fero
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211036#4211036
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211036