I am not sure IBM websphere application server 5.1 is compliant. It was
released sometime in April 2004, It is not a 2.3 container, I never had
success in deploying appfuse applications even after applying the long
list of fixes and patches.
I would suggest you to install websphere application server 6 or later.
May be others would have success stories.
ujjala wrote:
Hi,
I have developed a complete application using Appfuse framework with Struts
for MVC. The application has been developed in Websphere Application
developer 5.1 using the integrated Websphere Appliaction server and runs
perfectly ,
I am exporting the complete project as an ear file and when I am trying to
deploy the application on Websphere 5.1 application server, it gives the
following error
[Servlet Error]-[<h3>Validation error messages from tag library
fmt</h3>java.lang.IllegalStateException: can't declare any more prefixes in
this context<h3>Validation error messages from tag library
c</h3>java.lang.IllegalStateException: can't declare any more prefixes in
this context]: org.apache.jasper.JasperException: <h3>Validation error
messages from tag library fmt</h3>java.lang.IllegalStateException: can't
declare any more prefixes in this context<h3>Validation error messages from
tag library c</h3>java.lang.IllegalStateException: can't declare any more
prefixes in this context
I am using the taglibs.jsp
<%@ page language="java" errorPage="/error.jsp" pageEncoding="UTF-8"
contentType="text/html;utf-8" %>
<%@ taglib uri="http://acegisecurity.org/authz" prefix="authz" %>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-bean-el" prefix="bean-el" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-html-el" prefix="html-el" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-logic-el" prefix="logic-el" %>
<%@ taglib uri="http://struts.apache.org/tags-nested" prefix="nested" %>
<%@ taglib uri="http://displaytag.sf.net/el" prefix="display" %>
<%@ taglib uri="http://struts-menu.sf.net/tag-el" prefix="menu" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %>
<%@ taglib uri="http://java.sun.com/jstl/sql" prefix="sql" %>
<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator"
prefix="decorator"%>
<%@ taglib uri="http://www.opensymphony.com/sitemesh/page" prefix="page"%>
<%@ taglib uri="/WEB-INF/appfuse2.tld" prefix="appfuse2" %>
<%@ taglib uri="/WEB-INF/appfuse.tld" prefix="appfuse" %>
<%@ taglib uri="/WEB-INF/cewolf-1.1.tld" prefix="cewolf" %>
<%-- Set all pages that include this page to use XHTML --%>
<html:xhtml />
I have already checked out a lot of forums,but whataever solutions I have
found do not seem to work.(Like putting all relevant tld' s in the Web-inf
Any solutions!!!
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]