Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The following page has been changed by JaroslawStrzelecki: http://wiki.apache.org/commons/Daemon ------------------------------------------------------------------------------ Hint: prunsrv will add "//RS//SCNService" to the ImagePath, which will be passed to SCNService.exe when the Windows SCM (Service Control Manager) is staring the service. Most Services will ignore such command line arguments, but you should check this with your service just to make sure. == I get "prunsrv.c Failed creating java" errors when commons daemon launches Tomcat == - These errors when JVM used by Tomcat cannot locate msvcr71.dll runtime library. + These errors occur when JVM used by Tomcat is unable to locate msvcr71.dll runtime library. Possible solutions: * Copy msvcr71.dll from javaâs bin directory to tomcatâs bin folder * Add javaâs bin directory to windows environment variable * Copy msvcr71.dll from javaâs bin directory to windows\system32 folder * Make sure your tomcatâs pointing to correct jvm.dll folder - == Can I use the common daemon to start a Windows service? == I can stop a windows service with //SS//ServiceName. As I tried to start it again with //RS// nothing happend? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org