Migrating our strurts application from WAS 5.0.4 to WAS 6.0 on windows 2000 server . Followed all the steps of migration , but during start up the struts.tld parsing gives an exception as stated below :
com.ibm.ws.jsp.taglib.TldP
arser logParseErrorMessage Failed to parse Tag Library [/WEB-INF/tlds/struts.tld]
: JSPG0235E: The JSP container failed to load the TagExtraInfo class [org.apache.struts.taglib.
EnumerateT
ei] [4/10/07 14:16:28:312 EDT] 00000048 jsp W com.ibm.ws.jsp.taglib.TagL
ibraryCach
e loadWebInfMap webinf tld failed to load for resourcePath =[/WEB-INF/tlds/struts.tld
]
Funny part is that the struts.tld is not even mentioned in the web.xml . After the application load is complete
when we hit first action command , it looks like all the jsp's required for the index page gets compiled and loaded but the page displays blank.
We tried removing the struts.tld file and also removing the teiclass defintion in the file . The above exception does not occur , but the page loading seems to be a problem .
Start Free Trial