BTW, i was postponing this one, but I do not know if any body is
experiencing a delay for reading the faces-config.xml file.
It was not happening or taking that long with previous WAS (< 6.0)
versions:
org.apache.myfaces.config.FacesConfigurator
class=org.apache.commons.logging.impl.Jdk14Logger method=info org=null
prod=null component=null thread=[server.startup : 1]
Reading config /WEB-INF/faces-config.xml
During this process is hang like 1min or more for each, faces-config.xml
it finds.
It seems that it has been trying to access Internet (where in my dev env.
do not have).
I've been trying with:
<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer
Faces Config 1.0//EN"
"http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
and
<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer
Faces Config 1.1//EN"
"http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
and still the same.
Any comment/idea?