Mifos 21.07.02 Installation on Tomcat-Windows
Prerequisite SoftwareNote the software and versions included below are a mandatory prerequisite
|
|---|
1) Before beginning, uninstall any existing versions of Java currently on your computer. | 2) In your web browser, go to https://www.oracle.com/java/technologies/javase/jdk15-archive-downloads.html Download and Install jdk-15.0.2_windows-x64_bin.exe |
1) In your web browser, go to https://dev.mysql.com/downloads/windows/installer/5.7.html to download MYSQL server v5.7. Or you can directly download the installer file for (windows 64bit) from my drive here | 2) Run the MySQL installation file. Click on the Typical button and then click on Next button.
|
3) During MySQL installation, use Advanced Configuration > Show Advanced Options and set the MySQL ROOT Password to mysql. Then click on the Save button. This will set your username to root and your password to mysql. |
1) In your web browser, go to https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.80/bin/to download Tomcat 9.0.80. >> Under the section Binary Distributions>>Core, click on the link 32-bit windows zip or 64-bit windows zip (depending on your system architecture) to download. | 2) Extract the apache-tomcat-9.0.80.zip.
|
3) Copy and paste the apache-tomcat-9.0.80 folder to the c:\ drive, then rename it tomcat. | |
1) Open your Environment Variables: | 2) Create the JAVA_HOME variable:
|
3) Edit the PATH variable:
| 4) Create the JAVA_OPTS variable:
5) Create the CATALINA_HOME variable:
6) Create the CATALINA_OPTS variable:
|