Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] how do I set RequestDispatcher in embedded Jetty

Hello,
any idea how should I do it ? 

my servlet returns null when try to get:
  getServletContext().getNamedDispatcher("default");

How should I configure the default dispatcher then ?
 
thanks,
canal



Back to the top