The simplest thing to do is not to set the JBOSS_HOME
environment variable at all. If you call run.bat
without the variable being set, then the script will set it to its own JBoss directory. Explicitly setting it allows you to override where JBoss looks for things, but then you have to manage it yourself, and you get into a mess.
So remove the variable, and let JBoss take care of its own directories.
skaffman
2010-03-31 11:29:26