Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 17744 invoked from network); 12 Feb 2003 21:27:27 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 12 Feb 2003 21:27:27 -0000 Received: (qmail 23496 invoked by uid 97); 12 Feb 2003 21:29:02 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 23489 invoked from network); 12 Feb 2003 21:29:01 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 12 Feb 2003 21:29:01 -0000 Received: (qmail 16169 invoked by uid 500); 12 Feb 2003 21:27:10 -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 15463 invoked from network); 12 Feb 2003 21:27:03 -0000 Received: from balam2.cuc.uqroo.mx (192.100.164.239) by daedalus.apache.org with SMTP; 12 Feb 2003 21:27:03 -0000 Received: from correo.uqroo.mx ([192.168.7.48]) by balam2.cuc.uqroo.mx (Netscape Messaging Server 4.15) with ESMTP id HA7TD000.KBG for ; Wed, 12 Feb 2003 15:36:36 -0600 Message-ID: <3E4ABC91.1ADD9B3D@correo.uqroo.mx> Date: Wed, 12 Feb 2003 15:28:49 -0600 From: "Nancy Crisostomo Martinez" Reply-To: nancycm@correo.uqroo.mx Organization: Universidad de Quintana Roo X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Tomcat Users List Subject: How to hide a context path?[urgent!] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi everyone! Is it possible to mask all the directory tree referenced in a webapp context when you called in a navigator? I mean: now I type this url to access to a jsp file placed in webapps/security/pass/ : http://servername:8080/security/pass/Validate.jsp But I would like to hide or to mask the name of the directories typed in the path, just like this: http:/servername:8080/validation/Validate.jsp Even, I don't know if I can do the same with the jsp file names in order to hide the names of those files....? I'll appreciate any idea or hint! Thanks in advance! Nancy. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org