I just updated my project to latest TG from svn. Before the update, I
could run 'tg-admin toolbox -n -c 198.xxx.xxx.xxx' on my remote
installation, then use ssh to tunnel port 7654 from my machine to the
remote server, and bring up the remote toolbox using the browser on my
machine.
Now, when I try it, I get:
404 Not Found
The path '/login' was not found.
Page handler: "The path '/login' was not found."
Traceback (most recent call last):
File
"/var/www/virtual/server.com/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cphttptools.py",
line 105, in _run
self.main()
File
"/var/www/virtual/server.com/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cphttptools.py",
line 246, in main
page_handler, object_path, virtual_path =
self.mapPathToObject(path)
File
"/var/www/virtual/server.com/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cphttptools.py",
line 312, in mapPathToObject
raise cherrypy.NotFound(objectpath)
NotFound: 404
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-trunk
-~----------~----~----~----~------~----~------~--~---