David Leangen <[EMAIL PROTECTED]> writes:

> The app will parse the URL in order to get its context (i.e. "green"
> or "blue").

Can you use "/" as your context root? You could then use "/green/*" and
"/blue/*" servlet mappings, finding the color in the path
info. Alternately, you could map the servlet as "/*" and parse the URL
as you mention above.

Well, translating this freedom into the OSGi notion of an "alias" isn't
obvious. Is the "alias" equivalent to a URL mapping? The syntactic
restrictions are different.

-- 
Steven E. Harris

_______________________________________________
OSGi Developer Mail List
[email protected]
http://www2.osgi.org/mailman/listinfo/osgi-dev

Reply via email to