Skip to content

marciovmartins/tomcat8-jersey2-weld2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Tomcat 8 + Jersey 2 + Weld 2

Prerequisites

Running the project

Open the terminal and build the project with maven:

mvn package

Build a docker image and run it.

docker build -t tomcat8-jersey2-weld2 .
docker run --rm -p 8080:8080 tomcat8-jersey2-weld2

That's it!!! After Tomcat initialization, open a url: http://localhost:8080/foo/bar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages