yamajako [
http://community.jboss.org/people/yamajako] created the discussion
"Re: bind address for jboss services"
To view the discussion, visit:
http://community.jboss.org/message/563118#563118
--------------------------------------------------------------
Sorry
I am using javaservice from the website you pointed to and as for my javaservice
configuration here it is:
set javadll=%JAVA_HOME%\jre\bin\client\jvm.dll
set javatool=%JAVA_HOME%\lib\tools.jar
set javarun=%JBOSS_HOME%\bin\run.jar
set outlog=%JBOSS_HOME%\stdout.log
set errlog=%JBOSS_HOME%\stderr.log
%JBOSS_HOME%\bin\JavaService.exe -install JBoss "%javadll%" "-Xms512m"
"-Xmx512m" -Djava.class.path="%javatool%";"%javarun%" -start
org.jboss.Main -method main -params "-b 0.0.0.0" -stop org.jboss.Main -method
systemExit -out "%outlog%" -err "%errlog%" -current
"%JBOSS_HOME%\bin" -auto
When the service is started, Jboss outputs this exception :
[ServiceConfigurator] Problem configuring service jboss:service=WebService
org.jboss.deployment.DeploymentException: Exception setting attribute BindAddress =
0.0.0.0 on mbean jboss:service=WebService; - nested throwable:
(java.net.UnknownHostException: 0.0.0.0)
Any ideas ?
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/563118#563118]
Start a new discussion in JBoss AS Documentation at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]