Deploying Bakery Starter App on Tomcat 9

Hi,

How can I deploy the Bakery Starter App on Tomcat? It doesn’t have a web.xml. Is there any documentation that I can follow? Thanks!

-Prat

Hi,

you should be able to create a build you can deploy with Maven. See more instructions here:
https://vaadin.com/docs/v8/bakeryfw8/running-building-packaging.html

Regards,

Olli

Thanks for the reply. I did came across this docs, however, they are specific to running this application on JBoss. I have tried deploying it on tomcat using mvn install, and it won’t work.

“mvn install” should build you a war file in the target directory, you can deploy that one normally.

-Olli