0

I'm writing a project using Vaadin Flow (13), Gradle and the gradle-vaadin-flow plugin. I'm using Gretty as well. I am unable to generate a runnable jar o war file of the project.

I've tried the ./gradlew -Dvaadin.productionMode war command, but the generate war is not runnable.

How can I do so?

1 Answers1

0

You can't run a war file like you can execute a runnable jar-file. You need to deploy it.

You can see This Stackoverflow answer for further information about the differences.

froemijojo
  • 91
  • 1
  • 4