> I guess there are <jsp:include page /> and <%@ include file %>
> directives in you webapp. Check them for case sensitivity
There are only couple of directives -
<%@ taglib uri="/taglib.tld" prefix="salmon"%>
and
<%@ page errorPage="ErrorPage.jsp" extends="com.salmonllc.jsp.JspServlet"%>
ErrorPage.jsp is perfectly correct case-wise.
--- On Fri, 7/2/10, Mikolaj Rydzewski <miki@ceti.pl> wrote:
> From: Mikolaj Rydzewski <miki@ceti.pl>
> Subject: Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application
unable to execute properly
> To: "Tomcat Users List" <users@tomcat.apache.org>
> Date: Friday, July 2, 2010, 1:14 PM
> On 07/02/2010 01:23 AM, rahul wrote:
> > 1. I tried building the war in Windows and worked
> fine. I transferred the war to UNIX, it mis-behaves as
> described earlier.
> > 2. I tried building the war in UNIX, it mis-behaves as
> described earlier. I transferred the war to Windows and it
> worked fine.
> >
>
> I guess there are <jsp:include page /> and <%@
> include file %> directives in you webapp. Check them for
> case sensitivity.
>
>
> --
> Mikolaj Rydzewski<miki@ceti.pl>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|