Kerberos Delegation w/ ISAPI?

2006-09-07 Thread Michael B Allen
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

mod_jk: getRemotePort returns -1 (issue 41263)

2009-03-20 Thread Michael B Allen
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

Re: mod_jk: getRemotePort returns -1 (issue 41263)

2009-03-21 Thread Michael B Allen
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 (

Obtaining a Unique Connection ID?

2009-03-22 Thread Michael B Allen
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.

Re: Obtaining a Unique Connection ID?

2009-03-23 Thread Michael B Allen
;) > > 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

Re: Obtaining a Unique Connection ID?

2009-03-26 Thread Michael B Allen
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 >>

Re: Obtaining a Unique Connection ID?

2009-03-27 Thread Michael B Allen
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: >>>>