Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Tomcat and the fly likes apacheDS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "apacheDS" Watch "apacheDS" New topic
Author

apacheDS

nirjari patel
Ranch Hand

Joined: Apr 23, 2009
Posts: 236
I was going through "form based user authentication in tomcat". I came across term "apacheDS".
Is apache and apacheDS one and same or diffrent ? If they are different, how to get apacheDS ?

thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56168
    
  13

Did you think to try google?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
nirjari patel
Ranch Hand

Joined: Apr 23, 2009
Posts: 236
I did, but did not get proper understanding. So I put up the question here
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56168
    
  13

Then it would be better to ask questions about what you don't understand, rather than a more general question that makes it sound like you haven't done any research of your own.
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14456
    
    7

ApacheDS is the Apache Directory Server. Not to be confused with the more popular Apache Web Server, which is what we normally refer to simply as "Apache".

Then there's the Apache Java stuff, some of which is Jakarta. And some of which isn't. And some of which used to be, but isn't now except for reference compatibility. And Apache Commons, which contains some, but not all of the common libraries used by Apache Java/Jakarta projects as well as being useful for general application development.

They are a bit untidy over there.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: apacheDS
 
Similar Threads
ApacheDS - Filter Results from a custom partition
How to connect to ApacheDS from servlet?
ldap server
Disable anonymous access for embedded ApacheDS (as a webapp)
Open Source JNDI Service?