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

Re: Question on workers.properties file

2010-05-20 Thread savoym
s, the application does 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:

Re: Question on workers.properties file

2010-05-20 Thread savoym
wrote: > > 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

Re: Question on workers.properties file

2010-05-20 Thread savoym
> If your real final purpose is to do SSO at the Tomcat level, based 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 >>

Re: Question on workers.properties file

2010-05-19 Thread savoym
ility. I guess 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 T

Re: Question on workers.properties file

2010-05-19 Thread savoym
so much. Rainer Jung-3 wrote: > > 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 user

Re: Question on workers.properties file

2010-05-19 Thread savoym
ServerVariable(lpEcb->ConnID, name, >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. >&g

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 in