Hi, I'm using Windows XP and WebObjects 5.4.3. I configured wotaskd as a service but it does not launch.
C:\>sc create WOTaskD binPath= C:\Apple\Library\WebObjects\JavaApplications\wotaskd.woa\wotaskd.CMD DisplayName= "Apple WebObjects Task Daemon 5" start= auto [SC] CreateService SUCCESS C:\>sc start WOTaskD [SC] StartService FAILED 1053: The service did not respond to the start or control request in a timely fashion. I traced the problem to wotaskd.cmd and findstr as it hangs on this line: echo %* | findstr /I /R /C:"WONoPause *true" /C:"WONoPause *YES" /C:"WONoPause=true" /C:"WONoPause=YES" > nul 2> nul Anybody else run into this problem? I can run wotaskd.cmd from command line and it works fine. It just does not want to run as a service. Thanks, -- marius
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com This email sent to arch...@mail-archive.com