trdlo / client175

Automatically exported from code.google.com/p/client175
GNU General Public License v3.0
0 stars 0 forks source link

Can't Open Client175 #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have started client175 and no errors are reported.  However, when I browse to 
the page I get the following output:

500 Internal Server Error

The server encountered an unexpected condition which prevented it from 
fulfilling the request.

Powered by CherryPy 3.1.2

Is there a log I can look at to determine whats going wrong?

Original issue reported on code.google.com by campbell...@gmail.com on 1 Jul 2010 at 7:41

GoogleCodeExporter commented 8 years ago
You can get more command line output by editing site.conf and changing line 9 
from:
environment: "production"
to:
#environment: "production"

If the server is starting up correctly, you should see this output on the 
command line, whether it is set to environment: "production" or not:

Server Ready.
Client175 is available at:  http://localhost:8080

Original comment by cseic...@gmail.com on 2 Jul 2010 at 3:40

GoogleCodeExporter commented 8 years ago
it is working now.  i was browsing to 
http://localhost:8080/client175/static/index.html instead of 
http://localhost:8080/static/index.html, which was causing my problem, i 
believe.

thanks

Original comment by campbell...@gmail.com on 2 Jul 2010 at 4:43

GoogleCodeExporter commented 8 years ago

Original comment by cseic...@gmail.com on 2 Jul 2010 at 7:57