Glad that you were able to find the solution. Honestly, there's so many flavors of environments these days, that I think that we simply need to remove the "Converting to Web Application" section, which is indeed dated.
Andrus > On Jul 4, 2022, at 9:57 AM, Ali Baharev <[email protected]> wrote: > > 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
