- Download apache server from https://tomcat.apache.org/
- If the you have downloaded the zip, unzip at the location of your choice.
- Create the following three environment variables
- CATALINA_HOME point to the unzipped apache tomcat location where the bin and conf folders are located.
- JAVA_HOME
- JRE_HOME
- Execute 'startup.bat' from CATALINA_HOME/bin.
- Open the link http://localhost:8080 to check if server is running
Monday, August 27, 2018
Installing and Running Apache Tomcat Server
Subscribe to:
Post Comments (Atom)
-
import java.util.Date; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.Stateme...
-
wget https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.0.tar.gz <Check latest version and replace everywhere> tar -xvf libress...
-
The following posts covers all aspects of developing and deploying a scheduled task in OIM and creating a scheduled job. The post will...
No comments:
Post a Comment