I think the most easy ways are: use a servlet which maps to title and evaluate the last part of the path use a filter which does the same but maps the last part of the path to a parameter evaluate by the action later.
regards leon On 3/11/06, Jeff Thorne <[EMAIL PROTECTED]> wrote: > 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. > > > > Do I just create a directory on the file system with a JSP page that pulls > the data from the DB when the user hits the link? > > Would this scale for thousands of directories? Any insight or help would be > appreciated. > > > > Thanks, > > Jeff > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]