free servlet directory gateway w/ tomcat installation instructions

2003-03-01 Thread Jon Roberts
I am an independent software developer and consultant. Last fall I released a free and open source software product that I think some may be interested in. You can find out all about it at: http://www.mentata.com/ldaphttp/ My central offering is a framework for building efficient MVC web

Re: free servlet directory gateway w/ tomcat installation instructions

2003-03-01 Thread Jacob Kjome
Why do you recommend putting the two required jar files ( ldaphttp.jar and ldapjdk.jar ) in CATALINA_HOME/shared/lib? Why not just add a WEB-INF/lib directory to your .war archive and put the jars in there. It makes for much simpler deployment and fewer instructions. Also, why not have a

Re: free servlet directory gateway w/ tomcat installation instructions

2003-03-01 Thread Jon Roberts
Jacob Kjome wrote: Why do you recommend putting the two required jar files ( ldaphttp.jar and ldapjdk.jar ) in CATALINA_HOME/shared/lib? Why not just add a WEB-INF/lib directory to your .war archive and put the jars in there. It makes for much simpler deployment and fewer instructions. I want