Re: [python-win32] Running Python HTTPServer as Windows Service

2008-06-30 Thread Luke Stedman
Ignore me...have identified the problem In the listings given it says that a one of the values under the Parameter key for the registry entry for the service should be "AppDir", it should actually be "AppDirectory". Following on from this, can anyone advise me on solution to stopping/killing

[python-win32] Running Python HTTPServer as Windows Service

2008-06-30 Thread Luke Stedman
Hey guys, I am in the process of trying to setup a Python HTTPServer as a Windows Service. I have a set of scripts that run the web server and a wrapper batch file, they both work fine when I run them manually. I used the process outlined at http://agiletesting.blogspot.com/2005/09/running-pytho