Hi Chris,
This is the reply I get while running the ProductionConfig. The browser shows 404.
* About to connect() to localhost port 5000 (#0)
* Trying 127.0.0.1... connected
> GET / HTTP/1.1
> User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/
1.2.3.4 libidn/1.23 librtmp/2.3
> Host: localhost:5000
> Accept:text/xml
>
< HTTP/1.1 404 NOT FOUND
< Content-Type: text/html
< Content-Length: 233
< Server: TornadoServer/4.1
<
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>404 Not Found</title>
<h1>Not Found</h1>
<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>
* Connection #0 to host localhost left intact
* Closing connection #0
And this is the reply I get while running DebugConfig. The browser shows no data received.
* About to connect() to localhost port 5000 (#0)
* Trying 127.0.0.1... connected
> GET / HTTP/1.1
> User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/
1.2.3.4 libidn/1.23 librtmp/2.3
> Host: localhost:5000
> Accept:text/xml
>
* Empty reply from server
* Connection #0 to host localhost left intact
curl: (52) Empty reply from server
* Closing connection #0
I was reading the documentation again it says to specify config file in TRYTON_CONFIG. Is this the server "trytond.conf" or something else?
Thanks,
Arpit