.
Shawn
-- Forwarded message --
From: "Hassan Schroeder" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
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
--
From: "Hassan Schroeder" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
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
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 . where 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" :-)
tion
*.jsp
false
ISO-8859-1
false
index.jsp
-- Forwarded message --
From: "Garner Shawn" <[EMAIL PROTECTED]>
To: users@tomcat.apache.org
Date: Fri, 26 May 2006 10:54:17 -0500
On 5/26/06, Garner Shawn <[EMAIL PROTECTED]> wrote:
I thought the welcome page had to be a .jsp or .html according to the
servlet spec?
? Where do you see that in the spec?
--
Hassan Schroeder [EMAIL PROTECTED]
TECTED]>
To: users@tomcat.apache.org
Date: Thu, 25 May 2006 20:32:05 -0500
Subject: [help] blank index.jsp on Tomcat 5.5.9
I have an index.jsp that redirects to a jsf page.
code:
<%response.s
On 5/25/06, Garner Shawn <[EMAIL PROTECTED]> wrote:
I have an index.jsp that redirects to a jsf page.
<%response.sendRedirect("welcome.jsf");%>
However I know the webapp was deployed because if I type in
/welcome.jsf the page comes up.
Not sure why you'd redirect to that instead of just f
I have an index.jsp that redirects to a jsf page.
code:
<%response.sendRedirect("welcome.jsf");%>
I tested it and it works fine on