Basic web application deployed on Apache Tomcat running on Linux.
- Java (JSP)
- Apache Tomcat 9
- Linux (VirtualBox)
- Installed and configured Apache Tomcat
- Deployed a web application manually in
/webapps - Created a basic JSP page
- Accessed the application via browser (
localhost:8080) - Versioned the project using Git
- Published the project on GitHub
tomcat-webapp-example/
└── tomcat-app1/
└── index.jsp
Accessible at:
http://localhost:8080/tomcat-app1
Output: Hola, soy Norma - webapp done - server tomcat ok
- Add backend logic (Servlet / Spring Boot)
- Containerize with Docker