Hi,
with your sample code I always get the following error:
404 Not Found
The path 'static/index.html' was not found.
Traceback (most recent call last):
File
"c:\alex\app\python24\lib\site-packages\CherryPy-2.1.1-py2.4.egg\cherrypy\_cphttptools.py",
line 271, in run
main()
File
"c:\alex\app\python24\lib\site-packages\CherryPy-2.1.1-py2.4.egg\cherrypy\_cphttptools.py",
line 497, in main
page_handler, object_path, virtual_path = mapPathToObject(path)
File
"c:\alex\app\python24\lib\site-packages\CherryPy-2.1.1-py2.4.egg\cherrypy\_cphttptools.py",
line 748, in mapPathToObject
raise cherrypy.NotFound(path)
NotFound: 404: The path 'static/index.html' was not found.
ALex.