Re: HTTPconnector problem

2005-02-09 Thread reynir
hi charles, thanx again. I updated to 4.1.31 and it works now. -reynir Caldarale, Charles R wrote: From: reynir [mailto:[EMAIL PROTECTED] Subject: Re: HTTPconnector problem What is the secure="true" then for ? My guess is that it's intended more for the proprietary connect

RE: HTTPconnector problem

2005-02-08 Thread Caldarale, Charles R
> From: reynir [mailto:[EMAIL PROTECTED] > Subject: Re: HTTPconnector problem > > What is the secure="true" then for ? My guess is that it's intended more for the proprietary connectors like AJP13, but since I have zero experience with those, it's only speculatio

Re: HTTPconnector problem

2005-02-08 Thread reynir
thanx Mark, It's version 4.1.24 (if I rember it correctly I will check again to morrow and send you an update), but I will upgrade the tomcat service. That hopefully will fix this matter. I was hoping this was some configuration error on my behalf, but I must upgrade. .. thanx again, -reynir Ma

Re: HTTPconnector problem

2005-02-08 Thread reynir
x again, -reynir Caldarale, Charles R wrote: From: reynir [mailto:[EMAIL PROTECTED] Subject: Re: HTTPconnector problem As I understand the documentation (and my past experience shows) you are not correct. :) But we don't actually run the documentation. Here's the code of inte

RE: HTTPconnector problem

2005-02-08 Thread Caldarale, Charles R
> From: reynir [mailto:[EMAIL PROTECTED] > Subject: Re: HTTPconnector problem > > As I understand the documentation (and my past experience > shows) you are not correct. :) But we don't actually run the documentation. Here's the code of interest (from 5.0.25, the

Re: HTTPconnector problem

2005-02-08 Thread Mark Thomas
I have just tested this on the latest TC4.1.x from CVS this works as stated in the docs. The output I see is: is secure : true port : 8080 It is possible that this is a bug that has been fixed but I don't see any changes in the archives that look relevant (I checked back to the end of 2003). W

Re: HTTPconnector problem

2005-02-08 Thread karjera
Laba diena. Dėkojame, kad mums parašėte. Jūsų atsiųsta žinutė išsaugota mūsų duomenų bazėje. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HTTPconnector problem

2005-02-08 Thread reynir
ECTED] Subject: HTTPconnector problem is secure : false port : 9099 this proves that I am accessing the correct port, but why is secure false ? is this a bug that has been fixed ? There's no bug here. You're using HTTP to access port 9099, and, by definition, that's not s

RE: HTTPconnector problem

2005-02-08 Thread Caldarale, Charles R
> From: reynir [mailto:[EMAIL PROTECTED] > Subject: HTTPconnector problem > > is secure : false > port : 9099 > > this proves that I am accessing the correct port, but why is secure > false ? is this a bug that has been fixed ? There's no bug here. You're u

HTTPconnector problem

2005-02-08 Thread reynir
Hi, I'm using the following setup in my server.xml (4.1. of tomcat). and when I run the following jsp code : <% out.write("is secure : "+ request.isSecure()); out.write("port : "+ request.getServerPort()); %> I get the following results : is secure : false port : 9099 this proves