Re: Question on workers.properties file

2010-05-20 Thread savoym
on the user's Domain login, then I suggest that you have a look here : www.ioplex.com (Jespa) savoym wrote: Yes. The users are already being authenticated by IIS before IIS forwards the request to Tomcat. And yes, I am wanting to retrieve in my java app this userid from what I

Re: Question on workers.properties file

2010-05-20 Thread savoym
: savoym wrote: Thanks again for the reply. I do already have the tomcatAuthentication=false setting as you stated below and I had tried the getRemoteUse() from the HttpRequestServlet but that unfortunately did not work unless I did something wrong. I will try again but I do not think

Re: Question on workers.properties file

2010-05-20 Thread savoym
not, as far as I know. But we'll look at the other possibilities later. For now, maybe make sure that IIS is /really/ authenticating the URLs that go to Tomcat. You may need to tell IIS something, for it to do that. savoym wrote: My understanding is that IIS+ jk redirector is suppose to give us

Re: Question on workers.properties file

2010-05-20 Thread savoym
I have not checked that. I will try that today. Don't know where you are located in the world but it's about 7:35AM where I am in the state of Texas - USA Thanks again for all your help. awarnier wrote: savoym wrote: The issue is that we do not currently use web.xml to set

Re: Question on workers.properties file

2010-05-19 Thread savoym
, buf, (LPDWORD) sz)) return JK_FALSE; On 18.05.2010 22:27, savoym wrote: I just got IIS to forward my request to Tomcat using the Apache Tomcat-Connectors doc. I am trying to authenticate the user login/id that executes the request to my web app to be able to grab

Re: Question on workers.properties file

2010-05-19 Thread savoym
: On 19.05.2010 17:37, savoym wrote: Ranier - Thanks for the reply. I have some questions on your response. The INT value that your get_server_value method returns how do I determine from that what the userid is and more importantly, what calls this method and populates the values

Re: Question on workers.properties file

2010-05-19 Thread savoym
I'm just not sure how to get at the USERID that IIS should already have in some form or fashion. I hope that is more clear. I appreciate very much the question and reply. Regards. awarnier wrote: savoym wrote: I just got IIS to forward my request to Tomcat using the Apache Tomcat-Connectors

Question on workers.properties file

2010-05-18 Thread savoym
I just got IIS to forward my request to Tomcat using the Apache Tomcat-Connectors doc. I am trying to authenticate the user login/id that executes the request to my web app to be able to grab the user login and use in my java app. Has anyone on this list setup a server environment variable