how to change the default index page

2003-02-20 Thread runu rathi
Hi All, I want to change the default page that is loaded from http://csegrad.uta.edu/index.jsp to http://csegrad.uta.edu/CSEgraduate/jsp/homepage/templates/gradhomepage.jsp How can I do that? I shall appreciate any help. Thanks and regards, Runu

Re: how to change the default index page

2003-02-20 Thread Andoni
PROTECTED] Sent: Thursday, February 20, 2003 10:09 AM Subject: how to change the default index page Hi All, I want to change the default page that is loaded from http://csegrad.uta.edu/index.jsp to http://csegrad.uta.edu/CSEgraduate/jsp/homepage/templates/gradhomepage.jsp How can I do

Re: how to change the default index page

2003-02-20 Thread Tim Funk
You need to do 2 things: 1 - Make sure your welcome page is set in web.xml. A link to an email thread about this is here: http://tomcatfaq.sourceforge.net/configure.html 2- In index.jsp - Make is a one line scriplet which does a sendRedirect like this: %