Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion Jenkins/maven_install.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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


3 changes: 1 addition & 2 deletions Tomcat/tomcat_installation.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down