RE: how to configue tomcat ldap 2008

2011-01-21 Thread Jill Han
s firewall settings on the 2008 server. It's pretty locked down by default. Name/address resolution seems to be fine, so next thing to do is look for comms blocking, e.g. the Windows firewall or any external firewall. Jeff > -Original Message----- > From: Jill Han [mailto:jill...

RE: how to configue tomcat ldap 2008

2011-01-20 Thread Jill Han
2011 1:32 PM To: Tomcat Users List Subject: Re: how to configue tomcat ldap 2008 X-HOSTLOC: alverno.edu/10.0.60.9 Jill Han wrote: ... >> Jan 19, 2011 3:29:26 PM org.apache.catalina.realm.JNDIRealm > authenticate >> SEVERE: Exception performing authentication >> javax.na

RE: how to configue tomcat ldap 2008

2011-01-20 Thread Jill Han
/10.0.60.9 Am Donnerstag, den 20.01.2011, 07:19 -0600 schrieb Jill Han: > Thanks for your reply. > 1. Apache Tomcat version is 5.5.15. > 2. Below is from the log file. > Jan 19, 2011 3:29:26 PM org.apache.catalina.realm.JNDIRealm authenticate > SEVERE: Exception

RE: how to configue tomcat ldap 2008

2011-01-20 Thread Jill Han
hristopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, January 19, 2011 4:45 PM To: Tomcat Users List Subject: Re: how to configue tomcat ldap 2008 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jill, On 1/19/2011 4:56 PM, Jill Han wrote: > Here is the snippet

how to configue tomcat ldap 2008

2011-01-19 Thread Jill Han
Hi, Here is the snippet of server.xml ldap://some.college.edu:389"; referrals="follow" userBase="dc=some,dc=college,dc=edu" userSearch="(sAMAccountName={0})" userRoleName="memberof" roleBase="dc=some,dc=college,dc=edu"

Active Directory authentication

2010-06-15 Thread Jill Han
Hi, I tried to configure tomcat to authenticate against active directory. Here is the relevant part in server.xml ldap://tst.mycollege.edu:389"; userBase="DC=tst,DC=mycollege,DC=edu" userSearch="(sAMAccountName={0})" userRoleName="memberof"

RE: search engine

2009-11-16 Thread Jill Han
There are .html, .php, .jsp, .pdf pages on the apache server. Thanks, Jill -Original Message- From: Neil Aggarwal [mailto:n...@jammconsulting.com] Sent: Monday, November 16, 2009 9:15 AM To: 'Tomcat Users List' Subject: RE: search engine X-HOSTLOC: alverno.edu/10.0.60.10 Jill: > Is the

search engine

2009-11-16 Thread Jill Han
Sorry, for the non-tomcat issue, but I still hope I can get helps here. Is there any search engine you would recommend that could search public, and non public( page needs login) pages? Thanks as always, Jill

RE: customize HTTP Status 401 error page

2009-04-24 Thread Jill Han
: Tomcat Users List Subject: Re: customize HTTP Status 401 error page -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jill, On 4/24/2009 9:04 AM, Jill Han wrote: > The display-name is Faculty Resources. If I supply this name to the > url, http://localhost:8080/Faculty Resources, it will ge

RE: customize HTTP Status 401 error page

2009-04-24 Thread Jill Han
Jill > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Thursday, April 23, 2009 2:55 PM > To: Tomcat Users List > Subject: Re: customize HTTP Status 401 error page > > -BEGIN PGP SIGNED MESSAGE- >

RE: customize HTTP Status 401 error page

2009-04-23 Thread Jill Han
[mailto:ch...@christopherschultz.net] Sent: Thursday, April 23, 2009 2:55 PM To: Tomcat Users List Subject: Re: customize HTTP Status 401 error page -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jill, On 4/23/2009 1:20 PM, Jill Han wrote: > I still need helps. > Here is the web.xml > ... > >

RE: customize HTTP Status 401 error page

2009-04-23 Thread Jill Han
- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, April 23, 2009 10:18 AM To: Tomcat Users List Subject: Re: customize HTTP Status 401 error page -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jill, You've hijacked your own thread. :( On 4/23/2009 11:09 AM,

RE: customize HTTP Status 401 error page

2009-04-23 Thread Jill Han
MESSAGE- Hash: SHA1 Jill, You've hijacked your own thread. :( On 4/23/2009 11:09 AM, Jill Han wrote: > If using Basic authentication, the unsuccessful login, or just click > "Cancel" button will trigger the 401 page. < > My question is > 1. is there a way to custo

RE: customize HTTP Status 401 error page

2009-04-23 Thread Jill Han
z.net] Sent: Thursday, April 23, 2009 10:18 AM To: Tomcat Users List Subject: Re: customize HTTP Status 401 error page -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jill, You've hijacked your own thread. :( On 4/23/2009 11:09 AM, Jill Han wrote: > If using Basic authentication, the unsuc

customize HTTP Status 401 error page

2009-04-23 Thread Jill Han
If using Basic authentication, the unsuccessful login, or just click "Cancel" button will trigger the 401 page. My question is 1. is there a way to customize "cancel" action? So there will be no error message prompted. 2. Is there a way to customize tomcat HTTP Status 401 error message to a more

RE: form based authentication

2009-04-22 Thread Jill Han
Some corrections on the previous email. I should say When singleSignOn is commented, those tasks can be achieved if basic authentication as BASIC TEST is used. -Original Message- From: Jill Han Sent: Wednesday, April 22, 2009 2:12 PM To: 'Tomcat Users List' S

RE: form based authentication

2009-04-22 Thread Jill Han
plications in the web.xml have different , those applications need to be authenticated separately. Those tasks can be achieved if basic authentication as BASIC TEST is used. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, Apri

RE: form based authentication

2009-04-22 Thread Jill Han
il 22, 2009 11:11 AM To: Tomcat Users List Subject: Re: form based authentication -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jill, On 4/22/2009 10:46 AM, Jill Han wrote: > I tried to use form based authentication with JNDIRealm. What I want to > accomplish is to have the two applicatio

form based authentication

2009-04-22 Thread Jill Han
I tried to use form based authentication with JNDIRealm. What I want to accomplish is to have the two applications with the same realm be authenticated once. It seems the tomcat ignored the realm. I have to login twice. For example: when I login to http://localhost:8080/app1 successfully, then cha