Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tomcat [2017/09/28 12:18]
steve [Ubuntu 16.04]
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 ==
Line 67: Line 73:
 <​code>​ <​code>​
 <role rolename="​admin-gui"/>​ <role rolename="​admin-gui"/>​
-<role rolename="​admin-gui"/>​+<role rolename="​manager-gui"/>​
 <user username="​tomcat"​ password="​tomcat"​ roles="​admin-gui,​manager-gui"/>​ <user username="​tomcat"​ password="​tomcat"​ roles="​admin-gui,​manager-gui"/>​
 </​code>​ </​code>​