On 11/09/2009 11:18, WILLIAMer wrote:

Thanks for replies.

To awarnier:
Change the item name will lost the SEO for this item.

To Pid-6:
It is dynamic page and item data are from database.
I use url rewrite for looking like static page.

Why not just make the URLs in such a way that you can look them up in the database? A servlet Filter could perform the same task in one go that your rewrite & db lookup is doing.

 /some/path/to/file.ext

Parse the URL, look up the page or object in the DB and then perform a forward using a RequestDispatcher.

p


So the tomcat is right.
I must think another way.
Thanks all.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to