Hi, > I tried to start WebObjects Application in Terminal and it succeeded. So your application can start with the user you are connected, you have to check with the user under which wotaskd is running. Also wotaskd is not only launching your application under a different user, but with arguments some are important : -WOPort 1234 -WOCachingEnabled YES -WODebuggingEnabled NO -WOOutputPath /..../Local/logs/YourApp-NnstanceNumber -WOLifebeatInterval 30 -WOLifebeatEnabled YES -WOLifebeatDestinationPort 1085 -WOApplicationName YourAppName -WOMonitorEnabled YES
So you have to check if your application is starting with this args, WOPort maybe the most important cause a port could only be bind by one process. wotaskd is launching your app with this script /Library/WebObjects/JavaApplications/wotaskd.woa/Contents/Resources/SpawnOfWotaskd.sh , you can edit it to get a stdout/stderr log (follow instructions on http://en.wikibooks.org/wiki/Programming:WebObjects/Web_Applications/Deployment/Common_Pitfalls_and_Troubleshooting ) > But I still can't start the same application's instance. I don't know > why. You may have an explicit output error telling you what's wrong, exception port already in use ? > > Running in Terminal has some troubles for example if you turned off > it, the application will be shutdown. Yes it's the normal behaviour ! > > Thank you all the same! Expect for better solution. Guido not give you this tip just to figure out what's wrong Aurelien Minet _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
