I fixed the redirect problem.  I had a jsp-api.jar in my war.  Not
sure where it came from but once I removed it the redirect works.
Hopefully it was from JBoss and not MyFaces or Facelets.

Now however I noticed my jsf commandLinks are all broken.  Not sure if
it is related.

Thanks for the help.


Shawn



---------- Forwarded message ----------
From: "Hassan Schroeder" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Date: Sun, 28 May 2006 07:40:01 -0700
Subject: Re: Re: [help] blank index.jsp on Tomcat 5.5.9
On 5/27/06, Garner Shawn <[EMAIL PROTECTED]> wrote:
I seen it in the servlet spec but maybe it was spec 2.3 and not 2.4.
It said it it has to be a .XXXX where XXXX is .jsp or .html.

I don't see any such thing in either the 2.3 or 2.4 specs, and just
added an arbitrary name -- "home.doodah" :-) -- to my welcome
list and it worked as expected.

I tried the forward and redirect with no spaces and neither work.

? In a previous mail you said the forward worked, but the redirect
didn't. Has this changed?

I also tried putting the welcome file as the welcome.jsf and that
doesn't work either.

Q: why do you have index.jsp mapped as a servlet?
     <servlet>
         <servlet-name>org.apache.jsp.index_jsp</servlet-name>
         <servlet-class>org.apache.jsp.index_jsp</servlet-class>
     </servlet>

Is that a JSF thing, or ?

Regardless, can you create a minimal WAR that demonstrates this
problem? If so, send it to me offlist and I'll try it on an existing
working install.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to