software_required_for_tomcat_deployment
software_required_for_tomcat_deployment
1. Development Tools
--------------------
Download: https://www.oracle.com/java/technologies/javase-downloads.html or
https://openjdk.org/.
Examples:
- Apache NetBeans
2. Build Tools
--------------
- Maven or Gradle
Use Maven or Gradle for building and packaging the project into a WAR file.
Install Maven:
Install Gradle:
sudo apt install gradle # Ubuntu
3. Application Server
----------------------
- Apache Tomcat
Download: https://tomcat.apache.org/download-90.cgi.
------------------------------
Comes bundled with the JDK. Use the following command to verify installation:
keytool -help
- OpenSSL (Optional)
-----------------------
- Any modern browser (e.g., Chrome, Firefox, Edge) to test the application and SSL setup.
6. Operating System
-------------------
- Java and Tomcat are properly configured in your system's environment variables.
Installation Checklist
----------------------
|------------------------|-----------------------------------|----------------------------------------|
https://gradle.org/ |