Are you using the tool from http://javaservice.objectweb.org/? I ask because 
there are several tools called Java Service and each is configured differently.

If you are, that tool stores service configuration information in the Windows 
registry. Check the settings at 
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\XXX\Parameters, where XXX 
is your service name.  You should have some settings that look like this:


  | Start Param Count        REG_DWORD    0x00000002 (2)
  | Start Param Number 0  Reg_SZ             -b
  | Start Param Number 1  Reg_SZ             0.0.0.0

If that is not what you have, correct it using regedit.

By the way, this tool is not recommended for use with JBossAS. See the 
"JavaService is no longer recommended" section of this wiki page for the 
reasons: http://www.jboss.org/community/docs/DOC-11932


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191818
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to