MyAppWidgetset.nocache.js not found

I have a Maven multi module project in Eclipse. When I try to run my application on tomcat server from Eclipse I get an error:
: Requested resource
[/VAADIN/widgetsets/com.devx.MyAppWidgetset/com.devx.MyAppWidgetset.nocache.js] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.

I have searched information from google and tried several things, but I can not find a solution for my problem,
The com.devx.MyAppWidgetset.nocache.js file exists so does it mean that the widgetset is correctly compiled?

I solve this problem by
checking if the

@VaadinServletConfiguration(productionMode = false, ui = Web_applicationUI.class, widgetset = "com.application.main.widgetset.Web_application_javaWidgetset") is equal to the widgetlocation

22580.png

Sorry it should be inside the said location which is the xml fileā€¦:slight_smile:
22581.png