Sample database contains LS code to search Active directory ( or other LDAP ) from Notes client and Java Servlet code to build name picker for non-domino web applications.To run servlet name picker make sure,



0- Edit code and add correct AD ( or LDAP ) server details along with Admin ID and Password.



1- Servlet manager should be enabled on the server.



2-"DominoEnableJavaServlets=1" should be added in server's Notes.ini file



3- "Servlet" folder should exist in "\Domino\data\domino" folder.



4- Name picker class file should be placed in "Servlet" folder.





To generate class file from servlet just compile the agent "namepickerServlet" . To get the generated class file ,



6.x, 7.x ,8 ( No Eclipse designer ) : Go to under "Temp" folder and look for "Notes" folder.



8.5 ( Eclipse based designer ) : Go to "workspace" folder under "Data" directory , open the respective project folder and go to "bin" directory to get class file.