1. How do i transform subfolders request to params stackoverflow.comI'm using Java server, and I need the sub-folders in the request to act like parameters. example: myhost/p/a/1 and I need the server to "understand" it like that: myhost/p?a=1 How can I do that? Thanks, Koby |