Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 85731 invoked from network); 11 Aug 2010 15:18:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Aug 2010 15:18:39 -0000 Received: (qmail 70780 invoked by uid 500); 11 Aug 2010 15:18:36 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 70605 invoked by uid 500); 11 Aug 2010 15:18:35 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 70596 invoked by uid 99); 11 Aug 2010 15:18:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 15:18:35 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.250.127.129] (HELO airpg001out.statestreet.com) (192.250.127.129) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 15:18:28 +0000 X-IronPort-AV: E=Sophos;i="4.55,353,1278302400"; d="scan'208";a="1015555709" Received: from ineg2004.statestr.com (HELO ineg2004.corp.statestr.com) ([10.219.8.104]) by airpg001out.statestreet.com with ESMTP; 11 Aug 2010 11:18:06 -0400 Received: from INEMAL08.corp.statestr.com ([10.219.25.42]) by ineg2004.corp.statestr.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 11 Aug 2010 11:18:05 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Can't configure webapps to disk partition Date: Wed, 11 Aug 2010 11:17:16 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Can't configure webapps to disk partition Thread-Index: Acs5aEgimxQMkfNOTdaVkoF7iapZYg== From: "Zeigler, Carl L" To: X-OriginalArrivalTime: 11 Aug 2010 15:18:05.0549 (UTC) FILETIME=[65AE39D0:01CB3968] X-Virus-Checked: Checked by ClamAV on apache.org Hello and thank you in advance for any suggestions you may have. I am running Tomcat 6.0.24 (service) on a Windows 2003 server hosting very simple JSP pages. I am trying to make a configuration change to server.xml to change the webapps directory to a different disk partition as below but I cannot get it to work From: To: I have had success changing the webapps directory to various locations on the C: Drive but when I try to use the E: partition, I receive the "page cannot be found" message.=20 The reason I need to do this is because the path (E:\prod\applications) is the target source code deployment path required by my employer.=20 I have found several posts in the forum that suggest variations on the syntax as noted below but still, I have not been able to get anything to work. The WEB-INF and META-INF as well as web.xml are all present in the E:\prod\applications\ folder and I have restarted the Tomcat service after my changes.=20 I have tried many variations of these: E://prod//applications \E:\prod\applications Thank you, Carl --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org