On Thu, 2004-03-11 at 01:24, [EMAIL PROTECTED] wrote:
> I made an AppWorkDir with MakeAppWorkDir.py, and I've been having a
> problem where I can start it, and the appserverpid.txt is dropped in
> the AppWorkDir, but then when I stop it, I get this exception:
<snip>
> A little elementary debugging points the finger at this line in
> AppServer.stop, line 330:
> 
>     pidfile = os.path.join(os.path.dirname
> (__file__),"appserverpid.txt")
> 
> so it's looking for the appserverpid.txt file in the same directory
> as AppServer.py, i.e. Webware/WebKit, instead of in the working
> directory.

Heh, I'm a long-time Webware user, and I've never heard about "AppServer
stop".  A long time ago I wrote my own start/stop script which uses 
"kill `cat appserverpid.txt`", so I've never noticed.

I looked at the code, and it's definitely broken.  

I'll file a bug, and maybe have a closer look at it when I have time.
Although if you want to fix this and submit a patch, that'd be more
than welcome.  :)

peace,
Jason



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to