2013/3/5 Patrick Flaherty <[email protected]>:
>(...)
> 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: [email protected]
For additional commands, e-mail: [email protected]