Today I was setting up a second tomcat instance on a single Windows machine and was not able to run two instances at the same time. The first instance started fine, but when I went to start a second instance the second server would not start.
I found the following errors in the logs from the jakarta_service_20121010.log:
[2012-10-10 14:37:15] [206 javajni.c] [error] The specified module could not be found. [2012-10-10 14:37:15] [985 prunsrv.c] [error] Failed creating java C:\Java\jre6\bin\client\jvm.dll [2012-10-10 14:37:15] [1280 prunsrv.c] [error] ServiceStart returned 1
At first, both services where set to use jvm mode for both Startup and Shutdown.
But the solution to allow both to work, was to set both services to Java mode for both Startup and Shutdown as seen here:
Now running multiple instances runs like a charm.
Recent Comments