Doing a little digging I found that JBoss, by default, listens only on 127.0.0.1. You can send it a "-b 0.0.0.0" switch on startup and it will for connections on all IP addresses of the machine.
Now I just need to tie it to Apache... more digging. :-) Dan LeGate wrote: > Hi all, > > We got our first test instance of JBoss/CF8 installed, however, it can't > be accessed except at the server itself. > > When I do a netstat -an, here's what I see: > > tcp 0 0 127.0.0.1:80 > 0.0.0.0:* LISTEN > > but no listener on the public IP. I found this thread: > > https://cloud.prod.atl2.jboss.com/jira/browse/JBAS-6118 > > which (since you have to allow an SSL exception) states: > > If the host name is listed in an entry of the /etc/hosts file as > 127.0.0.1. For example as follows (where vm9-srv01 is the hostname): > 127.0.0.1 localhost.localdomain localhost vm9-srv01 > Then the EJB3 InvokerLocator server socket binds only to 127.0.0.1 > regardless of what the jboss.bind.address is. > That means clients from other machines will not be able to make EJB3 > calls to the server. > This issue was also discussed here for JBoss 4.2.1.GA: > http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098486#4098486 > > So we modified /etc/hosts (on RedHat) like so: > > 127.0.0.1 localhost.localdomain localhost > servername.company.domain servername > 143.145.129.12 servername.company.domain servername > > restarted JBoss but it still only listens at 127.0.0.1. > > Any one else run into (or solve?) this one? > > Thanks, > > Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315494 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

