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 19198a6 commit 86ad9f2Copy full SHA for 86ad9f2
Tomcat/tomcat_installation.MD
@@ -17,7 +17,7 @@ Complete DevOps Project course on [Udemy](https://www.udemy.com/course/valaxy-de
17
chmod +x /opt/apache-tomcat-<version>/bin/startup.sh
18
chmod +x /opt/apache-tomcat-<version>/bin/shutdown.sh
19
```
20
- > Note: you may get below error while starting tomcat incase if you dont install Java
+ > Note: you may get below error while starting tomcat incase if you dont install Java
21
`Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of these environment variable is needed to run this program`
22
1. create link files for tomcat startup.sh and shutdown.sh
23
```sh
0 commit comments