vaadin / starters

Issue repository for all the starter projects in https://vaadin.com/start
3 stars 0 forks source link

deploy as war file #88

Closed RienGenie closed 1 year ago

RienGenie commented 1 year ago

When you deploy the starter application as a war file the application will not be started in Tomcat or Jetty.

When you let Application extends SpringBootServletInitializer this problem will be fixed.

mstahv commented 1 year ago

Hi @RienGenie!

This is kind of expected and described as a step in the Spring Boot docs as well. Was there some (outdated) instructions somewhere that suggest otherwise?

Artur- commented 1 year ago

Closing as this works as expected