1 Reply Latest reply on May 9, 2009 11:08 PM by peterj

    JavaService.exe to regsiter the jboss as windows service

      Currently we are using the following script to register the Jboss4.23GA-1.6JDK as windows service. However we could able to do it, but when we try to start it, we are getting the error saying "Could not load JVM" but we are having the C:\Root\foundationlib\JDK\jre\bin\server\jvm.dll specified and it is there at that location

      Please provide some help please, Appreciate your help

      C:\Root\Jboss\bin\JavaService.exe -install "Root Jboss Application Server" C:\Root\foundationlib\JDK\jre\bin\server\jvm.dll -Djava.class.path=C:\Root\foundationlib\JDK\lib\tools.jar;C:\Root\Jboss\bin\run.jar -start org.jboss.Main -params -b 0.0.0.0 -stop org.jboss.Main -method systemExit -out C:\Root\Jboss\server\default\log\iwjboss_server_out.log -err C:\Root\Jboss\server\default\log\iwjboss_server_err.log -current C:\Root\Jboss\bin -auto -overwrite -startup 10