authentication fail (JNDI Realm with Tomcat )

2010-11-29 Thread long hong
Hi, all! I am new to Tomcat. I am recently doing a sample app of authentication using tomcat + JNDI + Light Weight ActiveDirectory. I wanted to log into the web app with admin but failed several times with no error messages in my eclipse console... I had a user named admin with the dn=

RE: authentication fail (JNDI Realm with Tomcat )

2010-11-29 Thread Caldarale, Charles R
From: long hong [mailto:longhong1...@gmail.com] Subject: authentication fail (JNDI Realm with Tomcat ) security-constraint web-resource-collection web-resource-nameEntire Application/web-resource-name url-pattern/fs/*/url-pattern You probably want just /* in the above url

Re: authentication fail (JNDI Realm with Tomcat )

2010-11-29 Thread long hong
: From: long hong [mailto:longhong1...@gmail.com] Subject: authentication fail (JNDI Realm with Tomcat ) security-constraint web-resource-collection web-resource-nameEntire Application/web-resource-name url-pattern/fs/*/url-pattern You probably want just /* in the above url-pattern

RE: authentication fail (JNDI Realm with Tomcat )

2010-11-29 Thread Caldarale, Charles R
From: long hong [mailto:longhong1...@gmail.com] Subject: Re: authentication fail (JNDI Realm with Tomcat ) the web root context of my web app is /fs. As I suspected. Again, remove the /fs from the url-pattern; the webapp name is never part of any url-pattern in web.xml. - Chuck

Re: authentication fail (JNDI Realm with Tomcat )

2010-11-29 Thread long hong
...@gmail.com] Subject: Re: authentication fail (JNDI Realm with Tomcat ) the web root context of my web app is /fs. As I suspected. Again, remove the /fs from the url-pattern; the webapp name is never part of any url-pattern in web.xml. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL