Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a war file instead of a stanalone jar #61

Open
roncking opened this issue Jan 6, 2020 · 2 comments
Open

Creating a war file instead of a stanalone jar #61

roncking opened this issue Jan 6, 2020 · 2 comments

Comments

@roncking
Copy link

roncking commented Jan 6, 2020

How hard would it be to create a war instead of a jar? I want Poli to run along side other war files within a tomcat server.

@shzlw
Copy link
Owner

shzlw commented Jan 20, 2020

The application is mainly a spring boot app. I found two links on how to generate a war file for it.

  1. https://spring.io/guides/gs/convert-jar-to-war/
  2. https://www.baeldung.com/spring-boot-war-tomcat-deploy

I haven't tried them yet. It looks like you need to modify the java source and pom file accordingly and then build the war.

@portalguru
Copy link

Hello,
I was trying to create a WAR file using the instructions provided on reference links you have shared earlier. But it seems like not working. It would be great, if you can share a working example for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants