| I'm using a AppWorkDir. With that I couldn't use the PID from the init
| script, but the one from the AppServer script that is located in the
| Application working directory. This might also happen in the general case.
| Please see
| http://webware.colorstudy.net/twiki/bin/view/Webware/MakeAppWorkDir

Thanks, Stephan, this pretty much worked.

I did have to change one more line in the init script though,
I had to remove the output redirection from this line:

        su -c "$LAUNCH" webware &

Otherwise it would create a webkit.log file as root before the AppServer
script got to it, which would then not have permissions to write into
webkit.log. I'm running my AppServer as user webware, which you may not be
doing.

Since you moved the logging stuff into the AppServer script anyway, it
works.

The threading exception still shows up in the webkit.log when you shut down,
but at least it shuts down.


_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to