Our current application that uses Vaadin 7.7.13 started to present a problem in production, displaying the message below, in the development environment in Eclipse it works very well, only when we build “mvn compile package”, we generate the War and we deploy in Tomcat is that the message appears and the application does not work.
Failed to load the bootstrap javascript: ./VAADIN/vaadinBootstrap.js?v=7.7.13
This month we started migrating the application to the latest version of Vaadin, but we need to keep the current version running just for bug fixes.
0:0:0:0:0:0:0:1 - - [08/Jul/2023:10:25:13 -0300] "GET /app/VAADIN/vaadinBootstrap.js?v=7.7.13 HTTP/1.1" 404 Seems that the vaadinBootstrap.js request returns a 404 file not found