|
From: Leif M. <le...@ta...> - 2006-08-10 09:13:47
|
The process with services is: 1) always to get things working when running as a console app first. 2) install as a service and run. If there are any problems look in the wrapper.log file for the cause. If not obvious, set wrapper.debug=true and try again. 3) Most problems are caused by environment differences. The service is run as the SYSTEM user by default. Make sure the PATH and/or JAVA_HOME environment variables are defined correctly if used. Cheers, Leif tweety123 wrote: > Hi, > > That problem got solved. Now am able to install the application as a > service. But when I try to start the Application i.e. service, I get the > error 'Error 1053: The service did not respond to the start or control > request in a timely fashion'. Any idea why this' happening? > > Thanks. > > |