aspose file tools
The moose likes Struts and the fly likes problem with struts1.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Struts
Reply Bookmark "problem with struts1.1" Watch "problem with struts1.1" New topic
Author

problem with struts1.1

santho gundla
Greenhorn

Joined: Jun 01, 2004
Posts: 4
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
Double-check that your .war file includes all the necessary Struts libraries.


Author of Test Driven (Manning Publications, 2007) [Blog] [HowToAskQuestionsOnJavaRanch]
 
 
subject: problem with struts1.1
 
Threads others viewed
Bad Magic Number
Problem with Jrun
IllegalStateException
reg dynaactionforms-very urgent..
JRUN exits abnormally
MyEclipse, The Clear Choice