On 5/20/2004 1:51 AM, Guillermo Zarabozo wrote:
> Hi Everyone,
> I have a Tomcat Appl. Server running with Atlassian JIRA application.
>
> Recently We had an upgrade to a newer version, so the clients now need
> to change this URL
>
> http://<hostname>:8080/altlassian-jira-2.0.2
>
> for ...
>
> http://<hostname>:8080/altlassian-jira-2.5.3
>
>
> Is there any posibility to create some kind of http redirection from the
> old url to the new one (with tomcat of course) ?
>
> Any ideas ... even the crazy ones are welcome !!!
>
> Thanks in advance.
>
> Regards
>
> Guillermo.
>
> _________________________________________________________________
> MSN Amor: busca tu ?naranja http://latam.msn.com/amor/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
> For additional commands, e-mail: tomcat-user-help@(protected)
>
>
if i understand the question right i have a few suggestions:
-if ur using unixes u can just symlink via ln -s /newdir /oldir.
-or, on the old dir you can change the index.jsp to redirect to the new
dir via meta refresh or forward or include.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)