Re: servlet-mapping order?

2010-11-08 Thread Pid
On 08/11/2010 15:06, Ronald Klop wrote: > Hi, > > I have a couple of servlets and the mapping in web.xml is like this: > > >EntityServlet >/servlets/* > > > >RRDStatsServlet >/servlets/rrdstats > > > On startup EntityServlet sometimes complains th

servlet-mapping order?

2010-11-08 Thread Ronald Klop
Hi, I have a couple of servlets and the mapping in web.xml is like this: EntityServlet /servlets/* RRDStatsServlet /servlets/rrdstats On startup EntityServlet sometimes complains that is does not know anything about path /servlets/rrdstats. This is