Re: Jetty container not starting
Ali Baharev <[email protected]> Mon, 4 Jul 2022 09:57:53 +0200
| Newsgroups | gmane.comp.java.cayenne.user |
|---|---|
| Message-ID | <CAP9qzdZ_mNqx_HBz+szP6o55gKdg2=a=dQ+1Fx+1_F0gBr+3vw@mail.gmail.com> |
Adding:
<packaging>war</packaging>
and
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.25.v20191220</version>
<configuration>
<supportedPackagings>war</supportedPackagings>
</configuration>
seems to solve the problem. I seriously think that the Getting Started
Guide should be updated on the website. I was not having fun fixing
this issue.
Ali