Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BE18F9615 for ; Tue, 3 Jan 2012 23:05:25 +0000 (UTC) Received: (qmail 25106 invoked by uid 500); 3 Jan 2012 23:05:24 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 24990 invoked by uid 500); 3 Jan 2012 23:05:24 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 24981 invoked by uid 99); 3 Jan 2012 23:05:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2012 23:05:24 +0000 X-ASF-Spam-Status: No, hits=-2001.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2012 23:05:23 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 42992137CF7 for ; Tue, 3 Jan 2012 23:04:39 +0000 (UTC) Date: Tue, 3 Jan 2012 23:04:39 +0000 (UTC) From: "Andreas Veithen (Created) (JIRA)" To: java-dev@axis.apache.org Message-ID: <1127359416.2402.1325631879274.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (AXIS-2866) Not possible to specify an absolute path for axis.jws.servletClassDir MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Not possible to specify an absolute path for axis.jws.servletClassDir --------------------------------------------------------------------- Key: AXIS-2866 URL: https://issues.apache.org/jira/browse/AXIS-2866 Project: Axis Issue Type: Bug Affects Versions: 1.4 Reporter: Andreas Veithen Priority: Minor The value of the axis.jws.servletClassDir property is blindly appended to the result of context.getRealPath("/") if that result is not null. This means that the interpretation of the axis.jws.servletClassDir property strongly depends on whether the WAR is deployed in exploded form or not. In particular, if the WAR is exploded it is not possible to specify an absolute path. This is a problem for the Axis build itself because the axis-war module starts a Jetty test server and the integration tests keep creating class files under src/main/webapp. The code should be fixed such that axis.jws.servletClassDir is interpreted correctly if it is an absolute path. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org