Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » multiple aliases for servlet - OSGi
multiple aliases for servlet - OSGi [message #61541] Wed, 15 February 2006 11:30 Go to next message
Eclipse UserFriend
Originally posted by: texas_mustang.yahoo.com

I ran across the one-alias to one-servlet restriction.

from ServletRegistration:
public void checkServletRegistration() throws ServletException {
if (servlets.contains(servlet)) {
throw new ServletException("This servlet has already been registered at a
different alias."); //$NON-NLS-1$
}
}

I will be working to add support for the at least 1 & 2 below. I can submit
a bug & patch.
1. one alias to one servlet instance
2. multiple aliases to one servlet instance
3. multiple aliases to multiple servlet instances

Wayne
Re: multiple aliases for servlet - OSGi [message #638907 is a reply to message #61541] Sat, 13 November 2010 04:02 Go to previous message
Misha Koshelev is currently offline Misha KoshelevFriend
Messages: 31
Registered: May 2010
Member
Hi Wayne:

I am very interested in this for the OpenMRS project -

http://tickets.openmrs.org/browse/TRUNK-1596

I am making something in-house, but if you had any progress would appreciate a post Smile

Thanks
Misha
Previous Topic:Getting access to bundle localization
Next Topic:ExtendedHttpService.registerFilter - filter's init method called, doFilter is never called
Goto Forum:
  


Current Time: Sat Apr 27 03:07:32 GMT 2024

Powered by FUDForum. Page generated in 0.02994 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top