aspose file tools
The moose likes JBoss and the fly likes Binding IP Of Jboss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Binding IP Of Jboss" Watch "Binding IP Of Jboss" New topic
Author

Binding IP Of Jboss

chandra kambham
Ranch Hand

Joined: Jun 09, 2008
Posts: 74
Hi,

Please tell me how to find the binding IP adress of the Jboss Server?

Thanks,
Chandra
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5541

Look in the logs (console or server.log) for an entry like this:

2011-02-03 11:37:48,188 INFO [org.apache.coyote.http11.Http11Protocol] (main) Starting Coyote HTTP/1.1 on http-127.0.0.1-8080

This line appears a few lines before the "started in xxx seconds" line. In this case, the server is bound to 127.0.0.1.


JBoss In Action
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Binding IP Of Jboss
 
Similar Threads
How to run Jboss on port other than 8080
How to get "jboss server binding address" from servlet
Issues with Jboss Binding IP
Change host for server in netbeans
Change host for server in netbeans