[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Not able to run Application on Jboss from remote machine

jaikiran do-not-reply at jboss.com
Thu Oct 16 06:54:08 EDT 2008


anonymous wrote : 11:54:15,561 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 

This shows that the -b 0.0.0.0 option is not being considered and instead its binding only to localhost. But you do seem to be passing the argument correctly:

anonymous wrote : [root at localhost bin]# ./run.sh -b 0.0.0.0 


anonymous wrote : 
  | =========================================================================
  | 
  | JBoss Bootstrap Environment
  | 
  | JBOSS_HOME: /usr/local/jboss-4.2.2.GA
  | 
  | JAVA: java 

Have you set the JAVA_HOME correctly?

anonymous wrote : 
  | 11:53:58,085 INFO [ServerInfo] Java version: 1.7.0,Sun Microsystems Inc.
  | 11:53:58,085 INFO [ServerInfo] Java VM: IcedTea Client VM 1.7.0-b21,Sun Microsystems Inc. 

I wasn't aware that there was a 1.7 version of Java available. Can you try using 1.5 Sun Java JDK and see if it works?
 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182619#4182619

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182619



More information about the jboss-user mailing list