users
[Top] [All Lists]

"Pretty URLs" in Java / Struts / Tomcat / Apache

To: users@xxxxxxxxxx
Subject: "Pretty URLs" in Java / Struts / Tomcat / Apache
From: Troy Davis <troy@xxxxxxxxxxxxxxxxxx>
Date: Sat, 3 Dec 2005 11:03:14 -0500
Delivered-to: mailing list users@cinjug.org
Mailing-list: contact users-help@cinjug.org; run by ezmlm
Hi Everyone,

I'm looking for a way to map URLs like http://my.com/about/locations to IDs in a database. I'm familiar with the mapping technique of putting actions in the WEB-INF/web.xml file, but this would mean that I can't alter the website's map based on new database entries at runtime.

Has anyone setup a system that allows apache to handle serving graphics files, php scripts, cgi scripts and the like, but still process request paths and map them to data stored in a database? Any pointers would be greatly appreciated.

Thank You,
Troy

<Prev in Thread] Current Thread [Next in Thread>
  • "Pretty URLs" in Java / Struts / Tomcat / Apache, Troy Davis <=