From b1580c13104b7c027e80ed0363cef666e4035a21 Mon Sep 17 00:00:00 2001 From: Pat Date: Thu, 21 Mar 2024 22:05:08 -0400 Subject: [PATCH] Update install-tomcat.sh vi /opt/tomcat9/conf/tomcat-user.xml # to add user the above command is not working. I just edited as seen below and it works. vi /opt/tomcat9/conf/tomcat-users.xml # to add user whats your view on this. pat --- Tomcat-installation/install-tomcat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tomcat-installation/install-tomcat.sh b/Tomcat-installation/install-tomcat.sh index 732ef989..cf28dcbd 100644 --- a/Tomcat-installation/install-tomcat.sh +++ b/Tomcat-installation/install-tomcat.sh @@ -35,7 +35,7 @@ echo "end on tomcat installation" find / -name server.xml context.xml vim /opt/tomcat9/conf/server.xml vi /opt/tomcat9/webapps/manager/META-INF/context.xml -vi /opt/tomcat9/conf/tomcat-user.xml # to add user +vi /opt/tomcat9/conf/tomcat-users.xml # to add user