diff --git a/Jenkins/maven_install.MD b/Jenkins/maven_install.MD index 9459bfef..b11c2ded 100644 --- a/Jenkins/maven_install.MD +++ b/Jenkins/maven_install.MD @@ -38,5 +38,12 @@ So far we have completed the installation of maven software to support maven plu - `Manage Jenkins` > `Jenkins Plugins` > `available` > `Maven Integration` 2. Configure maven path - - `Manage Jenkins` > `Global Tool Configuration` > `Maven` + - `Manage Jenkins` > `Global Tool Configuration` > `Maven + +3. Maven home path + - `/opt/maven/apache-maven-3.6.3 + +4. path of maven build project + - /var/lib/jenkins/workspace + diff --git a/Tomcat/tomcat_installation.MD b/Tomcat/tomcat_installation.MD index e37c21cc..98d77bf1 100644 --- a/Tomcat/tomcat_installation.MD +++ b/Tomcat/tomcat_installation.MD @@ -16,12 +16,11 @@ chmod +x /opt/apache-tomcat-8.5.35/bin/startup.sh shutdown.sh ``` - 1. create link files for tomcat startup.sh and shutdown.sh ```sh ln -s /opt/apache-tomcat-8.5.35/bin/startup.sh /usr/local/bin/tomcatup ln -s /opt/apache-tomcat-8.5.35/bin/shutdown.sh /usr/local/bin/tomcatdown - tomcatup + tomcatup ``` #### Check point : access tomcat application from browser on port 8080