I have a Kerberos delegation issue caused by the separation of IIS worker
processes and the Tomcat server on Windows.
Specifically, the customer is running Tomcat through ISAPI on Windows with
ISS using Integrated Windows Authentication (Kerberos). Authentication
is working. The getRemoteUser meth
pointer and any implementation hints they
might have or snags they might know of.
Mike
--
Michael B Allen
Java Active Directory Integration
http://www.ioplex.com/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additio
gt;
> I just committed a change to TC trunk and backport proposals to pick up the
> REMOTE_PORT env var for request.getRemotePort().
>
> So we might think about forwarding REMOTE_PORT by default in JK 1.2.29.
Hi Rainer,
So does this mean that request.getRemotePort() will Just Work (
ight.
Any ideas?
Is there a mod_jk or Tomcat specific feature that would allow me to
get the socket file descriptor value, or port, or unique ID through
HttpServletRequest.getAttribute()?
Mike
--
Michael B Allen
Java Active Directory Integration
http://www.
;)
>
> Doesn't that work?
Yes, it sounds like precisely what I'm looking for. I just didn't
understand the significance of your previous message. I never used
mod_jk before so I'll have to look into this JkEnvVar thing.
I'll try it.
Thanks,
Mike
> On 23.03.2009
On Mon, Mar 23, 2009 at 10:38 AM, Michael B Allen wrote:
> On Mon, Mar 23, 2009 at 3:41 AM, Rainer Jung wrote:
>> Others might have better ideas, but as mentioned in the previous thread, you
>> can forward the remote port with
>>
>> JkEnvVar REMOTE_PORT
>>
On Fri, Mar 27, 2009 at 5:43 AM, Rainer Jung wrote:
> On 27.03.2009 01:21, Michael B Allen wrote:
>>
>> On Mon, Mar 23, 2009 at 10:38 AM, Michael B Allen
>> wrote:
>>>
>>> On Mon, Mar 23, 2009 at 3:41 AM, Rainer Jung
>>> wrote:
>>>>