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 55: Line 55:
 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.
  
-== Admin ==+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 ​==
  
 The default homepage for the ''​ROOT''​ webapp comes with instructions on how to install the documentation,​ examples, and admin interfaces. The default homepage for the ''​ROOT''​ webapp comes with instructions on how to install the documentation,​ examples, and admin interfaces.
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>​