Skip to content

Commit

Permalink
Update InstallationAndAdministrationGuide.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanger committed Jan 20, 2016
1 parent 8ba078e commit e697850
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/InstallationAndAdministrationGuide.rst
Expand Up @@ -186,9 +186,10 @@ Diagnosis Procedures
#. If Tomcat fails to start, check for any Tomcat high-level error in Tomcat log directory: ``/var/log/tomcat7``
#. If Tomcat is successfully started (no error in server logs), perform the test described in `End to End testing`_ again.
#. If you still get a Connection Refused/error, check whether Tomcat is not listening on a different port:
``$ sudo netstat -lataupen|grep java``

$ sudo netstat -lataupen|grep java
#. If you still get a connection refused/error, especially if you are connecting remotely, check whether you are able to connect locally, then check the network link, i.e. whether any network filtering is in place on the host or on the access network, or other network issue: network interface status, DNS/IP adress resolution, routing, etc.
#. If you get an error ``404 Not Found``, make sure the webapp is deployed and enabled in Tomcat. Check for any webapp deployment error in file:
#. If you get an error ``404 Not Found``, make sure there was no webapp deployment error in file:
``/var/log/tomcat7/authzforce-ce/error.log``.


Expand Down

0 comments on commit e697850

Please sign in to comment.