Jon wrote:
> This might be a bit of a nublet alert question, but I can't seem to
> track down the answer as yet. I have inherited a linux box with a
> cherrypy server already setup and functioning, but I want to change
> the location of webserver.py. Can anyone point me in the right
> direction for doing this?
You want to move that file somewhere else? Your operating system should
have the tools to do that. CherryPy doesn't care where that file is,
especially since as far as I know we've never shipped a file with that
name. I'd guess it's a custom part of your app, and the steps to move it
are therefore...custom.
Robert Brewer
fuman...@aminus.org