Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 31072 invoked from network); 30 May 2003 12:58:24 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 30 May 2003 12:58:24 -0000 Received: (qmail 14279 invoked by uid 97); 30 May 2003 13:00:36 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 14272 invoked from network); 30 May 2003 13:00:35 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 30 May 2003 13:00:35 -0000 Received: (qmail 29477 invoked by uid 500); 30 May 2003 12:58:03 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 29466 invoked from network); 30 May 2003 12:58:03 -0000 Received: from unknown (HELO JTURNER) (207.86.123.243) by daedalus.apache.org with SMTP; 30 May 2003 12:58:03 -0000 Received: from JTURNER ([127.0.0.1]) by JTURNER with Microsoft SMTPSVC(5.0.2195.5329); Fri, 30 May 2003 08:58:04 -0400 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: How to create directories unser webapps? References: <3ED627F2.526B60DD@louisiana.edu> Message-ID: Content-Type: text/plain; charset=iso-8859-15; format=flowed From: John Turner Date: Fri, 30 May 2003 08:58:03 -0400 In-Reply-To: <3ED627F2.526B60DD@louisiana.edu> User-Agent: Opera7.03/Win32 M2 build 2670 X-OriginalArrivalTime: 30 May 2003 12:58:04.0145 (UTC) FILETIME=[1BA33610:01C326AB] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This only works if you allow symbolic links (not recommended). In recent versions of Tomcat, you have to explicitly define symbolic links as being "OK"...they are disabled by default. John On Thu, 29 May 2003 10:32:02 -0500, Geralyn M Hollerman wrote: > stephanj wrote: >> Is it not possible to create directories to organize your users with >> Tomcat? > > I *think* I understand what you want to do...we needed something > similar, so we created a directory outside of the Tomcat context and > then, in the /Tomcat/webapps directory, put a symbolic link to that > directory outside of Tomcat (call it /New). Now we can access /New by > pointing to http://hostname:8080/New - this is along with a similar > statement in server.xml. I hope this is what you had in mind! > > HTH! > -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org