I have now solved the connection refused problem by changing the following
file as shown below:
jboss-7.0.2/standalone/configuration/standalone.xml
<interfaces>
<interface name="management">
<inet-address value="${jboss.bind.address.management:192.168.0.67}"/>
</interface>
<interface name="public">
<any-address/>
</interface>
</interfaces>
--
View this message in context:
http://drools.46999.n3.nabble.com/Jboss-As7-0-2-linux-designer-2-2-Final-...
Sent from the Drools: User forum mailing list archive at
Nabble.com.