RE: JAR replaced in lib not seen in Eclipse projects

2011-10-26 Thread Savoy, Melinda
11/10/26 Savoy, Melinda : > I made updates on 2 files in a JAR file that I replaced in the lib directory > of my tomcat server.  All my projects in my eclipse workspace reference the > Apache Tomcat v6.0 [Apache Tomcat v6.0] library in my build path.  However > when I am debugging my ap

JAR replaced in lib not seen in Eclipse projects

2011-10-26 Thread Savoy, Melinda
I made updates on 2 files in a JAR file that I replaced in the lib directory of my tomcat server. All my projects in my eclipse workspace reference the Apache Tomcat v6.0 [Apache Tomcat v6.0] library in my build path. However when I am debugging my app the old files I modified in my jar are st

RE: Passing user id from web page to tomcat webapp

2011-07-14 Thread Savoy, Melinda
a.com] Sent: Thursday, July 14, 2011 9:01 AM To: Tomcat Users List Subject: Re: Passing user id from web page to tomcat webapp Savoy, Melinda wrote: > David, > > You might try the following, instead of getRemoteUser, as we use this to get > the USERID from IIS. I inherited this code

RE: Passing user id from web page to tomcat webapp

2011-07-14 Thread Savoy, Melinda
David, You might try the following, instead of getRemoteUser, as we use this to get the USERID from IIS. I inherited this code so I really can't speak to it a lot but it's working. Regards. ' get user ID from header ** XUserID = Request.ServerVariables("AUTH_USER")

Question on WORK directory of tomcat container

2011-06-10 Thread Savoy, Melinda
Due to a conflict between the cached JSPs in the work directory of a tomcat container on our app's QA Windows 2003 server, does the tomcat service have to be restarted? Any help would be greatly appreciated. Thanks. Melinda Savoy Sr. Programmer Analyst, ERP Systems Innovative Technology Soluti

Question on WORK directory of tomcat container

2011-06-09 Thread Savoy, Melinda
Due to a conflict between the cached JSPs in the work directory of a tomcat container on our app's QA Windows 2003 server, does the tomcat service have to be restarted? Any help would be greatly appreciated. Thanks. Melinda Savoy Sr. Programmer Analyst, ERP Systems Innovative Technology Soluti

RE: Question on exception error

2011-04-17 Thread Savoy, Melinda
Thanks for all the help. Regards. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Sunday, April 17, 2011 6:56 PM To: Tomcat Users List Subject: RE: Question on exception error > From: Savoy, Melinda [mailto:melindasa...@texashealth.

RE: Question on exception error

2011-04-17 Thread Savoy, Melinda
al Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Sunday, April 17, 2011 6:40 PM To: Tomcat Users List Subject: RE: Question on exception error > From: Savoy, Melinda [mailto:melindasa...@texashealth.org] > Subject: Question on exception error > We just mov

Question on exception error

2011-04-17 Thread Savoy, Melinda
We just moved from a JBoss app server to Tomcat early this morning and all appeared to be going well and then we got the following error and trying to decipher its meaning but coming up short. Any help/suggestions on what occurred would be appreciated. Here is the error: ClientAbortException:

RE: Please help - Question on Tomcat Startup

2011-01-21 Thread Savoy, Melinda
/response would be appreciated. Thanks anyway. Regards. _ From: Savoy, Melinda Sent: Friday, January 21, 2011 6:35 AM To: 'users@tomcat.apache.org' Subject: Please help - Question on Tomcat Startup I have what I think is a weird situation.

Please help - Question on Tomcat Startup

2011-01-21 Thread Savoy, Melinda
I have what I think is a weird situation. I have two workspaces in 2 different versions of Eclipse that reside in 2 different directories and whereby I have 2 different versions of the tomcat server that reside in 2 different directories on my Windows XP box. In one my workspaces, which is a te

RE: users Digest 16 Aug 2010 14:18:24 -0000 Issue 9775

2010-08-16 Thread Savoy, Melinda
Carlton, Just go to the Waffle site and if you have any questions contact support from that site. We just got off JCIFS about 2-3 months ago and after many problems in trying to get IIS-Tomcat integration (issues on our end) to work we switched to Waffle and we were up in 5 minutes. If you're

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-27 Thread Savoy, Melinda
e the ISAPI filter work. Regards. From: André Warnier [...@ice-sa.com] Sent: Sunday, June 27, 2010 15:55 To: Tomcat Users List Subject: Re: Still having problem retrieving user value from ISAPI Filter for authentication Savoy, Melinda wrote: > Le

RE: Question on JAR in Tomcat\lib directory

2010-06-26 Thread Savoy, Melinda
before do that again today. Regards. -Original Message- From: Savoy, Melinda Sent: Saturday, June 26, 2010 3:57 PM To: 'Tomcat Users List' Subject: Question on JAR in Tomcat\lib directory In Eclipse I have a project where in the build path under the Libraries tab there is lis

Question on JAR in Tomcat\lib directory

2010-06-26 Thread Savoy, Melinda
In Eclipse I have a project where in the build path under the Libraries tab there is listed Apache Tomcat v6.0 [Apache Tomcat v6.0] because in the Tomcat\lib directory there are a number of jars that pertain to this project. I have updated one of the jars in this library. However, when I'm usin

RE: Does Tomcat cache pages it's executing?

2010-06-25 Thread Savoy, Melinda
Thank you to David and Pid for the responses. It is very much appreciated. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Friday, June 25, 2010 9:24 AM To: Tomcat Users List Subject: Re: Does Tomcat cache pages it's executing? On 25/06/2010 15:03, Savoy, Melinda

Does Tomcat cache pages it's executing?

2010-06-25 Thread Savoy, Melinda
I have some weird behavior going on, I think with my Tomcat 6.0.18 server in Eclipse. In my dynamic web project in Eclipse I had created a test index.jsp (TESTindex.jsp) page and had the original index.jsp page in the same web content folder. I was renaming these accordingly to TESTindex and in

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-23 Thread Savoy, Melinda
ursue this any further. dB has been kind enough to offer his help in getting me setup. I just thought I'd ask this one last question. Thanks for all the time and help. Regards. -Original Message----- From: Savoy, Melinda Sent: Wednesday, June 23, 2010 7:50 AM To: 'Tomcat Users List

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-23 Thread Savoy, Melinda
I also tried request.getAttribute("user") but I got a null value as well. -Original Message----- From: Savoy, Melinda Sent: Wednesday, June 23, 2010 8:09 AM To: 'Tomcat Users List' Subject: RE: Still having problem retrieving user value from ISAPI Filter for authenticati

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-23 Thread Savoy, Melinda
retrieving user value from ISAPI Filter for authentication On Wed, Jun 23, 2010 at 8:49 AM, Savoy, Melinda wrote: > Let me ask, what maybe a stupid question now, but when I print out the > enumeration value of the request header names, see below, using > request.getHeaderNames() should th

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-23 Thread Savoy, Melinda
Let me ask, what maybe a stupid question now, but when I print out the enumeration value of the request header names, see below, using request.getHeaderNames() should the user be listed as one of the headers which is passed on from the ISAPI filter: === MimeHeaders === accept = */* accept-langu

RE: OT RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-23 Thread Savoy, Melinda
Thanks Leo. I've got the same setup in IIS regarding integrated windows security. However, IIS is on port 80 and Tomcat is on 9080 so as not to conflict. IIS is giving the ISAPI filter the user info that I'm looking for as indicated in the ISAPI log. Thanks for trying. It's appreciated. --

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-22 Thread Savoy, Melinda
Sorry, Marc. I'm have no idea what a wireshark packet capture is? I've only worked with the Fiddler Http Proxy Debugger tool to view what is coming over on the browser. Thanks. -Original Message- From: Marc Boorshtein [mailto:mboorsht...@gmail.com] Sent: Tuesday, June 22, 2010 3:00 P

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-22 Thread Savoy, Melinda
default.htm default.jsp Server.xml: -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Tuesday, June 22, 2010 2:48 PM To: Tomcat Users List Subject: Re: Still having problem retrieving user value from ISAPI Filter for authen

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-22 Thread Savoy, Melinda
nonce and/or the password. However, AUTH_USER, REMOTE_USER and LOGON_USER variables should be available to ISAPI applications with NTLM. I'd be looking on the ISAPI side for a way, maybe a configuration setting, to pass the decoded NTLM credentials to tomcat. -Terence Bandoian Savoy, M

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-22 Thread Savoy, Melinda
from ajp13 pos=0 len=2 max=8192 [Tue Jun 22 06:15:21.003 2010] [1572:4000] [debug] jk_ajp_common.c (1336): 05 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 - [Tue Jun 22 06:15:21.003 2010] [1572:4000] [debug] jk_ajp_common.c (1940): AJP13 protocol: Reuse is OK [Tue Jun 22 06:15:21.

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-22 Thread Savoy, Melinda
ng after NTLM in the authorization header decodes in base64 to 'NTLMSSP'. -Terence Bandoian Savoy, Melinda wrote: > Thanks Pid, I did do that as well, but I did not see the user value there > either. > > Here is what I got when I did issue the getHeaderNames() and as you can se

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-22 Thread Savoy, Melinda
eving user value from ISAPI Filter for authentication On 22/06/2010 14:45, Savoy, Melinda wrote: > We had been working with JCIFS and chose the Tomcat Connector for IIS because > we're primarily a MS shop and already had IIS in place here. The team lead > who had written this custo

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-22 Thread Savoy, Melinda
g problem retrieving user value from ISAPI Filter for authentication On 22/06/2010 13:59, Savoy, Melinda wrote: > We have a custom filter that we're using because after we get the request and > response info then I need to use the user value info and get the user also > authenticated

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-22 Thread Savoy, Melinda
user value from ISAPI Filter for authentication On 22.06.2010 14:16, Savoy, Melinda wrote: > Thanks Marc. I actually have that setting in my server.xml file as well. > > Actually I did follow your post last week thinking that would help me but the > ISAPI filter is working properly a

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-22 Thread Savoy, Melinda
, IIS authenthicators - none of them setup the J2EE security context of which getUserPrincipal and getRemoteUser are parts. How do I do that for this ISAPI filter setup if that is indeed true? Thanks. -Original Message- From: Savoy, Melinda Sent: Tuesday, June 22, 2010 7:59 AM To: 'Tomcat

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-22 Thread Savoy, Melinda
ed awhile back. Thanks again. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Tuesday, June 22, 2010 7:53 AM To: 'Tomcat Users List' Subject: Re: Still having problem retrieving user value from ISAPI Filter for authentication On 22/06/2010 13:36, Savoy, Melin

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-22 Thread Savoy, Melinda
Thanks Pid, I did do that as well, but I did not see the user value there either. Here is what I got when I did issue the getHeaderNames() and as you can see the authorization shows the encrypted NTLM value but it is not decrypted and I cannot get to the info though the ISAPI log shows the de

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-22 Thread Savoy, Melinda
Thanks Marc. I actually have that setting in my server.xml file as well. Actually I did follow your post last week thinking that would help me but the ISAPI filter is working properly as indicated in my log and IIS has authenticated the info otherwise, at least it is my understanding and my

RE: Still having problem retrieving user value from ISAPI Filter for authentication

2010-06-22 Thread Savoy, Melinda
] [debug] jk_ajp_common.c (3010): recycling connection pool slot=0 for worker scmisWorker -Original Message- From: Savoy, Melinda Sent: Monday, June 21, 2010 12:55 PM To: 'Tomcat Users List' Subject: Problem retrieving domain\us

RE: Problem retrieving domain\userid from HttpServletRequest object

2010-06-21 Thread Savoy, Melinda
h 2 retries I am just not sure if the ISAPI log shows the info above why it is not integrated properly. I am at a total loss at this point. Any help would be appreciated. Thank you. -Original Message- From: Savoy, Melinda Sent: Monday, June 21, 2010 12:55 PM To: 'Tomcat Users L

Problem retrieving domain\userid from HttpServletRequest object

2010-06-21 Thread Savoy, Melinda
I am on what I hope is the last issue in trying to get authentication completed on the IIS-Tomcat integration. I have the ISAPI filter loaded and appears to be working properly per the ISAPI log. IIS is sending the NTLM authorization header with the encrypted domain\username and the ISAPI filt

RE: ISAPI log question regarding authentication

2010-06-11 Thread Savoy, Melinda
List Subject: Re: ISAPI log question regarding authentication On 11.06.2010 23:21, Savoy, Melinda wrote: > I am working in my local Eclipse development environment on a Windows XP box. > (As stated in a previous post, I was able to get authentication working in > the Windows 2003 environm

ISAPI log question regarding authentication

2010-06-11 Thread Savoy, Melinda
I am working in my local Eclipse development environment on a Windows XP box. (As stated in a previous post, I was able to get authentication working in the Windows 2003 environment after talking to a MS IIS engineer) I just got off of a phone call with another IIS engineer at Microsoft regardi

RE: How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-06-08 Thread Savoy, Melinda
Andre - thanks for the reply. From: André Warnier [...@ice-sa.com] Sent: Tuesday, June 08, 2010 16:37 To: Tomcat Users List Subject: Re: How can I get the user value in the request forwarded to my Tomcat in my Java app? Savoy, Melinda wrote: > An

RE: How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-06-07 Thread Savoy, Melinda
elp to fix this problem for you. There're a lot of moving parts. Maybe someone on this list could offer you to resolve this problem for a consulting fee. dB. @ dblock.org Moscow|Geneva|Seattle|New York -Original Message- From: Savoy, Melinda [mailto:melindasa...@texashealth.org

RE: How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-06-04 Thread Savoy, Melinda
t. Thanks again for all your help!!! -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Friday, June 04, 2010 7:26 AM To: Tomcat Users List Subject: Re: How can I get the user value in the request forwarded to my Tomcat in my Java app? Savoy, Melinda wrote: >

RE: How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-06-04 Thread Savoy, Melinda
our workstation does not recognise the server as a "trusted" server Basically, if Integrated Windows Authentication was working, you should never see this login popup. It should all happen automatically behind the scenes. Savoy, Melinda wrote: > I think I was finally able to TEST that m

RE: How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-06-04 Thread Savoy, Melinda
Tomcat in my Java app? I can't remember if anyone has already mentioned this. If so, my apologies. In IIS, do you have a "Web Service Extension" that is mapped to the isapi_redirect.dll, and that is set to "allowed"? -----Original Message- From: Savoy, Melinda [

RE: How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-06-04 Thread Savoy, Melinda
- Hash: SHA1 Melinda, On 6/3/2010 11:48 AM, Savoy, Melinda wrote: > Does the host in the workers.properties file need to match the HOST > name in the server.xml file (see below): > > worker.scmisWorker.type=ajp13 > worker.scmisWorker.host=scmis > worker.scmisWorker.port=8

RE: How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-06-03 Thread Savoy, Melinda
=HTTP/1.1 method=GET host=167.99.60.10 addr=167.99.60.10 name=scmisdev port=80 auth= user= uri=/pics/plus.jpg Any suggestions or direction on how I can remedy this issue would be appreciated. Thank you. -Original Message- From: Savoy, Melinda Sent: Thursday, June 03, 2010 12:53 PM To

RE: How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-06-03 Thread Savoy, Melinda
search for the words HTTP and 401. Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled About Security, Authentication, and About Custom Error Messages. -----Original Message- From: Savoy, Melinda Sent: Wednesday, June 02, 2010 5:12 PM To: Tomcat Users List;

RE: How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-06-03 Thread Savoy, Melinda
Message- From: Savoy, Melinda Sent: Wednesday, June 02, 2010 5:12 PM To: Tomcat Users List; Tomcat Users List Subject: RE: How can I get the user value in the request forwarded to my Tomcat in my Java app? Andre, First my apologies for forgetting my earlier setup within my Windows XP box and

RE: How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-06-02 Thread Savoy, Melinda
___ From: André Warnier [...@ice-sa.com] Sent: Wednesday, June 02, 2010 16:29 To: Tomcat Users List Subject: Re: How can I get the user value in the request forwarded to my Tomcat in my Java app? Savoy, Melinda wrote: > I finally got my Windows 2003 development box setup

RE: How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-05-28 Thread Savoy, Melinda
r value in the request forwarded to my Tomcat in my Java app? Hi, Melinda- It may be helpful to try that again with the JSP expression syntax: <%= request.getRemoteUser() %> Notice the '=' after the first '%'. -Terence Bandoian Savoy, Melinda wrote: > Sorry, I ha

RE: How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-05-28 Thread Savoy, Melinda
TlRMTVNTUAADAEgASABIAEgASABIBcKIogUBKAoP accept-encoding: gzip, deflate content-length: 0 Any suggestions? It is not very informative as to what caused the failure. Thanks. -Original Message- From: Savoy, Melinda Sent: Friday, May 28, 2010 6:44 AM To: 'Tomcat Users List' Subject: RE: How can I get the use

RE: How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-05-28 Thread Savoy, Melinda
6E 20 69 64 3D 22 6C 6F 67 6F 73 - H [Fri May 28 06:38:31.766 2010] [1584:5036] [debug] jk_ajp_common.c (1336): 03d0 65 6C 70 3C 2F 61 3E 20 7C 20 3C 61 20 68 72 65 - elp.|.Contact -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Thursday, May 27,

RE: How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-05-27 Thread Savoy, Melinda
Here is the AJP setting: -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Thursday, May 27, 2010 10:17 AM To: Tomcat Users List Subject: Re: How can I get the user value in the request forwarded to my Tomcat in my Java app? On 27.05.2010 16:42, Savoy

How can I get the user value in the request forwarded to my Tomcat in my Java app?

2010-05-27 Thread Savoy, Melinda
In my isapi.log I am getting the user value (indicated below in BOLD RED font) from IIS using the Tomcat connector and my understanding from others on this list is that I should be able to get at that user value by using the HttpServletRequest getRemoteUser() however, I am getting a NULL value w

RE: Question on workers.properties file [SOLVED]

2010-05-27 Thread Savoy, Melinda
for the getremoteUser() part (browser and IIS, virtual websites, which auth method). This will help other people in the future. Regards, Rainer On 27.05.2010 16:21, Savoy, Melinda wrote: > I was FINALLY able to get to my code within Eclipse using the Tomcat > connector and NOT getting th

RE: Question on workers.properties file

2010-05-27 Thread Savoy, Melinda
ser value other than using the HttpServletRequest object? Thanks. -Original Message- From: Savoy, Melinda Sent: Wednesday, May 26, 2010 2:12 PM To: 'Tomcat Users List' Subject: RE: Question on workers.properties file I did as you suggested below. I removed SCMIS virtual we

RE: Question on workers.properties file

2010-05-26 Thread Savoy, Melinda
using http://localhost/SCMIS/index.jsp Thanks again. -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Wednesday, May 26, 2010 1:18 PM To: Tomcat Users List Subject: Re: Question on workers.properties file On 26.05.2010 19:53, Savoy, Melinda wrote: > R

RE: Question on workers.properties file

2010-05-26 Thread Savoy, Melinda
on on workers.properties file On 26.05.2010 18:30, Savoy, Melinda wrote: > Trying again to see if I can respond to Andre's question regarding what my > directory structure is in order to help me determine where I've gone wrong in > my setup and why I'm not getting the auth a

RE: Question on workers.properties file

2010-05-26 Thread Savoy, Melinda
ay, May 24, 2010 15:49 To: Tomcat Users List Subject: Re: Question on workers.properties file Savoy, Melinda wrote: > Andre, > > Thanks for the reply. I was finally able to get my the LOG file > created. I had NOT setup my virtual website, SCMIS, in addition to > the JAKARTA virtua

RE: Question on workers.properties file

2010-05-25 Thread Savoy, Melinda
Ranier, I do not want the user to get prompted at all. I need this to work as a single sign-on (seamless to the user). Is that not possible? I had tested where when I got the prompt then I got the Domain\User name but I am needing to avoid the login dialog box altogether. Thank you for taki

RE: Question on workers.properties file

2010-05-25 Thread Savoy, Melinda
Andre, Just to get some clarification. When you say that SCMIS should be a "sub-case" of the Jakarta virtual website, are you saying that SCMIS should be a virtual website within the Jakarta virtual website? Just want to confirm my understanding. Thanks again for all your help. -Origin

RE: Question on workers.properties file

2010-05-24 Thread Savoy, Melinda
.com - there's a new Negotiate (Kerberos + NTLM) authenticator. This could remove IIS from your entire picture. dB. @ dblock.org Moscow|Geneva|Seattle|New York -----Original Message- From: Savoy, Melinda [mailto:melindasa...@texashealth.org] Sent: Monday, May 24, 2010 7:03 PM To: Tomcat Users

RE: Question on workers.properties file

2010-05-24 Thread Savoy, Melinda
ubject: Re: Question on workers.properties file Savoy, Melinda wrote: > Andre, > > Thanks for the reply. I was finally able to get my the LOG file created. I > had NOT setup my virtual website, SCMIS, in addition to the JAKARTA virtual > website in IIS and consequently I kept using Tomcat to a

IIS Authentication for Single-Signon

2010-05-24 Thread Savoy, Melinda
I started a post last week on the WORKERS.PROPERTIES file but that post got to be very long. After getting answers from those on this list to help me resolve the issue with the worker.properties file. I would like to submit another question on resolving IIS authentication in helping me retriev

RE: Question on workers.properties file

2010-05-24 Thread Savoy, Melinda
...@ice-sa.com] Sent: Monday, May 24, 2010 9:39 AM To: Tomcat Users List Subject: Re: Question on workers.properties file Hi. Your general settings look ok to me. See in text. Savoy, Melinda wrote: > Ranier, > > Again, thanks for the reply below. Apparently I do not have something setup

RE: Question on workers.properties file

2010-05-24 Thread Savoy, Melinda
Ranier, Again, thanks for the reply below. Apparently I do not have something setup correctly because I cannot get a LOG file created when I execute a single request that is a valid login ID. I'm sure I've setup something incorrectly and any help/direction would be greatly appreciated. Here

RE: Question on workers.properties file

2010-05-20 Thread Savoy, Melinda
Ranier, Thank you so much for your response. I will am out of town until Monday but I will try it then. Again, many thanks. Regards. From: Rainer Jung [rainer.j...@kippdata.de] Sent: Thursday, May 20, 2010 15:55 To: Tomcat Users List Subject: Re: Questi

RE: Question regarding IIS Windows Authentication using Tomcat Connector

2010-05-20 Thread Savoy, Melinda
Moscow|Geneva|Seattle|New York -----Original Message- From: Savoy, Melinda [mailto:melindasa...@texashealth.org] Sent: Thursday, May 20, 2010 9:16 AM To: 'Tomcat Users List' Subject: RE: Question regarding IIS Windows Authentication using Tomcat Connector I did see your post from Nabble and I

RE: Question regarding IIS Windows Authentication using Tomcat Connector

2010-05-20 Thread Savoy, Melinda
principal with all kinds of information that Windows provides (such as SID). dB. @ dblock.org Moscow|Geneva|Seattle|New York -Original Message----- From: Savoy, Melinda [mailto:melindasa...@texashealth.org] Sent: Thursday, May 20, 2010 8:45 AM To: 'users@tomcat.apache.org' Subjec

Question regarding IIS Windows Authentication using Tomcat Connector

2010-05-20 Thread Savoy, Melinda
I have a Java web app whereby we have been using the JCIFS open source authentication package that uses NTLMv1 over the past 5 years and it's been working great. However, some of our users are now using Windows 7 that does not accept NTLMv1 authentication and now I'm looking at IIS in order to

RE: Question on EAR files

2007-03-15 Thread Savoy, Melinda
Thanks for the response. We're trying to find an alternative to Jboss. Regards. -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Thursday, March 15, 2007 12:00 PM To: Tomcat Users List Subject: Re: Question on EAR files Savoy, Melinda wrote

Question on EAR files

2007-03-15 Thread Savoy, Melinda
I understand that Apache Tomcat 6 now supports the EAR file. Is that correct? Melinda Savoy Sr. Programmer Analyst Financial Applications - Enterprise Systems The information contained in this message and any attachments is intended only for the use of the individual or entity to which it is