Re: Using a servlet instead of FilterDispatcher

2007-10-19 Thread Joshua Jackson
You can try creating your own servlet that basically copies the source of FilterDispatcher. On 10/19/07, Binil Thomas <[EMAIL PROTECTED]> wrote: > > Yeah, I remember reading about it in WW documentation. > > In an environment where filters are not working reliably, is there any > alternate way to

Re: Using a servlet instead of FilterDispatcher

2007-10-19 Thread Binil Thomas
Yeah, I remember reading about it in WW documentation. In an environment where filters are not working reliably, is there any alternate way to configure S2? Thanks, Binil Joshua Jackson-3 wrote: > > Webwork used to have a ServletDispatcher, but that class has been > deprecated and it's not in

Re: Using a servlet instead of FilterDispatcher

2007-10-19 Thread Joshua Jackson
Webwork used to have a ServletDispatcher, but that class has been deprecated and it's not included inside Struts2 anymore. On 10/19/07, Binil Thomas <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to package a S2 application as an OSGi system using Eclipse > Equinox. For reasons I am not yet su