RE: extension-mapping path-mapping

2006-02-17 Thread George.Dinwiddie
Jim Reynolds asked: > For whatever reason, I have alwasy called the application > with /test/welcome.do or something like that. > > Question1) Does the name in the servlet-name, have to be the > same name as the context? Or did it just work because of that. I don't know Tomcat configuration, bu

Re: extension-mapping path-mapping

2006-02-17 Thread Dave Newton
Jim Reynolds wrote: > I am running a struts application in a directory (context?) named "test". > In my web.xml I configured the following: > > test > org.apache.struts.action.ActionServlet > .. > > test > *.do > > > > For whatever reason, I have alwasy called the appli