URL rewriting Best practice/suggestions; Apache mod_rewrite?

We would like to shorten/abstract URLs.

From:
myDNS/main/system/launch/client/ … ients.jnlp
To:
myDNS/oneOfManyClients.jnlp

etc.

There will be multiple clients deployed.

I am looking at Apache and mod_rewrite (I am less than enthusiastic about putting an Apache WebServer in front of Ignition) and UrlRewriteFilter (I much prefer the jar approach, but I am not sure if this even works)

code.google.com/p/urlrewritefilter/

Has anyone done this with Ignition?

Is there a best practice/preferred/any other method?

Thanks.

Um…why in the world would you want to do this? It’s not like humans ever have to look at those URLs.

3 posts were split to a new topic: Rewriting Perspective URLs