Hi,
 
Ye, i think thats what i needed .... apparently the redirection was the problem 
... thanks for your help and excuse my ignorance but ... i have this connectors:
 

<Service
name="Catalina">
<Connector
URIEncoding="UTF-8"
port="8100"
minSpareThreads="25"
connectionTimeout="20000"
uRIEncoding="UTF-8"
maxThreads="300"
maxSpareThreads="75">
</Connector>
<Connector
port="8443"
scheme="https"
secure="true"
debug="0"
minSpareThreads="25"
clientAuth="false"
keystoreType="PKCS12"
keystorePass=""
maxThreads="150"
maxSpareThreads="75"
keystoreFile="/home/jakarta/tomcat-5.5.16-8100/conf/icesi.p12"
sslProtocol="TLS">
</Connector>
<Connector
port="8029"
redirectPort="8463"
protocol="AJP/1.3">
</Connector>
.
.
.
 
and when I used the transport-guarantee tag and try to access the page it 
changes the url with the connector that has the AJP/1.3 protocol associated... 
do you know why could this happen?
 
TIA,
 
Julio César



> Date: Thu, 14 Aug 2008 12:29:38 -0400> From: [EMAIL PROTECTED]> To: 
> users@tomcat.apache.org> Subject: Re: https & j_security_check apparently 
> Solved :P> > -----BEGIN PGP SIGNED MESSAGE-----> Hash: SHA1> > Julio,> > 
> Julio César Chaves Fernández wrote:> > I was testing somethings within the 
> login page that is configured in> > the web.xml file... and there was a piece 
> of code doing a redirection> > to assure that the page is loaded over 
> https... first i proved with a> > simple login page over https with no more 
> than the login form ...and> > it worked as it supossed to ... then instead of 
> insert the code to> > redirect the page over https I opened it with a url 
> specifying https> > instead of http ... it worked ... so I changed back the 
> form-login> > param in web.xml ... removed the redirection ... an tried again 
> the> > same way i did with the simple login form ... and it worked ... now i> 
> > have to ask ... did the redirection had something to do with this> > 
> problem or do anyone know of a possible problem that can be raised> > when 
> this is done?TIA,> > Honestly, I'm having a hard time understanding what you 
> are doing. What> is the additional redirection for? Why not simply use> 
> <transport-guarantee> in web.xml and let the container handle any HTTPS> 
> requirements?> > - -chris> -----BEGIN PGP SIGNATURE-----> Version: GnuPG 
> v1.4.9 (MingW32)> Comment: Using GnuPG with Mozilla - 
> http://enigmail.mozdev.org> > 
> iEYEARECAAYFAkikXXIACgkQ9CaO5/Lv0PC1wgCgtUNuWDBsTqIPIjAfH64OPgv+> 
> wf4An1rHKW4HmO15pAwckdz0msxOmLd2> =LSxR> -----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]> 
_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx

Reply via email to