Using a URLWrite is the most easy way.
You can use Apache mod_rewrite or UrlRewriteFilter for any J2EE
compliant web application server.

Apache mod_rewrite:
http://httpd.apache.org/docs/2.0/misc/rewriteguide.html

UrlRewriteFilter
https://urlrewrite.dev.java.net/

> 2006/3/12, Jeff Thorne <[EMAIL PROTECTED]>:
> I have noticed that many sites use virtual URLs such as
> http://www.imdb.com/title/tt0244244/ to point to some sort of
> profile on their website whether it be a movie, product, or user homepage. I
> was wondering what is the most
> efficient way to accomplish this programmatically in struts. I will have
> thousands of these URL/profiles on my site.

Reply via email to