Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 71065 invoked from network); 3 Jan 2007 16:42:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2007 16:42:30 -0000 Received: (qmail 94062 invoked by uid 500); 3 Jan 2007 16:42:23 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 93858 invoked by uid 500); 3 Jan 2007 16:42:22 -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 93847 invoked by uid 99); 3 Jan 2007 16:42:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 08:42:22 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of hassan.schroeder@gmail.com designates 209.85.132.240 as permitted sender) Received: from [209.85.132.240] (HELO an-out-0708.google.com) (209.85.132.240) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 08:42:13 -0800 Received: by an-out-0708.google.com with SMTP id c8so1346241ana for ; Wed, 03 Jan 2007 08:41:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UQ/rVGHowtfYFixHn6INqrarY+9hzZfgdOnOR6IJG0ACtz3pCz34rpYnge9GwdhZh3qs2YAKwhnqyfKl5Aq/5mHuhK41UCnndO7c7E4TsjHwepVwE3sbcZK9FEOidQ6w6fVajAXsV2cKv0xnJZIDD1mAYKpruDAZGPUWjb2UeOM= Received: by 10.78.201.2 with SMTP id y2mr3783222huf.1167842512035; Wed, 03 Jan 2007 08:41:52 -0800 (PST) Received: by 10.78.150.17 with HTTP; Wed, 3 Jan 2007 08:41:51 -0800 (PST) Message-ID: <4eedb92a0701030841i51d6819codd1e808697e729a6@mail.gmail.com> Date: Wed, 3 Jan 2007 08:41:51 -0800 From: "Hassan Schroeder" To: "Tomcat Users List" Subject: Re: Moving Tomcat In-Reply-To: <088EFB279DB2A64688EE22B92FBEABA02B2E@mxi2.occa.state.ok.us> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <088EFB279DB2A64688EE22B92FBEABA02B2E@mxi2.occa.state.ok.us> X-Virus-Checked: Checked by ClamAV on apache.org On 1/3/07, Steve Ingraham wrote: > ..... I am looking to copy everything in the /usr/local/src directory. > So far I have not been able to see where anything associated with our > website resides outside the /src directory. So, if that turns out to be > the case could I be confident that everything for the website resides > inside the /usr/local/src directory? The running instance of Tomcat indicates that it's in /usr/local/tomcat, not /usr/local/src/... -Dcatalina.home=/usr/local/tomcat > Mikolaj also mentioned JRE/JDK. Hassan mentioned that there could be a > startup script in /etc/init.d that may nave information on where the > JRE/JDK is. There is not a startup script. I have to manually startup > tomcat whenever this server is rebooted. That's, mmm, wierd. And awkward. :-) Is that a policy thing, or just something no one's ever fixed? > What is the "/usr/local/java/. . ." referring to? Is this needed for the > website? Absolutely; that's the JDK referred to above. `java -version` will tell you which one; if it's 1.5.something you may want to just download and install the latest 1.5.x, rather than just copy. -- Hassan Schroeder ------------------------ hassan.schroeder@gmail.com --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org