Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Antonio Vázquez
I get the solution.

Change TOMCAT 4.1.12 to TOMCAT 4.1.18

Thanks to all answers.

Antonio,
Antonio Vázquez
[EMAIL PROTECTED]
www.winsoftsystems.com

- Original Message -
From: "Turner, John" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 5:29 PM
Subject: RE: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443



I understand that...it's the examples.  I guess I don't understand why it is
so important for that examples URL to work over SSL.

Are you saying you duplicated that setup for your own webapp, and are seeing
the same behavior?

John


> -Original Message-
> From: Antonio Vázquez [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 11:28 AM
> To: Tomcat Users List
> Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
>
>
> The same that i got when used http:
>
> if you type http://mihost/examples/servlet/ the system show
> the index.html
> page.
>
> The same with jsp:
>
>  http://mihost/examples/jsp/ must be the same to type
> http://mihost/examples/jsp/index.html
>
> When I change to https, only works the second one
> (https://mihost/examples/jsp/index.html).
>
> Antonio
>
> - Original Message -
> From: "Turner, John" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> Sent: Thursday, January 30, 2003 5:11 PM
> Subject: RE: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
>
>
>
> https://mihost/examples/servlet/ just calls the Invoker
> servlet (on 4.1.18,
> at least).
>
> What behavior are you expecting, exactly?
>
> John
>
>
> > -----Original Message-
> > From: Antonio Vázquez [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 30, 2003 10:52 AM
> > To: Tomcat Users List
> > Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> >
> >
> > I test this:
> >
> > https://mihost/examples/servlet/index.html  WORKS!! (all the
> > examples run in
> > HTTPS)
> > https://mihost/examples/servlet/DOESN'T WORK!! --
> > Redirect to  --->
> > http://mihost:443/servlet/index.html
> >
> > Any idea?
> > Antonio Vázquez
> > [EMAIL PROTECTED]
> > www.winsoftsystems.com
> >
> >
> > - Original Message -
> > From: "Antonio Vázquez" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List" <[EMAIL PROTECTED]>;
> > "Ing. Gustavo
> > Edelstein" <[EMAIL PROTECTED]>
> > Sent: Thursday, January 30, 2003 2:50 PM
> > Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> >
> >
> > > Windows NT
> > >
> > > - Original Message -
> > > From: "Ing. Gustavo Edelstein" <[EMAIL PROTECTED]>
> > > To: "Tomcat Users List" <[EMAIL PROTECTED]>
> > > Sent: Thursday, January 30, 2003 2:27 PM
> > > Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> > >
> > >
> > > > Hi Antonio,
> > > > Which is your platform ?
> > > > Thanks
> > > >
> > > > Ing. Gustavo A. Edelstein
> > > > Tech. Mgr.
> > > > Equiplus S.A.
> > > > www.equiplus.com
> > > > - Original Message -
> > > > From: "Antonio Vázquez" <[EMAIL PROTECTED]>
> > > > To: "Tomcat" <[EMAIL PROTECTED]>
> > > > Sent: Thursday, January 30, 2003 7:57 AM
> > > > Subject: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> > > >
> > > >
> > > > > I configure ApacheSSL + Tomcat 4.12 with mod_jk and all works.
> > > > >
> > > > > If I call a HTTPS page the conexion is secure.
> > > > >
> > > > > If I call to the tomcat example aplication with
> > https://mihost/examples/
> > > I
> > > > > can see the servlets and JSP folder, but when I select
> > servlets, the
> > IE6
> > > > > says that the conexion will be not secure and appears the url
> > > > > http://mihost:443/examples/servlets/index.html
> > > > >
> > > > > The port 443 is the SSL port.
> > > > >
> > > > > How can avoid this?. I want the https protocol all the time.
> > > > >
> > > > > Thanks.
> > > > > Antonio Vázquez
> > > > > [EMAIL PROTECTED]
> > > > >

Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Antonio Vázquez
John

Yes, i am seeing the same behavior in my applications.

I use the examples webapp as test, because when I installed my own
application i had a lot of problems with the Tomcat login (with realms) over
SSL.

I think that examples is perfect to fix the problem , and don't mix with
other problems.

Antonio,

- Original Message -
From: "Turner, John" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 5:29 PM
Subject: RE: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443



I understand that...it's the examples.  I guess I don't understand why it is
so important for that examples URL to work over SSL.

Are you saying you duplicated that setup for your own webapp, and are seeing
the same behavior?

John


> -Original Message-
> From: Antonio Vázquez [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 11:28 AM
> To: Tomcat Users List
> Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
>
>
> The same that i got when used http:
>
> if you type http://mihost/examples/servlet/ the system show
> the index.html
> page.
>
> The same with jsp:
>
>  http://mihost/examples/jsp/ must be the same to type
> http://mihost/examples/jsp/index.html
>
> When I change to https, only works the second one
> (https://mihost/examples/jsp/index.html).
>
> Antonio
>
> - Original Message -
> From: "Turner, John" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> Sent: Thursday, January 30, 2003 5:11 PM
> Subject: RE: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
>
>
>
> https://mihost/examples/servlet/ just calls the Invoker
> servlet (on 4.1.18,
> at least).
>
> What behavior are you expecting, exactly?
>
> John
>
>
> > -Original Message-
> > From: Antonio Vázquez [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 30, 2003 10:52 AM
> > To: Tomcat Users List
> > Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> >
> >
> > I test this:
> >
> > https://mihost/examples/servlet/index.html  WORKS!! (all the
> > examples run in
> > HTTPS)
> > https://mihost/examples/servlet/DOESN'T WORK!! --
> > Redirect to  --->
> > http://mihost:443/servlet/index.html
> >
> > Any idea?
> > Antonio Vázquez
> > [EMAIL PROTECTED]
> > www.winsoftsystems.com
> >
> >
> > - Original Message -
> > From: "Antonio Vázquez" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List" <[EMAIL PROTECTED]>;
> > "Ing. Gustavo
> > Edelstein" <[EMAIL PROTECTED]>
> > Sent: Thursday, January 30, 2003 2:50 PM
> > Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> >
> >
> > > Windows NT
> > >
> > > - Original Message -
> > > From: "Ing. Gustavo Edelstein" <[EMAIL PROTECTED]>
> > > To: "Tomcat Users List" <[EMAIL PROTECTED]>
> > > Sent: Thursday, January 30, 2003 2:27 PM
> > > Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> > >
> > >
> > > > Hi Antonio,
> > > > Which is your platform ?
> > > > Thanks
> > > >
> > > > Ing. Gustavo A. Edelstein
> > > > Tech. Mgr.
> > > > Equiplus S.A.
> > > > www.equiplus.com
> > > > - Original Message -
> > > > From: "Antonio Vázquez" <[EMAIL PROTECTED]>
> > > > To: "Tomcat" <[EMAIL PROTECTED]>
> > > > Sent: Thursday, January 30, 2003 7:57 AM
> > > > Subject: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> > > >
> > > >
> > > > > I configure ApacheSSL + Tomcat 4.12 with mod_jk and all works.
> > > > >
> > > > > If I call a HTTPS page the conexion is secure.
> > > > >
> > > > > If I call to the tomcat example aplication with
> > https://mihost/examples/
> > > I
> > > > > can see the servlets and JSP folder, but when I select
> > servlets, the
> > IE6
> > > > > says that the conexion will be not secure and appears the url
> > > > > http://mihost:443/examples/servlets/index.html
> > > > >
> > > > > The port 443 is the SSL port.
> > > > >
> > > > > How can avoid this?. I want the https protocol 

RE: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Turner, John

I understand that...it's the examples.  I guess I don't understand why it is
so important for that examples URL to work over SSL.

Are you saying you duplicated that setup for your own webapp, and are seeing
the same behavior?

John


> -Original Message-
> From: Antonio Vázquez [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 11:28 AM
> To: Tomcat Users List
> Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> 
> 
> The same that i got when used http:
> 
> if you type http://mihost/examples/servlet/ the system show 
> the index.html
> page.
> 
> The same with jsp:
> 
>  http://mihost/examples/jsp/ must be the same to type
> http://mihost/examples/jsp/index.html
> 
> When I change to https, only works the second one
> (https://mihost/examples/jsp/index.html).
> 
> Antonio
> 
> - Original Message -
> From: "Turner, John" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> Sent: Thursday, January 30, 2003 5:11 PM
> Subject: RE: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> 
> 
> 
> https://mihost/examples/servlet/ just calls the Invoker 
> servlet (on 4.1.18,
> at least).
> 
> What behavior are you expecting, exactly?
> 
> John
> 
> 
> > -----Original Message-
> > From: Antonio Vázquez [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 30, 2003 10:52 AM
> > To: Tomcat Users List
> > Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> >
> >
> > I test this:
> >
> > https://mihost/examples/servlet/index.html  WORKS!! (all the
> > examples run in
> > HTTPS)
> > https://mihost/examples/servlet/DOESN'T WORK!! --
> > Redirect to  --->
> > http://mihost:443/servlet/index.html
> >
> > Any idea?
> > Antonio Vázquez
> > [EMAIL PROTECTED]
> > www.winsoftsystems.com
> >
> >
> > - Original Message -
> > From: "Antonio Vázquez" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List" <[EMAIL PROTECTED]>;
> > "Ing. Gustavo
> > Edelstein" <[EMAIL PROTECTED]>
> > Sent: Thursday, January 30, 2003 2:50 PM
> > Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> >
> >
> > > Windows NT
> > >
> > > - Original Message -
> > > From: "Ing. Gustavo Edelstein" <[EMAIL PROTECTED]>
> > > To: "Tomcat Users List" <[EMAIL PROTECTED]>
> > > Sent: Thursday, January 30, 2003 2:27 PM
> > > Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> > >
> > >
> > > > Hi Antonio,
> > > > Which is your platform ?
> > > > Thanks
> > > >
> > > > Ing. Gustavo A. Edelstein
> > > > Tech. Mgr.
> > > > Equiplus S.A.
> > > > www.equiplus.com
> > > > - Original Message -
> > > > From: "Antonio Vázquez" <[EMAIL PROTECTED]>
> > > > To: "Tomcat" <[EMAIL PROTECTED]>
> > > > Sent: Thursday, January 30, 2003 7:57 AM
> > > > Subject: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> > > >
> > > >
> > > > > I configure ApacheSSL + Tomcat 4.12 with mod_jk and all works.
> > > > >
> > > > > If I call a HTTPS page the conexion is secure.
> > > > >
> > > > > If I call to the tomcat example aplication with
> > https://mihost/examples/
> > > I
> > > > > can see the servlets and JSP folder, but when I select
> > servlets, the
> > IE6
> > > > > says that the conexion will be not secure and appears the url
> > > > > http://mihost:443/examples/servlets/index.html
> > > > >
> > > > > The port 443 is the SSL port.
> > > > >
> > > > > How can avoid this?. I want the https protocol all the time.
> > > > >
> > > > > Thanks.
> > > > > Antonio Vázquez
> > > > > [EMAIL PROTECTED]
> > > > > www.winsoftsystems.com
> > > > >
> > > > >
> > > > >
> > 
> -
> > > > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > > > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > > > >
> > > >
> > > >
> > > >
> > 
> -
> > > > To unsubscribe, e-mail: 
> [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > >
> > 
> -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: 
> [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Antonio Vázquez
Ralph,

This is the problem (i saw it in log files) ... but this happen with the
examples aplication of Tomcat 4.1.12

Antonio,


- Original Message -
From: "Ralph Einfeldt" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 5:22 PM
Subject: RE: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443


I guess
https://mihost/examples/servlet/
should go to
https://mihost:443/servlet/index.html
or https://mihost:/servlet/index.html
instead of
http://mihost:443/servlet/index.html
Which won't work at all, as the browser now
tries to talk plain http on port 443.

It looks like the welcome file feature is doing
something wrong in case of https in his environment.

(As I'm not using tomcat with ssl I can't say much more)

> -Original Message-
> From: Turner, John [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 5:11 PM
> To: 'Tomcat Users List'
> Subject: RE: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
>
> https://mihost/examples/servlet/ just calls the Invoker
> servlet (on 4.1.18,
> at least).
>
> What behavior are you expecting, exactly?
>
> > -Original Message-
> > From: Antonio Vázquez [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 30, 2003 10:52 AM
> > To: Tomcat Users List
> > Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> >
> > https://mihost/examples/servlet/index.html  WORKS!! (all the
> > examples run in HTTPS)
> > https://mihost/examples/servlet/DOESN'T WORK!! --
> > Redirect to  --->
> > http://mihost:443/servlet/index.html
> >

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Antonio Vázquez
The same that i got when used http:

if you type http://mihost/examples/servlet/ the system show the index.html
page.

The same with jsp:

 http://mihost/examples/jsp/ must be the same to type
http://mihost/examples/jsp/index.html

When I change to https, only works the second one
(https://mihost/examples/jsp/index.html).

Antonio

- Original Message -
From: "Turner, John" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 5:11 PM
Subject: RE: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443



https://mihost/examples/servlet/ just calls the Invoker servlet (on 4.1.18,
at least).

What behavior are you expecting, exactly?

John


> -Original Message-
> From: Antonio Vázquez [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 10:52 AM
> To: Tomcat Users List
> Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
>
>
> I test this:
>
> https://mihost/examples/servlet/index.html  WORKS!! (all the
> examples run in
> HTTPS)
> https://mihost/examples/servlet/DOESN'T WORK!! --
> Redirect to  --->
> http://mihost:443/servlet/index.html
>
> Any idea?
> Antonio Vázquez
> [EMAIL PROTECTED]
> www.winsoftsystems.com
>
>
> - Original Message -
> From: "Antonio Vázquez" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>;
> "Ing. Gustavo
> Edelstein" <[EMAIL PROTECTED]>
> Sent: Thursday, January 30, 2003 2:50 PM
> Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
>
>
> > Windows NT
> >
> > ----- Original Message -----
> > From: "Ing. Gustavo Edelstein" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List" <[EMAIL PROTECTED]>
> > Sent: Thursday, January 30, 2003 2:27 PM
> > Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> >
> >
> > > Hi Antonio,
> > > Which is your platform ?
> > > Thanks
> > >
> > > Ing. Gustavo A. Edelstein
> > > Tech. Mgr.
> > > Equiplus S.A.
> > > www.equiplus.com
> > > - Original Message -
> > > From: "Antonio Vázquez" <[EMAIL PROTECTED]>
> > > To: "Tomcat" <[EMAIL PROTECTED]>
> > > Sent: Thursday, January 30, 2003 7:57 AM
> > > Subject: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> > >
> > >
> > > > I configure ApacheSSL + Tomcat 4.12 with mod_jk and all works.
> > > >
> > > > If I call a HTTPS page the conexion is secure.
> > > >
> > > > If I call to the tomcat example aplication with
> https://mihost/examples/
> > I
> > > > can see the servlets and JSP folder, but when I select
> servlets, the
> IE6
> > > > says that the conexion will be not secure and appears the url
> > > > http://mihost:443/examples/servlets/index.html
> > > >
> > > > The port 443 is the SSL port.
> > > >
> > > > How can avoid this?. I want the https protocol all the time.
> > > >
> > > > Thanks.
> > > > Antonio Vázquez
> > > > [EMAIL PROTECTED]
> > > > www.winsoftsystems.com
> > > >
> > > >
> > > >
> -
> > > > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > > >
> > >
> > >
> > >
> -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > >
> > >
> >
> >
> >
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Ralph Einfeldt
I guess 
https://mihost/examples/servlet/
should go to
https://mihost:443/servlet/index.html
or https://mihost:/servlet/index.html
instead of
http://mihost:443/servlet/index.html
Which won't work at all, as the browser now
tries to talk plain http on port 443.

It looks like the welcome file feature is doing 
something wrong in case of https in his environment.

(As I'm not using tomcat with ssl I can't say much more)

> -Original Message-
> From: Turner, John [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 5:11 PM
> To: 'Tomcat Users List'
> Subject: RE: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> 
> https://mihost/examples/servlet/ just calls the Invoker 
> servlet (on 4.1.18,
> at least).
> 
> What behavior are you expecting, exactly?
> 
> > -Original Message-
> > From: Antonio Vázquez [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 30, 2003 10:52 AM
> > To: Tomcat Users List
> > Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> > 
> > https://mihost/examples/servlet/index.html  WORKS!! (all the 
> > examples run in HTTPS)
> > https://mihost/examples/servlet/DOESN'T WORK!! -- 
> > Redirect to  --->
> > http://mihost:443/servlet/index.html
> > 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Turner, John

https://mihost/examples/servlet/ just calls the Invoker servlet (on 4.1.18,
at least).

What behavior are you expecting, exactly?

John


> -Original Message-
> From: Antonio Vázquez [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 10:52 AM
> To: Tomcat Users List
> Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> 
> 
> I test this:
> 
> https://mihost/examples/servlet/index.html  WORKS!! (all the 
> examples run in
> HTTPS)
> https://mihost/examples/servlet/DOESN'T WORK!! -- 
> Redirect to  --->
> http://mihost:443/servlet/index.html
> 
> Any idea?
> Antonio Vázquez
> [EMAIL PROTECTED]
> www.winsoftsystems.com
> 
> 
> - Original Message -
> From: "Antonio Vázquez" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>; 
> "Ing. Gustavo
> Edelstein" <[EMAIL PROTECTED]>
> Sent: Thursday, January 30, 2003 2:50 PM
> Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> 
> 
> > Windows NT
> >
> > - Original Message -
> > From: "Ing. Gustavo Edelstein" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List" <[EMAIL PROTECTED]>
> > Sent: Thursday, January 30, 2003 2:27 PM
> > Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> >
> >
> > > Hi Antonio,
> > > Which is your platform ?
> > > Thanks
> > >
> > > Ing. Gustavo A. Edelstein
> > > Tech. Mgr.
> > > Equiplus S.A.
> > > www.equiplus.com
> > > - Original Message -
> > > From: "Antonio Vázquez" <[EMAIL PROTECTED]>
> > > To: "Tomcat" <[EMAIL PROTECTED]>
> > > Sent: Thursday, January 30, 2003 7:57 AM
> > > Subject: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> > >
> > >
> > > > I configure ApacheSSL + Tomcat 4.12 with mod_jk and all works.
> > > >
> > > > If I call a HTTPS page the conexion is secure.
> > > >
> > > > If I call to the tomcat example aplication with
> https://mihost/examples/
> > I
> > > > can see the servlets and JSP folder, but when I select 
> servlets, the
> IE6
> > > > says that the conexion will be not secure and appears the url
> > > > http://mihost:443/examples/servlets/index.html
> > > >
> > > > The port 443 is the SSL port.
> > > >
> > > > How can avoid this?. I want the https protocol all the time.
> > > >
> > > > Thanks.
> > > > Antonio Vázquez
> > > > [EMAIL PROTECTED]
> > > > www.winsoftsystems.com
> > > >
> > > >
> > > > 
> -
> > > > To unsubscribe, e-mail: 
> [EMAIL PROTECTED]
> > > > For additional commands, e-mail: 
> [EMAIL PROTECTED]
> > > >
> > >
> > >
> > > 
> -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: 
> [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Antonio Vázquez
I test this:

https://mihost/examples/servlet/index.html  WORKS!! (all the examples run in
HTTPS)
https://mihost/examples/servlet/DOESN'T WORK!! -- Redirect to  --->
http://mihost:443/servlet/index.html

Any idea?
Antonio Vázquez
[EMAIL PROTECTED]
www.winsoftsystems.com


- Original Message -
From: "Antonio Vázquez" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Ing. Gustavo
Edelstein" <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 2:50 PM
Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443


> Windows NT
>
> - Original Message -
> From: "Ing. Gustavo Edelstein" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Thursday, January 30, 2003 2:27 PM
> Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
>
>
> > Hi Antonio,
> > Which is your platform ?
> > Thanks
> >
> > Ing. Gustavo A. Edelstein
> > Tech. Mgr.
> > Equiplus S.A.
> > www.equiplus.com
> > ----- Original Message -----
> > From: "Antonio Vázquez" <[EMAIL PROTECTED]>
> > To: "Tomcat" <[EMAIL PROTECTED]>
> > Sent: Thursday, January 30, 2003 7:57 AM
> > Subject: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
> >
> >
> > > I configure ApacheSSL + Tomcat 4.12 with mod_jk and all works.
> > >
> > > If I call a HTTPS page the conexion is secure.
> > >
> > > If I call to the tomcat example aplication with
https://mihost/examples/
> I
> > > can see the servlets and JSP folder, but when I select servlets, the
IE6
> > > says that the conexion will be not secure and appears the url
> > > http://mihost:443/examples/servlets/index.html
> > >
> > > The port 443 is the SSL port.
> > >
> > > How can avoid this?. I want the https protocol all the time.
> > >
> > > Thanks.
> > > Antonio Vázquez
> > > [EMAIL PROTECTED]
> > > www.winsoftsystems.com
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Antonio Vázquez
Windows NT

- Original Message -
From: "Ing. Gustavo Edelstein" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 2:27 PM
Subject: Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443


> Hi Antonio,
> Which is your platform ?
> Thanks
>
> Ing. Gustavo A. Edelstein
> Tech. Mgr.
> Equiplus S.A.
> www.equiplus.com
> - Original Message -
> From: "Antonio Vázquez" <[EMAIL PROTECTED]>
> To: "Tomcat" <[EMAIL PROTECTED]>
> Sent: Thursday, January 30, 2003 7:57 AM
> Subject: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443
>
>
> > I configure ApacheSSL + Tomcat 4.12 with mod_jk and all works.
> >
> > If I call a HTTPS page the conexion is secure.
> >
> > If I call to the tomcat example aplication with https://mihost/examples/
I
> > can see the servlets and JSP folder, but when I select servlets, the IE6
> > says that the conexion will be not secure and appears the url
> > http://mihost:443/examples/servlets/index.html
> >
> > The port 443 is the SSL port.
> >
> > How can avoid this?. I want the https protocol all the time.
> >
> > Thanks.
> > Antonio Vázquez
> > [EMAIL PROTECTED]
> > www.winsoftsystems.com
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Ing. Gustavo Edelstein
Hi Antonio,
Which is your platform ?
Thanks

Ing. Gustavo A. Edelstein
Tech. Mgr.
Equiplus S.A.
www.equiplus.com
- Original Message -
From: "Antonio Vázquez" <[EMAIL PROTECTED]>
To: "Tomcat" <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 7:57 AM
Subject: ApacheSSL + Tomcat 4.12 change from HTTPS to port 443


> I configure ApacheSSL + Tomcat 4.12 with mod_jk and all works.
>
> If I call a HTTPS page the conexion is secure.
>
> If I call to the tomcat example aplication with https://mihost/examples/ I
> can see the servlets and JSP folder, but when I select servlets, the IE6
> says that the conexion will be not secure and appears the url
> http://mihost:443/examples/servlets/index.html
>
> The port 443 is the SSL port.
>
> How can avoid this?. I want the https protocol all the time.
>
> Thanks.
> Antonio Vázquez
> [EMAIL PROTECTED]
> www.winsoftsystems.com
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




ApacheSSL + Tomcat 4.12 change from HTTPS to port 443

2003-01-30 Thread Antonio Vázquez
I configure ApacheSSL + Tomcat 4.12 with mod_jk and all works.

If I call a HTTPS page the conexion is secure.

If I call to the tomcat example aplication with https://mihost/examples/ I
can see the servlets and JSP folder, but when I select servlets, the IE6
says that the conexion will be not secure and appears the url
http://mihost:443/examples/servlets/index.html

The port 443 is the SSL port.

How can avoid this?. I want the https protocol all the time.

Thanks.
Antonio Vázquez
[EMAIL PROTECTED]
www.winsoftsystems.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]