|
Thanks for the advice of rearranging tags in the
web.xml file. Couldn't find config details for an
app so I'm posting again.
This worked on another server but not working on
JBoss. I have struts.jar on the same level as my J2EE app's META-INF dir and
have the Classpath in the MANIFEST.MF file so JBoss should be able to find it. I
have put struts.jar above the web-app because both my ejb's and web-app depend
on struts, so that's why it's not in the ~/WEB-INF/lib dir.
Any ideas/help much appreciated as to why it's not
finding these classes.
[Service Control] Started 25 services
[Default] JBoss 2.2.1 Started in 1m:0s 2001-04-23 07:40:21 - Ctx( ): JasperException: R( + /index.jsp + null) Unable to compile class for JSP/u/public/JBoss-2.2.1_Tomcat-3.2.1/tomcat/work/localhost_8080/_0002findex_0002ejspindex_jsp_0.java:66: Class org.apache.struts.taglib.html.HtmlTag not found. org.apache.struts.taglib.html.HtmlTag _jspx_th_html_html_0 = new org.apache.struts.taglib.html.HtmlTag(); ^ /u/public/JBoss-2.2.1_Tomcat-3.2.1/tomcat/work/localhost_8080/_0002findex_0002ejspindex_jsp_0.java:66: Class org.apache.struts.taglib.html.HtmlTag not found. org.apache.struts.taglib.html.HtmlTag _jspx_th_html_html_0 = new org.apache.struts.taglib.html.HtmlTag(); |
- [JBoss-user] jboss2.2.1-tomcat3.2.1 w/ struts 1.0_b1 ... do... G.L. Grobe
- RE: [JBoss-user] jboss2.2.1-tomcat3.2.1 w/ struts 1.0_... Dain Sundstrom
- RE: [JBoss-user] jboss2.2.1-tomcat3.2.1 w/ struts 1.0_... Bordet, Simone
- G.L. Grobe
