Skip to content

nortomw/tomcat-webapp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Tomcat WebApp Example

Basic web application deployed on Apache Tomcat running on Linux.

⚙️ Tech Stack

  • Java (JSP)
  • Apache Tomcat 9
  • Linux (VirtualBox)

🚀 What I did

  • 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

📂 Project Structure

tomcat-webapp-example/
└── tomcat-app1/
    └── index.jsp

🧪 Result

Accessible at:

http://localhost:8080/tomcat-app1

Output: Hola, soy Norma - webapp done - server tomcat ok

image

🚧 Next steps

  • Add backend logic (Servlet / Spring Boot)
  • Containerize with Docker

About

Basic Java web application deployed on Apache Tomcat (JSP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages