Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gtiwari333/java-embedded-tomcat-web-app-servlets


https://github.com/gtiwari333/java-embedded-tomcat-web-app-servlets

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Example of Vanilla Java Web Application(Servlet based) using Embedded Tomcat Container

#### How to run?

Import into IDE and run launcher.AllServlets

OR

Use mvn package to create executable and do `java -jar mywebapp.jar`

#### Note:

Uncomment the following libraries if JSP is not required and set launcher.AllServlets.disableJsp to true


org.apache.tomcat.embed
tomcat-embed-jasper
${tomcat.version}


org.apache.tomcat
tomcat-jasper
${tomcat.version}


org.apache.tomcat
tomcat-jasper-el
${tomcat.version}


org.apache.tomcat
tomcat-jsp-api
${tomcat.version}