„Installation System“ ändern

Kaimbacher 2021-07-21 09:34:59 +00:00
parent 3390a1fd84
commit 82ba94d1dd

@ -93,12 +93,15 @@ Now you can start Tomcat server:
`sudo nano /opt/tomcat/conf/tomcat-users.xml`
Add the <user tag within the <tomcat-users which should look like the one below:
```
<tomcat-users . . .>
<user username="admin" password="xxx" roles="manager-gui,admin-gui"/>
</tomcat-users>
```
For the Manager app the file that needs be updated is:
sudo nano /opt/tomcat/webapps/manager/META-INF/context.xml
`sudo nano /opt/tomcat/webapps/manager/META-INF/context.xml`
<Context antiResourceLocking="false" privileged="true" >
<!--<Valve className="org.apache.catalina.valves.RemoteAddrValve"
allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1" />-->