I have an index.jsp that redirects to a jsf page. code: --------------------------------------------------------------------------------
<%response.sendRedirect("welcome.jsf");%> -------------------------------------------------------------------------------- I tested it and it works fine on my development computer with JBoss/Tomcat 5.5 I then uploaded it to my web server and now I get a blank page instead of the redirect. However I know the webapp was deployed because if I type in /welcome.jsf the page comes up. I checked the logs. No errors that I could find. Any help would be appreciated please. Shawn --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]