On Mar 5, 2013, at 6:59 PM, Konstantin Kolinko wrote:

2013/3/5 Patrick Flaherty <pflah...@rampageinc.com>:
(...)
The index.jsp in ROOT is a jsp
containing a redirect to my app.

<%
       response.sendRedirect("/myapp/index.do");
%>


Confirming that a redirect such as above one works in current 7.0.x.

I replaced default ROOT/index.jsp with this simple page,
[[[
<%
       response.sendRedirect("/examples/index.html");
%>
]]]

It works.

Thanks for that confirmation.


I go to standardout.log and I see my app is completely up and is running

What about other log files?  localhost.DATE.log, catalina.DATE.log?
Is your request mentioned in the localhost_access_log.DATE.txt file?
Nothing

Is your Tomcat on C: drive? Sometimes file permissions there are off.
http://wiki.apache.org/tomcat/FAQ/Windows
I don't think so, I switch 7.0.27 back in and it works.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to