Notifications
Clear all

"This site can't be reached" when server is running.

1 Posts
1 Users
0 Likes
1,082 Views
0
Topic starter

The server for my bootstrapped application is running locally.

However, when I navigate to http://localhost ; I get the error message "This site can't be reached" (or "Can't reach this page" depending on the browser).

What does this mean and how can I solve it?

1 Answer
0
Topic starter

This can happen if the wrong Hostname was present in the local.properties file when running bootstrap-instance.bat.

Do a search and replace with Agent Ransack/grep/(other) for the incorrect server name.
Then restart the server.
At this point the http://localhost URL will resolve correctly.

For me, I had to modify these files:

/conf/httpd.conf/httpd
/ds-support/eclipse/plugins/com.onenetwork.platform.sdk_1.0.0/proj-start/plt-local.properties
/setup/config.properties
/setup/InstanceConfig.xml
/tomcat/deploy/sso/auth/id
/tomcat/deploy/sso/auth/id.xrds
/tomcat/deploy/sso/WEB-INF/web.xml