Menu

#66 ./AppServer stop is broken when used from working directory

closed-fixed
nobody
None
5
2004-04-16
2004-03-12
No

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 workingdirectory.

Discussion

  • Jason Hildebrand

    • summary: ./AppServer stop is broken when used working directory --> ./AppServer stop is broken when used from working directory
     
  • Jason Hildebrand

    • status: open --> closed-fixed
     
  • Jason Hildebrand

    Logged In: YES
    user_id=173690

    This is now fixed in CVS.

     

Log in to post a comment.