„Installation System“ ändern
parent
82ba94d1dd
commit
663ea7db5e
|
@ -92,7 +92,7 @@ Now you can start Tomcat server:
|
|||
## configure TOMCAT
|
||||
`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 . . .>
|
||||
<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
|
||||
|
||||
`sudo systemctl reload tomcat.service`
|
||||
\
|
||||
|
||||
check tomcat installation
|
||||
http://localhost:8080/
|
||||
http://localhost:8080/manager/html
|
||||
check tomcat installation \
|
||||
http://localhost:8080/ \
|
||||
http://localhost:8080/manager/html \
|
||||
http://localhost:8080/host-manager/html
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user