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
Last revision Both sides next revision
tomcat [2017/09/28 12:18]
steve [Ubuntu 16.04]
tomcat [2017/09/28 12:28]
steve
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 ==+== 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 67:
 <​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>​