Just curious why the following messages pop up when Tomcat 4.1 is run inside Jbuilder :
HostConfig[localhost]: Deploying configuration descriptor jb-bookstore.xml
log4j:WARN No appenders could be found for logger (com.sun.faces.config.ConfigureListener).
log4j:WARN Please initialize the log4j system properly.
Could they be ignored ?
Also when deployed to Tomcat 5 this sample gives the error :
ApplicationDispatcher[/bookstore]: Servlet.service() for servlet debugjsp threw exception
java.lang.RuntimeException: Unable to create parser: java.lang.ClassNotFoundException: com.sun.faces.el.impl.parser.ELParserImpl
Any clues why ?
TIA
MicMit
HostConfig[localhost]: Deploying configuration descriptor jb-bookstore.xml
log4j:WARN No appenders could be found for logger (com.sun.faces.config.ConfigureListener).
log4j:WARN Please initialize the log4j system properly.
Could they be ignored ?
Also when deployed to Tomcat 5 this sample gives the error :
ApplicationDispatcher[/bookstore]: Servlet.service() for servlet debugjsp threw exception
java.lang.RuntimeException: Unable to create parser: java.lang.ClassNotFoundException: com.sun.faces.el.impl.parser.ELParserImpl
Any clues why ?
TIA
MicMit