Admin Console Not Showing
Symptoms
When accessing to http://<host>:<port>/admin/
, web browser not able to display the page. Indeed, this is showing:
Cause
It could be a misconfiguration in config.xml
file.
Resolution
Verify that the config.xml
is configured properly. For example, changing the config.xml
file from:
<svn-config/><web-server>
<http bind=":8060" proxy-port="3128"/>
</web-server>
To:
<svn-config/><web-server>
<http bind=":8060"/>
</web-server>
Last modified on Nov 21, 2012
Powered by Confluence and Scroll Viewport.