We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea62769 commit 3f45e27Copy full SHA for 3f45e27
Tomcat-installation/configure.txt
@@ -0,0 +1,19 @@
1
+#2. Start of tomcat configuration
2
+
3
+#Tomcat server configuration:
4
+find / -name server.xml context.xml
5
+vim /opt/tomcat9/conf/server.xml
6
+vi /opt/tomcat9/webapps/manager/META-INF/context.xml
7
+vi /opt/tomcat9/conf/tomcat-user.xml # to add user
8
9
+ <user username="landmark" password="admin" roles="manager-gui,admin-gui"/>
10
11
12
+/opt/tomcat9/conf/context.xml
13
14
+ vi /opt/tomcat9/webapps/manager/META-INF/context.xml
15
16
+ vi /opt/tomcat9/conf/tomcat-user.xml # to add user
17
18
19
+ username YourName password=PassWord roles=manager-gui
0 commit comments