Hi,
I'm trying to integrate TomEE 1.7.2 with an embedded tomcat server. After
the integration when I'm starting the server it prints the following
warning message.
WARN {org.apache.myfaces.webapp.AbstractFacesInitializer} - No mappings of
FacesServlet found. Abort initializing MyFaces.
II debug the code and it get printed because initFaces method in the
org.apache.myfaces.webapp.AbstractFacesInitializer get called for all the
applications that are deployed even some of them don't contain any JSF
stuffs.
This is not happening in standard TomEE distribution. Could someone point
me a possible cause for this scenario? AM I missing any properties or
something to set?
Thanks
Best Regards
--