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


Reply via email to