now each time i call the exporter i always get this error:
com.vaadin.server.VaadinServlet serveStaticResourcesInVAADIN
INFO: Requested resource [/VAADIN/APP/connector/1/42/dl/exported-excel.xls] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.
My application isn't pure Vaadin, so some are mapped to something else, and some for Vaadin
That's my web.xml:
now each time i call the exporter i always get this error:
com.vaadin.server.VaadinServlet serveStaticResourcesInVAADIN INFO: Requested resource [/VAADIN/APP/connector/1/42/dl/exported-excel.xls] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.
what should i do?