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 forwarding, but
have you tried  `response.sendRedirect("/welcome.jsf");` ?

For that matter, why not just add 'welcome.jsf' to your welcome
file list? :-)  Anyway --

Is it the first line in your page? No white space being sent first?

--
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
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