You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Brian Richards <nc...@pobox.com> on 2000/07/12 15:29:44 UTC

url rewriting

Ok I am trying to get Jive installed on my machine but i am getting some
funny behavior from
tomcat. basically whenever i load:
            hostname.dyndns.org/Jive/admin/index.jsp
which in turn redirects me to
            hostname/Jive/install/installation.jsp
the redirect code looks like this:
            response.sendRedirect("install/installation.jsp");
Is this a problem with the code? should id be

response.sendRedirect(http://hostname.dyndns.org/Jive/admin/install/installa
tion.jsp);
or is something wrong with tomcat?

thanks,

brian