Vaadin war deployment problem

\u0000Hey \uD83D\uDE42 \nI have a question about the deployment of a front-end application in Vaadin on the Tomcat server, which is installed on ubuntu on an external VPS. I get something like this in the logs on the tomcat: \nhttps://snipboard.io/6RMfSI.jpg \nMy runtime class: \nhttps://snipboard.io/6OsRnl.jpg \nand build.gradle:\nhttps://snipboard.io/HbG8Oc.jpg \nhttps://snipboard.io/QtIsVv.jpg \nThanks in advance for your help \uD83D\uDE42 Links and also the direct one \uD83D\uDE42\n\n

Hi,

I think you are trying to run the vaadin application in development mode.

You should try to build it and run it in production mode.

You have some documentation here: https://vaadin.com/docs/v14/flow/getting-started/getting-started-gradle.html (search for productionMode)