You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run this example project with embedded tomcat and project-stage: Development I get the following error for all resources:
JSF1091: No mime type could be found for file /index.xhtml. To resolve this, add a mime-type mapping to the applications web.xml.
I can work around it using a WebServerFactoryCustomizer. MimeMappings.DEFAULT provides no mime types so i'm not sure if that is the recommended way to solve it in joinfaces.
When I run this example project with embedded tomcat and project-stage: Development I get the following error for all resources:
I can work around it using a
WebServerFactoryCustomizer
. MimeMappings.DEFAULT provides no mime types so i'm not sure if that is the recommended way to solve it in joinfaces.What is the recommended way to configure mime types?
The text was updated successfully, but these errors were encountered: