Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a war from dropwizard app?

Tags:

dropwizard

I am trying to build a war from dropwizard app and deploy. I could successfully run the jar and access my rest services.

Has anybody created and successfully deployed a war from dropwizard app? What is the right approach for it?

like image 703
t4t Avatar asked Jan 12 '23 18:01

t4t


1 Answers

Dropwizard is designed to run as a JAR, not as a WAR file.

like image 107
Coda Hale Avatar answered May 09 '23 13:05

Coda Hale