> I am using a work directory created by MakeAppWorkDir.py > > The appserverpd.txt is correctly written to my working directory > BUT > ./Appserver stop > looks for it only in the main Webware directory
I reported this a while back, the code that determines which directory appserverpid.txt goes into is different in the "start" and "stop" cases. I didn't see an obvious solution since I didn't know the code very well so I just kill the pid manually too. > I read the code and I assume that > kill -9 `cat appserverpid.txt` > has the same effect as ./Appserver stop I wouldn't use the "-9", it won't clean up properly. Jeff _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
