• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Using AbstractHandler to filter Servlet requests

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am current developing a small servlet based on Jetty 8. In this j2ee application i want to filter the request parameters and do specific actions on them.
Currently i have an abstractHandler assigned to the server which works fine, the only thing i do not known how to write is to forward the request to the servlet.


 
Peter van Nes
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Just forget this question of me. Assumed (…) that the AbstractHandler was calling the servlet.
Now created a handlerCollection with a ServletContextHandler and a ContextHandler.

Cheers,
Peter
 
reply
    Bookmark Topic Watch Topic
  • New Topic