Author
error running a jsf login page
Kingsley Mullers
Ranch Hand
Joined: Jan 14, 2005
Posts: 48
posted Dec 20, 2007 00:05:00
0
hi folks, could you please assist, i'm trying to run a jsf login page on eclipse, running Apache server but the page is complaining about the two errors below: i do have all the jar files imported but still no luck 1) javax.servlet.ServletException : javax/servlet/jsp/tagext/JspIdConsumer org.apache.jasper.servlet.JspServlet.service(JspServlet.java:272) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) 2) java.lang.NoClassDefFoundError : javax/servlet/jsp/tagext/JspIdConsumer
danlley wei
Greenhorn
Joined: Jul 01, 2008
Posts: 1
No guys can answer this question? come on baby, I'm waiting for U
Darryl Nortje
Ranch Hand
Joined: Jun 11, 2002
Posts: 140
Hello Kingsley, When you say Apache, do you mean Apache Http server, or Apache Tomcat . It won't work in Apache Http Server. ;-) Which version of tomcat ar you using. I'm sure you will get an answer if you give all the information, and code samples. cheers Darryl
subject: error running a jsf login page