Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 61807 invoked from network); 27 Apr 2010 08:39:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Apr 2010 08:39:08 -0000 Received: (qmail 22195 invoked by uid 500); 27 Apr 2010 08:39:04 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 22037 invoked by uid 500); 27 Apr 2010 08:39:04 -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 22028 invoked by uid 99); 27 Apr 2010 08:39:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Apr 2010 08:39:03 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aryeh.friedman@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Apr 2010 08:38:55 +0000 Received: by vws3 with SMTP id 3so552182vws.18 for ; Tue, 27 Apr 2010 01:38:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=YAknnwqUDYUXvh4LF+3Mmw0kGNEROQxFfGyW8lLpYXI=; b=ChyyRGsxKOXniKX+ZBQIwM3+tJgVL9YvQ3OD3cYO68AcwwmMfxo0IarMQvfM3OEatg 4cy//yrz78pu+cEDbD3x66Z0YKgFjpH7OrLc/AEAVAsPZyQ9wXl177/9xqkjEsiiyJ4F dpvLWWMYwuttQQ9Eb9jr1fiVFt4v/PGsqVzr4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=CPoi5kH0UMsecnBxPSKQh0plhvub+Fhz6L4SiGPoJgwQXOKwLpzgvhiZw8qdp5763L oWAeBePH8afe4S/Sax0KTroxuaJfy3GERcIDdWpqSCEhjig+2B3YhgZM5Aey+AhY0COX fDuay5nnyjyCso1yY7qR0ZsRbE/SPiEdTuxtM= Received: by 10.220.61.197 with SMTP id u5mr3769431vch.72.1272357514550; Tue, 27 Apr 2010 01:38:34 -0700 (PDT) Received: from [192.168.2.2] (ool-43542559.dyn.optonline.net [67.84.37.89]) by mx.google.com with ESMTPS id i29sm23840286vcr.12.2010.04.27.01.38.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 Apr 2010 01:38:33 -0700 (PDT) Message-ID: <4BD6A28A.8040201@gmail.com> Date: Tue, 27 Apr 2010 04:38:34 -0400 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.24 (X11/20100426) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: help migrating References: <4BD69B74.9040904@gmail.com> <4BD69EEB.3010906@pidster.com> In-Reply-To: <4BD69EEB.3010906@pidster.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > > Compare the directory listings for: > > /path/to/tomcat/lib > > for each installation and check that they match, ie have the same jar files. > > Then compare the lib dir in the deployed app in each server: > > /path/to/tomcat/webapps/myapp/WEB-INF/lib > > If that doesn't produce any joy, you might need to compare the > WEB-INF/classes directories too. > > Except for using WEB-INF/classes and not lib I checked and they are the same (comarped by diff'ing the output of "find .".... even the xxx.xxx$[some number].class are the same)... I do not define an AppBase but a DocBase only in server.xml does that matter... also on machine I am migrating from /home is symlinked to /usr/home but it is a real dir (not a symlink) on the machine I am migrating to... also I am using JDK 1.6u3 on the one I am moving to and 1.6u17 on the one I am moving to) --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org