Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
May 23, 2012, 10:44:31 PM

Pages: [1]   Go Down
  Print  
Author Topic: Struts and Resin can not findTaglibs error  (Read 18945 times)
flexh2
Newbie
*
Offline Offline

Posts: 1


« on: September 14, 2011, 03:46:56 PM »

I am getting following error when I go to my website-
500 Servlet Exception
/webapps/FHPWebapp/start.jsp:4: can't find taglib descriptor `/struts-bean'

--------------------------------------------------------------------------------
Resin 2.1.10 (built Wed Jun 18 09:16:53 PDT 2003)

start.jsp code
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%@ taglib uri="/struts-bean" prefix="bean" %>


web.xml code

   <taglib>
      <taglib-uri>/struts-bean</taglib-uri>
      <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
   </taglib>

I have struts jars included in my project.

What am I missing. My project is running fine on Tomcat at home.
Is there a way to download and setup Resin 2.1.10 so I can replicate the issue at my machine and figure out why Resin is complaining.
Any help will be appreciated.

Thanks.

Logged
Pages: [1]   Go Up
  Print  
 
Jump to: