I am trying to run the sample application that comes with the xsp package on my Raspberry Pi (running linux), but unfortunately the connection seems to be closed before any HTTP response is sent to the browser. I get the chrome message "NO DATA RECEIVED".
xsp, however, simply outputs "Application_Start" and nothing else happens (except chrome, not reporting any data)
That's what I'm doing:
$ xsp2 xsp2 Listening on address: 0.0.0.0 Root directory: /srv/http/test Listening on port: 8080 (non-secure) Hit Return to stop the server. Application_Start
And Chrome output:
No data received Unable to load the webpage because the server sent no data. Here are some suggestions: Reload this webpage later. Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
Of course, it works fine on my Linux computer.
If anyone has any ideas besides trying to get too much of my $ 35 fee, let me know?
source share