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