the hostname of my linux box is "linux1", not localhost, so when i try 
starting up jboss, i'm getting the below error:

[RMIConnectorService] Initialization failed
java.net.UnknownHostException: linux1

i made the below changes to the /jboss/conf/default/jboss.properties file, 
but obviously this wasn't the solution...  :|

# System properties
# These will be loaded and set by jBoss
java.rmi.server.useLocalHostName=false
java.rmi.server.hostname=linux1
java.rmi.server.codebase=http://linux1:8080/

any ideas on how to properly configure jboss to use a non-localhost 
hostname would be appreciated.

thanks. 


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to