-
1. Re: Problem in starting Jboss as windows service
kadover Aug 27, 2007 12:50 AM (in response to shashidhar123)I know this reply is very late, but for anyone who followed this problem here from google, my solution involved making sure the JAVA_HOME and JBOSS_HOME environmental variables were set globally and not just for the current user.
I normally set my environment variables under System Properties (Dialog) > Advanced (Tab) > Environment Variables (Button) > User Variables for {username}
However those settings are only per user, so they would only work when running batch files, but the java service wrapper services use the Local System Account by default and will only be able to see environment variables set under "System variables", i.e. the listing below "User Variables for ..." in the dialog pointed to above.
Set your variables there and everything should work fine!
Regards -
2. Re: Problem in starting Jboss as windows service
iamroshan Mar 15, 2009 9:49 PM (in response to shashidhar123)kadover.. that fixed the problem for me! Thanks!