However, from the subject of your e-mail it appears that you want to
do a Redirect from http://localhost:8080/standard/ to
http://localhost:8080/cruisecontrol/
which is easy to accomplish.
within a JSP Scriptlet:
<%response.sendRedirect("/cruisecontrol/"); %>
with JSP/JSTL
c:redirect tag
withi
Hi Robert,
On 4/30/07, Robert Segal <[EMAIL PROTECTED]> wrote:
I have Cruise Control setup to run my machine and am able to access it
through Tomcat using...
http://localhost:8080/cruisecontrol/
I would like to be able to access this same URL using the format...
http://localhost:8080/standa