hi all, when im trying to invoke a jsp in the browser im getting the following error. Im using JRUN3.1 as the web server can anybody help me in overcoming this problem??? -------------------------------------------the error is----------------------- Exception thrown processing JSP page. java.lang.NoClassDefFoundError at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:795) at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:506) at jrun__DynaForm2ejspd._jspService(jrun__DynaForm2ejspd.java:48) at allaire.jrun.jsp.HttpJSPServlet.service(../jsp/HttpJSPServlet.java:39) at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:228) at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:196) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1416) at allaire.jrun.session.JRunSessionService.service(../session/JRunSessionService.java:1082) at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:1270) at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDispatcher.java:89) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1552) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1542) at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:364) at allaire.jrun.http.WebEndpoint.run(../http/WebEndpoint.java:115) at allaire.jrun.ThreadPool.run(../ThreadPool.java:272) at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11945
posted
0
Double-check that your .war file includes all the necessary Struts libraries.