Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 29314 invoked from network); 1 Mar 2005 14:09:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Mar 2005 14:09:50 -0000 Received: (qmail 31204 invoked by uid 500); 1 Mar 2005 14:09:15 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 31146 invoked by uid 500); 1 Mar 2005 14:09:15 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 31120 invoked by uid 99); 1 Mar 2005 14:09:14 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_60_70,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from mx1.magmacom.com (HELO mx1.magmacom.com) (206.191.0.217) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 01 Mar 2005 06:09:14 -0800 Received: from mail1.magma.ca (mail1.magma.ca [206.191.0.252]) by mx1.magmacom.com (8.13.0/8.13.0) with ESMTP id j21E9BRu029224 for ; Tue, 1 Mar 2005 09:09:12 -0500 Received: from jwhite (ottawa-hs-209-217-99-63.d-ip.magma.ca [209.217.99.63]) by mail1.magma.ca (8.13.0/8.13.0) with ESMTP id j21E8u3k001037 for ; Tue, 1 Mar 2005 09:09:10 -0500 From: "Julian White" To: Subject: Running Tomcat from a CD-Rom Date: Tue, 1 Mar 2005 09:08:49 -0500 Message-ID: <000401c51e68$373242c0$0800010a@jwhite> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C51E3E.4E5C3AC0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0005_01C51E3E.4E5C3AC0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hi, I want to run Tomcat from a CD-Rom complete with a web application. My application needs to be able to run on any PC without networkor an install program so everything would have to be installed on the CD-Rom. To get Tomcat to run directly from CD-Rom I am thinking I will have to change all configuration files that point to the Tomcat home directory and point them instead to a temporary folder under windows. Can anyone think of any other issues I am going to run into or if there is something I have overlooked. Env. is Tomcat 5.0, & Windows Thanks in advance, Regards, Julian ------=_NextPart_000_0005_01C51E3E.4E5C3AC0--