Re: Tomcat, JSP and LDAP

2012-03-20 Thread Neil Munro
To: users@tomcat.apache.org On 18 March 2012 18:04, Pid p...@pidster.com wrote: On 18/03/2012 13:34, Neil Munro wrote: snip As for moving my login and fail_login jsp to web-inf the pages could not be located and a had a go working in the web.xml file pointing to a path relative

Re: Tomcat, JSP and LDAP

2012-03-19 Thread Neil Munro
On 18 March 2012 18:04, Pid p...@pidster.com wrote: On 18/03/2012 13:34, Neil Munro wrote: snip As for moving my login and fail_login jsp to web-inf the pages could not be located and a had a go working in the web.xml file pointing to a path relative to /../web-inf/ or similar, I shall try

Re: Tomcat, JSP and LDAP

2012-03-19 Thread Neil Munro
On 19 March 2012 14:36, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil, On 3/19/12 6:35 AM, Neil Munro wrote: This is the layout of my web.xml file: ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun

Re: Tomcat, JSP and LDAP

2012-03-18 Thread Neil Munro
On Mar 16, 2012 7:22 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil, On 3/16/12 6:23 AM, Neil Munro wrote: On 15 March 2012 18:24, Christopher Schultz Realm className=org.apache.catalina.realm.JNDIRealm connectionName=uid

Re: Tomcat, JSP and LDAP

2012-03-16 Thread Neil Munro
On 15 March 2012 18:24, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil, On 3/15/12 1:05 PM, Neil Munro wrote: Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionURL=ldap://my.ldap.server.com; alternateURL=ldap

Re: Tomcat, JSP and LDAP

2012-03-16 Thread Neil Munro
}) userPattern=uid={0},ou=my company users,dc=mycompany,dc=com / On 16 March 2012 12:05, Pid p...@pidster.com wrote: On 16/03/2012 10:23, Neil Munro wrote: On 15 March 2012 18:24, Christopher Schultz ch...@christopherschultz.net wrote: Neil, On 3/15/12 1:05 PM, Neil Munro wrote: Realm

Re: Tomcat, JSP and LDAP

2012-03-16 Thread Neil Munro
On 16 March 2012 14:41, Pid p...@pidster.com wrote: On 16/03/2012 14:13, Neil Munro wrote: I have since made some minor progress with LDAP query's this login.jsp file as you can see query's for a list of valid users and creates a drop down list to choose from !DOCTYPE html PUBLIC -//W3C//DTD

Re: Tomcat, JSP and LDAP

2012-03-16 Thread Neil Munro
wrote: - Original Message - From: Neil Munro neilmu...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Friday, March 16, 2012 10:56:56 AM Subject: Re: Tomcat, JSP and LDAP On 16 March 2012 14:41, Pid p...@pidster.com wrote: On 16/03/2012 14:13, Neil Munro wrote: I

Re: Tomcat, JSP and LDAP

2012-03-15 Thread Neil Munro
On 15 March 2012 17:01, Pid * p...@pidster.com wrote: On 15 Mar 2012, at 16:23, Neil Munro neilmu...@gmail.com wrote: Hi all,         I am trying to implement a means to authenticate a user on a web app via ldap, I have been trying for some time and am now intimately familiar with the files