Hi all, 
If I run JBoss in a command window on a Windows XP machine I can get the HSQL 
Database Manager to work through invoking the MBean method. If I install JBoss 
as a Windows Service using JavaService the HSQL Database Manager never starts. 

My service command to install jboss is as follows

JavaService.exe -install JBoss4 %1\jre\bin\%3\jvm.dll 
-Djava.class.path=%1\lib\tools.jar;%2\bin\run.jar -start org.jboss.Main -params 
"-c default" -stop org.jboss.Main -method systemExit -out %2\bin\stdout.log 
-err %2\bin\stderr.log -current %2\bin


where the first param is my jdk_home and the second is my jboss_home

if i check the stdout.log I see everything starts so I am very confused. It 
didn't and I realized there were different permissions between the service and 
my account (Which is another thing I dont' understand because I thought that 
[User Account] should be the user I am currently logged in as but that doesn't 
ever seem to work for me, I know this is a windows q]

Brian

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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to