Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 35151 invoked from network); 26 May 2010 16:49:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 May 2010 16:49:01 -0000 Received: (qmail 92873 invoked by uid 500); 26 May 2010 16:49:01 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 92821 invoked by uid 500); 26 May 2010 16:49:01 -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 92814 invoked by uid 99); 26 May 2010 16:49:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 May 2010 16:49:01 +0000 X-ASF-Spam-Status: No, hits=-1467.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 May 2010 16:49:00 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4QGmecr012255 for ; Wed, 26 May 2010 16:48:40 GMT Message-ID: <13910589.2041274892520560.JavaMail.jira@thor> Date: Wed, 26 May 2010 12:48:40 -0400 (EDT) From: "Kiran Ayyagari (JIRA)" To: dev@directory.apache.org Subject: [jira] Closed: (DIRSERVER-1411) Server is launched with default values while passing a folder to the UberJarMain class In-Reply-To: <1431012894.1253624176027.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRSERVER-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran Ayyagari closed DIRSERVER-1411. ------------------------------------- > Server is launched with default values while passing a folder to the UberJarMain class > -------------------------------------------------------------------------------------- > > Key: DIRSERVER-1411 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1411 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.5.5, 1.5.4, 1.5.3 > Reporter: Pierre-Arnaud Marcelot > Assignee: Kiran Ayyagari > Priority: Blocker > Fix For: 2.0.0-RC1 > > > Server is launched with default values while passing a folder to the UberJarMain class. > It should be using the server.xml in the 'conf' folder of the given location. > This issue is due to this line: > String confFile = layout.getConfigurationFile().toURI().toURL().toString(); > It should be replaced as: > String confFile = layout.getConfigurationFile().getAbsolutePath(); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.