„Installation System“ ändern

Kaimbacher 2021-07-21 09:37:24 +00:00
parent 82ba94d1dd
commit 663ea7db5e

@ -92,7 +92,7 @@ Now you can start Tomcat server:
## configure TOMCAT ## configure TOMCAT
`sudo nano /opt/tomcat/conf/tomcat-users.xml` `sudo nano /opt/tomcat/conf/tomcat-users.xml`
Add the <user tag within the <tomcat-users which should look like the one below: Add the <user tag within the <tomcat-users tag, which should look like the one below:
``` ```
<tomcat-users . . .> <tomcat-users . . .>
<user username="admin" password="xxx" roles="manager-gui,admin-gui"/> <user username="admin" password="xxx" roles="manager-gui,admin-gui"/>
@ -113,10 +113,11 @@ For the Host Manager app the file that needs be updated is:
## test tomcat installation ## test tomcat installation
`sudo systemctl reload tomcat.service` `sudo systemctl reload tomcat.service`
\
check tomcat installation check tomcat installation \
http://localhost:8080/ http://localhost:8080/ \
http://localhost:8080/manager/html http://localhost:8080/manager/html \
http://localhost:8080/host-manager/html http://localhost:8080/host-manager/html