Skip to content

Commit 3f45e27

Browse files
authored
Create configure.txt
1 parent ea62769 commit 3f45e27

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Tomcat-installation/configure.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)