Chris,

To rule out issues with your app itself, as a test,
you may want to try accessing the tgadmin app.

This assumes tg-admin was deployed to the system
running your app. If not, temporarily, for this test,
you can add it to say ..../python/bin on that system.
And remove it after the test (for security reasons).

  . ssh to the system that's running your app.
  . cd to the TG dir of your app (that with .cfg's and
    start-<app>.py)
  . ensure the approp .cfg says:
      [global]
      server.log_to_screen = True
  . start tg-admin:
      $ tg-admin toolbox -c <ip-addr-of-the-browser-box>
    (assumes it is reachable)
  . Should see some logging directed to the term
  . launch a browser from the box that was granted
    access (above) and go to:
       http://<ip-addr-of-TGapp-box>:7654
  . Should see the toolbox start page. Access some
    of the links and see if it works. The term will show
    some logs.

hth,
/venkat


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to