|
Re: How to configure Context, Context Parameters and Servlet Filters in OSGi based web application [message #88850 is a reply to message #88815] |
Tue, 29 May 2007 09:51  |
Eclipse User |
|
|
|
Hi Raj,
> 1. How to create a separate context for my application.
You can scope your resources and servlets ServletContext with the
HttpContext you provide when you register.
> 2. How to configure the context parameters.
> 3. How to configure Servlet Filters similar to Servlets.
The OSGi Http Service does not provide direct support for either
ServletContext parameters or Filters.
In the current release (3.3) there's a technique for providing support by
wrapping your Servlet and Resources to provide support. Take a look at the
classes in /equinox-incubator/org.eclipse.equinox.http.helper.
HTH
-Simon
|
|
|
Powered by
FUDForum. Page generated in 0.03236 seconds