[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] URL Mapping on Equinox

Hi all,

I'd like to register a servlet through org.osgi.service.http.HttpService#registerServlet(...) where the url mapping(alias parameter) should be "/search/*" (mapping all requests on "search" context for a specific servlet), but it doesn't work. How can I do that?

Many Thanks,
Felipo