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 connectors like AJP13

HTTPconnector problem

2005-02-08 Thread reynir
Hi, I'm using the following setup in my server.xml (4.1. of tomcat). Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=9099 minProcessors=5 maxProcessors=75 tomcatAuthentication=false enableLookups=true redirectPort=8443

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 using HTTP to access port 9099

Re: HTTPconnector problem

2005-02-08 Thread reynir
] 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 secure. The isSecure

Re: HTTPconnector problem

2005-02-08 Thread karjera
Laba diena. Dkojame, kad mums parate. Js atsista inut isaugota ms duomen bazje. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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).

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 last one I downloaded the source

Re: HTTPconnector problem

2005-02-08 Thread 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 last one I downloaded the source

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

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 speculation. should it not be enough to set