> >> 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. > > What is the right signal?
Just "kill [pid]", the default is to ask for a graceful shutdown. If that fails, then send a "-9" which pulls the plug and may corrupt open files. _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
