WSGI - Pylons service not found

View: New views
3 Messages — Rating Filter:   Alert me  

WSGI - Pylons service not found

by rpb :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi guys!

I have coded a few services locally on a test server running Pylons and
the WSGI version of Pyamf. My service URL pings localhost as in the
tutorial. Everything works fime. My problem is, I deployed this to a
Remote server and nothing works. Changing the URL of the service to the
servers real IP address did not help either, is there something else
that one has to consider when deploying? I put the crossdomain.xml also
in the root of the server, so that should also be okay.

Thanks in advance for any suggestions


Re: WSGI - Pylons service not found

by Arnar Birgisson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey,

Are you receiveing any errors in particular? Either in the client or
in the server logs.

Arnar

On Nov 30, 2007 5:30 PM, akira <nhytro-python@...> wrote:

> Hi guys!
>
> I have coded a few services locally on a test server running Pylons and
> the WSGI version of Pyamf. My service URL pings localhost as in the
> tutorial. Everything works fime. My problem is, I deployed this to a
> Remote server and nothing works. Changing the URL of the service to the
> servers real IP address did not help either, is there something else
> that one has to consider when deploying? I put the crossdomain.xml also
> in the root of the server, so that should also be okay.
>
> Thanks in advance for any suggestions
> _______________________________________________
> PyAMF dev mailing list - dev@...
> http://lists.pyamf.org/mailman/listinfo/dev
>


Re: WSGI - Pylons service not found

by rpb :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ive solved this. Thanks Arnar. I used Charles to debug :-)

Arnar Birgisson wrote:

> Hey,
>
> Are you receiveing any errors in particular? Either in the client or
> in the server logs.
>
> Arnar
>
> On Nov 30, 2007 5:30 PM, akira <nhytro-python@...> wrote:
>  
>> Hi guys!
>>
>> I have coded a few services locally on a test server running Pylons and
>> the WSGI version of Pyamf. My service URL pings localhost as in the
>> tutorial. Everything works fime. My problem is, I deployed this to a
>> Remote server and nothing works. Changing the URL of the service to the
>> servers real IP address did not help either, is there something else
>> that one has to consider when deploying? I put the crossdomain.xml also
>> in the root of the server, so that should also be okay.
>>
>> Thanks in advance for any suggestions
>> _______________________________________________
>> PyAMF dev mailing list - dev@...
>> http://lists.pyamf.org/mailman/listinfo/dev
>>
>>    
> _______________________________________________
> PyAMF dev mailing list - dev@...
> http://lists.pyamf.org/mailman/listinfo/dev
>
>