Sanjay schrieb:
> Hi,
> 
> We are having two Ubuntu 8.04 LTS machines, say 'server' and 'client'.
> The server is running a TG2 application, but the client is unable to
> access it using http://server:8080
> 
> If we run a TG 1.0.x application in the server, the client is able to
> access it smoothly, implying that it is not a firewall issue.
> 
> I think "paster serve" is not exposing the application properly.
> Needing help badly.

Use netstat to find out where the application is listening on. Most 
probably only on the local interface (127.0.0.1, no idea how it's called 
in IPv6). Make sure you configure the right IP to listen on, use 
production.ini for that.

Diez

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to