Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tomcat [2017/09/28 12:28]
steve
tomcat [2017/09/28 23:49]
steve [Ubuntu 16.04]
Line 54: Line 54:
  
 Second, update ''/​etc/​tomcat8/​server.xml''​ and change ''​Connector port''​ to 80. Then restart Tomcat. Second, update ''/​etc/​tomcat8/​server.xml''​ and change ''​Connector port''​ to 80. Then restart Tomcat.
 +
 +Your Ubuntu install may or may not have authbind already installed, so add that package as well if needed:
 +
 +<​code>​
 +apt-get -y install authbind
 +</​code>​
  
 == Admin Interface == == Admin Interface ==