Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 95408 invoked from network); 24 Apr 2007 12:44:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2007 12:44:02 -0000 Received: (qmail 69189 invoked by uid 500); 24 Apr 2007 12:43:55 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 69165 invoked by uid 500); 24 Apr 2007 12:43:55 -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 69154 invoked by uid 99); 24 Apr 2007 12:43:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2007 05:43:55 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [217.140.77.184] (HELO mail.schoenhaber.de) (217.140.77.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2007 05:43:46 -0700 Received: from localhost (unknown [127.0.0.1]) by mail.schoenhaber.de (Postfix) with ESMTP id C65687061313 for ; Tue, 24 Apr 2007 12:43:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at schoenhaber.de Received: from mail.schoenhaber.de ([127.0.0.1]) by localhost (mail.schoenhaber.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BRZvZE7d3MiX for ; Tue, 24 Apr 2007 14:43:22 +0200 (CEST) Received: from [192.168.42.6] (Gimli [192.168.42.6]) by mail.schoenhaber.de (Postfix) with ESMTP id 853ED70612EA for ; Tue, 24 Apr 2007 14:43:22 +0200 (CEST) Message-ID: <462DFB6A.2050607@schoenhaber.de> Date: Tue, 24 Apr 2007 14:43:22 +0200 From: =?ISO-8859-1?Q?Markus_Sch=F6nhaber?= Reply-To: users@tomcat.apache.org User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Imposible set default application out of ROOT environment with TOMCAT-5.5.20? References: <462DEE76.2010005@disid.com> In-Reply-To: <462DEE76.2010005@disid.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org aordin schrieb: > I'm looking for set my application(jetspeed2 portal) like default into > Tomcat 5.5.20, i find some messages spoken about put the application > into /webapps/ROOT/ and it works but works quite bad because my > application show a lot of problems with Javascript. > Is it possible to specify that my default application in > http://localhost:8080 was /webapps/myApplication/ ? And what problems might that be? > I build one /conf/Catalina/localhost/myApplication.xml and > /conf/Catalina/localhost/ROOT.xml Am I right when I guess that you use absolute paths (i. e. something like "/myApplication/...") to reference your JavaScript files? If so, you should fix those paths. And if you don't have a good reason for using absolute paths, change them to be relative. > You should read http://tomcat.apache.org/tomcat-5.5-doc/config/context.html again. There are few situations where setting "path" or "docBase" is allowed. Regards mks --------------------------------------------------------------------- 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