| Author |
please help in struts -web-inf/web.xml not found
|
Achalveer Singh
Greenhorn
Joined: Sep 22, 2006
Posts: 25
|
|
please help i am getting this stupid error in struts org.apache.jasper.JasperException: File "/WEB-INF/struts-bean.tld" not found and also from tomcat server i am also getting error WEB-INF/web.xml file not found. note: all struts jar files is in right places and web.xml file is also in web-inf .....please tell me what is error. full log of errors is: org.apache.jasper.JasperException: File "/WEB-INF/struts-bean.tld" not found org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:50) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407) org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:114) org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:159) org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:423) org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1552) org.apache.jasper.compiler.Parser.parse(Parser.java:126) org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211) org.apache.jasper.compiler.ParserController.parse(ParserController.java:100) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:146) org.apache.jasper.compiler.Compiler.compile(Compiler.java:286) org.apache.jasper.compiler.Compiler.compile(Compiler.java:267) org.apache.jasper.compiler.Compiler.compile(Compiler.java:255) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:293) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) plesse help if you can........................
|
ACHALVEER SINGH<br />SOFTWARE ENGINEER
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14685
|
|
You're not telling us if struts-bean.tld is actually in WEB-INF. Please clarify this. (you may not have noticed, but there's a forum dedicated to Struts)
|
[My Blog]
All roads lead to JavaRanch
|
 |
Achalveer Singh
Greenhorn
Joined: Sep 22, 2006
Posts: 25
|
|
yes, struts-bean.tld is in WEB-INF Folder
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
|
Moved from JSP to Struts.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: please help in struts -web-inf/web.xml not found
|
|
|