bsshetty17 / ci-servlet-demo

Java Servlet Demo for Jenkins CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Java Web Application with Servlet API 3.x

This demo is based on servlet demo from oracle sample available here.

I have made few fixes to original demo to make it compatible with current scenario.

Build the application using mvn package and it would produce artefact target/emp-app.war you can then deploy this file on remote/local tomcat (or any other Servlet 3.x Compatible Runtime).

The application uses relative URLs in all request mappings so changing context-root from emp-app to ROOT should never result in ERROR 404.

About

Java Servlet Demo for Jenkins CI

License:MIT License


Languages

Language:Java 99.0%Language:Dockerfile 1.0%