RE: https & j_security_check apparently Solved :P

2008-08-14 Thread Julio César Chaves Fernández
Hi, 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

Re: https & j_security_check apparently Solved :P

2008-08-14 Thread Christopher Schultz
-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

RE: https & j_security_check apparently Solved :P

2008-08-15 Thread Julio César Chaves Fernández
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> > -

Re: https & j_security_check apparently Solved :P

2008-08-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, Julio César Chaves Fernández wrote: > 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: Can you explain what each of these conne

RE: https & j_security_check apparently Solved :P

2008-08-15 Thread Julio César Chaves Fernández
ject: Re: https & j_security_check apparently > Solved :P> > -BEGIN PGP SIGNED MESSAGE-> Hash: SHA1> > Julio,> > > Julio César Chaves Fernández wrote:> > Ye, i think thats what i needed > apparently the redirection was> > the problem ... than

Re: https & j_security_check apparently Solved :P

2008-08-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, Julio César Chaves Fernández wrote: > the access is over Apache through the mod_jk connector (the one that > connects with AJP13), and mapping with httpd.conf, but its also > accessed by ports 8100 and 8443. I think you might reduce confusion

RE: https & j_security_check apparently Solved :P

2008-08-19 Thread Julio César Chaves Fernández
; Subject: Re: https & j_security_check apparently > Solved :P> > -BEGIN PGP SIGNED MESSAGE-> Hash: SHA1> > Julio,> > > Julio César Chaves Fernández wrote:> > the access is over Apache through the > mod_jk connector (the one that> > connects with A

RE: https & j_security_check apparently Solved :P

2008-08-19 Thread Julio César Chaves Fernández
guarantee defined in the application not through the port defined in the AJP connector but by port 443? TIA, Julio César > From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: RE: https & > j_security_check apparently Solved :P> Date: Tue, 19 Aug 2008 10:05:27 -0

Re: https & j_security_check apparently Solved :P

2008-08-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, Julio César Chaves Fernández wrote: > Well, when i access the application over the AJP connector it does > what it's supposed to ... redirect it by the redirect port defined in > the connector on the server.xml file. Good. > Its just that ht

Re: https & j_security_check apparently Solved :P

2008-08-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, Julio César Chaves Fernández wrote: > I'm sorry but i read the previous question and now that i notice i > doesn't make any sense given that apache is connecting tomcat by AJP > connector ... the question would be if there is a way to redirect