request.getAttribute("")
Peter
Am 18.01.2006 um 17:30 schrieb Michael Li:
> I added the following lines to apache httpd.conf
>
> JkEnvVar entrust-client
>
> JkEnvVar entrust-client-info
>
> JkEnvVar entrust-client-ip
>
> JkEnvVar entrust-server
>
> JkEnvVar
Unfortunately it doesn't work.
JkEnvVar is used for request.getAttribute(), instead of
request.getHeader()
-Original Message-
From: Mladen Turk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 18, 2006 10:19 AM
To: Tomcat Users List
Subject: Re: Problem with JK connector
Micha
not
be started
-Original Message-
From: Mladen Turk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 18, 2006 10:19 AM
To: Tomcat Users List
Subject: Re: Problem with JK connector
Michael Li wrote:
> Hi there,
>
> Currently we use apache 1.3 and tomcat 4.1.31. We tried t
o send any headers in this
case, but I'm not certain.
http://tomcat.apache.org/tomcat-5.0-doc/catalina/docs/api/constant-value
s.ht
ml#org.apache.ajp.Ajp13.MAX_READ_SIZE
"
Hopefully this is of some use.
Chris
-Original Message-
From: Michael Li [mailto:[EMAIL PROTECTED]
Sent: 18 J
Hi there,
Currently we use apache 1.3 and tomcat 4.1.31. We tried to connect them
through JK. Everything works fine, except some special http headers are
gone.=20 Because we user entrust direct, which will set some special
http header in the http request. The servlets will check those headers
to c