Hi,
This is a moment I'm fighting with Zapcat for Tomcat (and Glassfish). Deploying WAR file is correct, the import of the host through the interface zapcat too, but my Tomcat will not start with the parameters jmxremote:
Dcom.sun.management.jmxremote.port=8086
-Dcom.sun.management.jmxremote.authenticate=true
-Dcom.sun.management.jmxremote.password.file=C:\JDK 1.6\jre\lib\management\jmxremote.password.template
-Dcom.sun.management.jmxremote.access.file=C:\JDK1. 6\jre\lib\management\jmxremote.access
-Dcom.sun.management.jmxremote.ssl=false
Without these parameters, Tomcat starts and works correctly. With, it does not start and give me the following errors in the logs:
[2011-06-07 2:25:49 p.m.] [415 javajni.c] [error] Failed CreateJavaVM
[2011-06-07 2:25:49 p.m.] [770 prunsrv.c] [error] Failed initializing java D: \ Tomcat \ bin \ bootstrap.jar
[2011-06-07 2:25:49 p.m.] [982 prunsrv.c] [error] ServiceStart returned 2
Please, if you have any idea, tell me because then I really do not know.
Thanks
This is a moment I'm fighting with Zapcat for Tomcat (and Glassfish). Deploying WAR file is correct, the import of the host through the interface zapcat too, but my Tomcat will not start with the parameters jmxremote:
Dcom.sun.management.jmxremote.port=8086
-Dcom.sun.management.jmxremote.authenticate=true
-Dcom.sun.management.jmxremote.password.file=C:\JDK 1.6\jre\lib\management\jmxremote.password.template
-Dcom.sun.management.jmxremote.access.file=C:\JDK1. 6\jre\lib\management\jmxremote.access
-Dcom.sun.management.jmxremote.ssl=false
Without these parameters, Tomcat starts and works correctly. With, it does not start and give me the following errors in the logs:
[2011-06-07 2:25:49 p.m.] [415 javajni.c] [error] Failed CreateJavaVM
[2011-06-07 2:25:49 p.m.] [770 prunsrv.c] [error] Failed initializing java D: \ Tomcat \ bin \ bootstrap.jar
[2011-06-07 2:25:49 p.m.] [982 prunsrv.c] [error] ServiceStart returned 2
Please, if you have any idea, tell me because then I really do not know.
Thanks
Comment