Just have one directory level.

eg:
http://view.myprofiles.com/p/127

Then map the servlet to /p*

That avoids problems with images.

Cheers,
Scott

Alex Paransky wrote:
> I have a url which looks like this:
> 
> http://www.myprofiles.com/view.do?profileId=127
> 
> I would like to be able to replace it with:
> 
> http://view.myprofiles.com/127
> 
> I know how to create a new website with view.myprofiles being serviced by
> orion.  I am just not sure how to map the /127 to execute
> /view.do?profileId=127.
> 
> I was thinking of mapping a servlet to "/" context, however, the concern I
> have is that if there are any images I don't want to servlet to process
> them.  Also, will the <jsp:include work correctly with this scenario?
> 
> Thanks for any suggestions.
> 
> -AP_
> http://www.alexparansky.com
> Java/J2EE Architect/Consultant
> http://www.myprofiles.com/member/view.do?profileId=127
> 
> 
> 


-- 
Scott Farquhar :: [EMAIL PROTECTED]

Atlassian :: http://www.atlassian.com
      Supporting YOUR J2EE World


Reply via email to