From dev-return-32625-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Fri Feb 05 15:41:52 2010 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 73973 invoked from network); 5 Feb 2010 15:41:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Feb 2010 15:41:52 -0000 Received: (qmail 3710 invoked by uid 500); 5 Feb 2010 15:41:52 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 3619 invoked by uid 500); 5 Feb 2010 15:41:51 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 3611 invoked by uid 99); 5 Feb 2010 15:41:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2010 15:41:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2010 15:41:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0F97429A002F for ; Fri, 5 Feb 2010 07:41:28 -0800 (PST) Message-ID: <1297711261.69821265384488062.JavaMail.jira@brutus.apache.org> Date: Fri, 5 Feb 2010 15:41:28 +0000 (UTC) From: "Stefan Zoerner (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-1464) Code in page "Embedding ApacheDS as a Web Application" doesn't work with apacheds 1.5.5 In-Reply-To: <1139498260.79531264598914628.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830141#action_12830141 ] Stefan Zoerner commented on DIRSERVER-1464: ------------------------------------------- Unfortunately, the page http://directory.apache.org/apacheds/1.5/embedding-apacheds-as-a-web-application.html is still present, but I assume, I have found the problem. There is an export of the later deleted Confluence page here (people.apache.org): /www/confluence-exports/DIRxSRVx11 >From this location, our website is generated. It seems that deleted Confluence pages are still in the export directory, the file is 6 months old. Solution: Delete the file/directory embedding-apacheds-as-a-web-application.html embedding-apacheds-as-a-web-application.data in /www/confluence-exports/DIRxSRVx11 I do not have the privilege to do so, and will therefore inform infra. > Code in page "Embedding ApacheDS as a Web Application" doesn't work with apacheds 1.5.5 > --------------------------------------------------------------------------------------- > > Key: DIRSERVER-1464 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1464 > Project: Directory ApacheDS > Issue Type: Bug > Components: doc > Affects Versions: 1.5.5 > Reporter: Benjamin Francisoud > Assignee: Stefan Zoerner > Attachments: 20100127_StartStopListener.java > > > The code in page "Embedding ApacheDS as a Web Application" of the 1.5 documentation site (http://directory.apache.org/apacheds/1.5) doesn't work (compilation errors). > LdapService have been renamed to LdapServer. > The SocketAcceptor is an interface therefore new SocketAcceptor(null); doesn't work > ldapService.setIpPort(10389) doesn't exist anymore > Apparently the code was made with apacheds 1.5.4 > I don't know which one is to be updated (or both): > - http://cwiki.apache.org/DIRxSRVx11/embedding-apacheds-as-a-web-application.html > - http://directory.apache.org/apacheds/1.5/embedding-apacheds-as-a-web-application.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.