-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mariano,

Mariano López wrote:
> Hi Christopher, that is what I have, but tomcat always put the current
> context name before login page URL of other context and gives bad reference
> to page.

I'm not suggesting that you do:

<form-login-page>/path/to/other/context/login.jsp</form-login-page>

Instead, I'm suggesting that you do this:

<form-login-page>/same/webapp/login.jsp</form-login-page>

login.jsp:

<% response.sendRedirect("/path/to/other/context/login.jsp"); %>

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkjvmXoACgkQ9CaO5/Lv0PBNMgCgoS3ocIoOaLstVuQegRKR8O3G
a0oAoL2XLxyCD/23k6bZs2U+BrUaFouR
=sual
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to