users@jersey.java.net

Multiple base URLs

From: Jaka Jančar <jaka_at_kubje.org>
Date: Mon, 13 Apr 2009 16:14:16 +0200

Hi!

I want my root resources to be available at multiple URLs, e.g.:
- http://<param>.domain.com/resource
- http://domain.com/<param>/resource
...

What is the best way to achieve this? A servlet filter to normalize
all paths to a canonical one?

Jaka