Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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
Sorry it should be inside the said location which is the xml file..:)