Re: problems mapping multiple ActionServlets

2001-07-24 Thread Dave Allen
2 mappings in > web.xml and 2 servlets which extended ActionServlet. Somehow, after I > access second servlet my "*.do" mapping was changed with url-path of second > servlet. > > Don't extend ActionServlet more than once - it will screw up your mapping. > > Mark.

problems mapping multiple ActionServlets

2001-07-23 Thread Dave Allen
This might be more appropriate for the Tomcat user list, but I'll try anyway. I'm using Tomcat 3.2.2 and trying to map multiple ActionServlets in web.xml. I have a for "*.do" which I execute for the form action "search.do", and everything works fine when this is the only in web.xml. But as so