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.


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

Is your Tomcat on C: drive? Sometimes file permissions there are off.
http://wiki.apache.org/tomcat/FAQ/Windows

Best regards,
Konstantin Kolinko

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

Reply via email to