RE: problems mapping multiple ActionServlets

2001-07-25 Thread Zeltser, Mark
uot;*.do" mapping was > >> > >changed with url-path of second > > > >>servlet. > >> > >>Don't extend ActionServlet more than once - it > >> > >will screw up your mapping. > > > >>Mark. > >> > >>>

Re: problems mapping multiple ActionServlets

2001-07-24 Thread Adam Young
up your mapping. > >>Mark. >> >>>-----Original Message- >>>From:Dave Allen [SMTP:310 [EMAIL PROTECTED]] >>>Sent:Monday, July 23, 2001 3:12 PM >>>To: [EMAIL PROTECTED] >>>Subject: problems mapping multiple >>

Re: problems mapping multiple ActionServlets

2001-07-24 Thread Dave Allen
> > > -Original Message- > > From: Dave Allen [SMTP:310 [EMAIL PROTECTED]] > > Sent: Monday, July 23, 2001 3:12 PM > > To: [EMAIL PROTECTED] > > Subject:problems mapping multiple ActionServlets > > > > This might be more approp

RE: problems mapping multiple ActionServlets

2001-07-23 Thread Zeltser, Mark
t will screw up your mapping. Mark. > -Original Message- > From: Dave Allen [SMTP:310 [EMAIL PROTECTED]] > Sent: Monday, July 23, 2001 3:12 PM > To: [EMAIL PROTECTED] > Subject: problems mapping multiple ActionServlets > > This might be more appropriate for

RE: problems mapping multiple ActionServlets

2001-07-23 Thread Siggelkow, Bill
ould use ... /protected/*.do for restricted pages ... Then I could set up a security constraint for "/protected/*" My 2 cents ... -Original Message- From: Dave Allen [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 3:12 PM To: [EMAIL PROTECTED] Subject: problems mapping mul

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