When Netbeans tries to deploy my JSF maven app on glassfish after building, the console logs show the same log messages multiple times(upto 10-12 times). What may be the cause of this?
INFO: Initializing Mojarra 2.1.0 (FCS 2.1.0-b11) for context '/Px10Application'
WARNING: JSF1067: Resource /WEB-INF/facelets/jsfcomps.taglib.xml specified by the javax.faces.CONFIG_FILES configuration option cannot be found. The resource will be ignored.
INFO: Running on PrimeFaces 3.0.M3
INFO: WEB0671: Loading application [w93_Px10App_war_1.0] at [/Px10Application]
INFO: w93_Px10App_war_1.0 was successfully deployed in 6,896 milliseconds.
INFO: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP container.
INFO: Initializing Mojarra 2.1.0 (FCS 2.1.0-b11) for context '/Px10Application'
WARNING: JSF1067: Resource /WEB-INF/facelets/jsfcomps.taglib.xml specified by the javax.faces.CONFIG_FILES configuration option cannot be found. The resource will be ignored.
INFO: Running on PrimeFaces 3.0.M3
INFO: WEB0671: Loading application [w93_Px10App_war_1.0] at [/Px10Application]
INFO: w93_Px10App_war_1.0 was successfully deployed in 9,623 milliseconds.
INFO: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP container.
INFO: Initializing Mojarra 2.1.0 (FCS 2.1.0-b11) for context '/Px10Application'
WARNING: JSF1067: Resource /WEB-INF/facelets/jsfcomps.taglib.xml specified by the javax.faces.CONFIG_FILES configuration option cannot be found. The resource will be ignored.
INFO: Running on PrimeFaces 3.0.M3
INFO: WEB0671: Loading application [w93_Px10App_war_1.0] at [/Px10Application]
INFO: w93_Px10App_war_1.0 was successfully deployed in 6,085 milliseconds.
INFO: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP container.
INFO: Initializing Mojarra 2.1.0 (FCS 2.1.0-b11) for context '/Px10Application'
WARNING: JSF1067: Resource /WEB-INF/facelets/jsfcomps.taglib.xml specified by the javax.faces.CONFIG_FILES configuration option cannot be found. The resource will be ignored.
INFO: Running on PrimeFaces 3.0.M3
INFO: WEB0671: Loading application [w93_Px10App_war_1.0] at [/Px10Application]
INFO: w93_Px10App_war_1.0 was successfully deployed in 8,185 milliseconds.
INFO: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP container.
INFO: Initializing Mojarra 2.1.0 (FCS 2.1.0-b11) for context '/Px10Application'
WARNING: JSF1067: Resource /WEB-INF/facelets/jsfcomps.taglib.xml specified by the javax.faces.CONFIG_FILES configuration option cannot be found. The resource will be ignored.
INFO: Running on PrimeFaces 3.0.M3
INFO: WEB0671: Loading application [w93_Px10App_war_1.0] at [/Px10Application]
INFO: w93_Px10App_war_1.0 was successfully deployed in 6,460 milliseconds.
INFO: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP container.