If one wants to serve static files (e.g. images) from a jetty folder (as one does with a Document root in apache), then how does one ensure that a reference from the app deployed in jboss as a a relative url e.g. : /docroot/images/img.gif ( without a http:// prefix) will be served from a jetty directory rather than using a deployed directory in jboss.
thanks,
bruce