Re: Redirecting URL request to Tomcat to folder containing Cruise Control

2007-05-01 Thread Rashmi Rubdi
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...

Re: Redirecting URL request to Tomcat to folder containing Cruise Control

2007-05-01 Thread Rashmi Rubdi
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 within a

Redirecting URL request to Tomcat to folder containing Cruise Control

2007-04-30 Thread Robert Segal
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/standard/ Is this possible under Tomcat? And if so how might I go