From users-return-192404-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Sun Mar 01 20:10:44 2009 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 39555 invoked from network); 1 Mar 2009 20:10:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2009 20:10:44 -0000 Received: (qmail 94055 invoked by uid 500); 1 Mar 2009 20:10:32 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 94024 invoked by uid 500); 1 Mar 2009 20:10:32 -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 94013 invoked by uid 99); 1 Mar 2009 20:10:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Mar 2009 12:10:32 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.61.61.105] (HELO usea-naimss3.unisys.com) (192.61.61.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Mar 2009 20:10:21 +0000 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.18]) by usea-naimss3 with InterScan Message Security Suite; Sun, 01 Mar 2009 14:10:00 -0600 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.53]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 1 Mar 2009 14:09:59 -0600 Received: from usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 1 Mar 2009 14:09:59 -0600 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Sun, 1 Mar 2009 14:09:46 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Sun, 1 Mar 2009 14:09:44 -0600 Subject: RE: friendly urls Thread-Topic: friendly urls Thread-Index: Acmaprsl5EcJUmTvQ/GRQAiywRqQIAAAPxoQ Message-ID: <0AAE5AB84B013E45A7B61CB66943C17215B86868A7@USEA-EXCH7.na.uis.unisys.com> References: <92be44b0903011148w73d51a87ocd724e2f9e62da6e@mail.gmail.com> In-Reply-To: <92be44b0903011148w73d51a87ocd724e2f9e62da6e@mail.gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 01 Mar 2009 20:09:59.0776 (UTC) FILETIME=[B2DD2E00:01C99AA9] X-Virus-Checked: Checked by ClamAV on apache.org > From: Dan Vega [mailto:danvega@gmail.com] > Subject: friendly urls > > I have a url that looks like this and from what I > understand tomcat does not support this Your understanding is incorrect; Tomcat doesn't care what URLs you give it = - but your webapp might. > http://dev.danvega.org/blog/index.cfm/2009/2/5/CFMU-Updates-coming-soon > 1.) move to resin Won't help. > 2.) use a friendly url servlet. Tomcat is a servlet container; it's the servlets of your webapps that proce= ss the URL. Tomcat only matches whatever portion of the URL you've configu= red for each webapp, and then passes the request on to the appropriate weba= pp. From that point on, it's up to the webapp to decipher and handle the r= equest. In your case, it looks like you want to use ColdFusion under Tomcat; if so,= a little Googling would have found numerous descriptions of how to do it, = including this one from Adobe itself: http://www.adobe.com/support/coldfusion/j2ee/phase2-tomcat-deploy.html Or if you want to use Railo instead: http://railo.ch/en/index.cfm?treeID=3D351 - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org