Deploying Using a Servlet Container
Deploying a Hilla application to a traditional servlet container, such as Tomcat or Jetty.
Deploying a Hilla application to traditional servlet containers, such as Tomcat, Jetty or any Java/Jakarta EE server, is no different from other web applications. You only need to ensure that you use the production profile in your build to get optimal performance.
Follow the official documentation of your servlet container for best practices for production deployment.
Note: If you are using the Vaadin Spring Boot starter, that first needs to be converted to a WAR file packaging.