A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Products
»
JBoss
Author
Binding IP Of Jboss
chandra kambham
Ranch Hand
Joined: Jun 09, 2008
Posts: 74
posted
Mar 28, 2011 23:22:12
0
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
I like...
posted
Mar 29, 2011 14:16:02
0
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
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter