This content has been marked as final.
Show 3 replies
-
1. Re: http://localhost:8080/jmx-console/index.jsp
Mike Finn Mar 23, 2003 9:58 PM (in response to Tim)Looks like maybe tools.jar is not on path?
-
2. Re: http://localhost:8080/jmx-console/index.jsp
Raja Mar 23, 2003 11:40 PM (in response to Tim)have you set the JAVA_HOME env. variable?
-
3. Re: http://localhost:8080/jmx-console/index.jsp
Skely Mar 24, 2003 7:14 AM (in response to Tim)You have to set JAVA_HOME environmental variable to your JDK root directory.
edit your run.bat file under bin directory in jboss to include this.
set JAVA_HOME =C:\jdk1.3.1 (whereever your JDK root is)
Good luck
Skely