Skip to main content

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

figure out that I need to define the DefaultServlet.
 
rgds,
canal



From: go canal <gocanal@xxxxxxxxx>
To: jetty-users@xxxxxxxxxxx
Sent: Sat, January 16, 2010 12:02:44 PM
Subject: [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