Your server is returing a 302 redirect to your homepage at home.jsp. I suspect that the redirect is used because your home page is not using one of the names (like index.jsp) Apache associates automatically with the default page. Why not just rename your page and get rid of the unnecessary redirect?
Alternatively you should be able to set up Apache to recognize home.jsp as a the default and get rid of the 302.
|