Re: More experiments with changing the default (/) mapping

2001-10-26 Thread Micael Padraig Og mac Grene
, 2001 2:10 AM Subject: More experiments with changing the default (/) mapping I have figured out a few things about how servlet-mapping and RequestDispatcher might work together. If I put in a servlet-mapping entry for /* (which will catch every request coming in to the server, which is something

More experiments with changing the default (/) mapping

2001-10-24 Thread Dr. Evil
I have figured out a few things about how servlet-mapping and RequestDispatcher might work together. If I put in a servlet-mapping entry for /* (which will catch every request coming in to the server, which is something which I need to do), and I make the servlet which handles it look like