Re: Reg: Issue with Struts 2 & Tomcat Realm

2010-11-19 Thread Sathish Kumar
Wav :) It works ... tx a lot Maurizio !! On Fri, Nov 19, 2010 at 3:25 PM, Maurizio Cucchiara < maurizio.cucchi...@gmail.com> wrote: > Sorry, I forget request dispatcher: > >REQUEST > > > 2010/11/19 Maurizio Cucchiara > > > I guess that tomcat auth manager doesn't chain your request t

Re: Reg: Issue with Struts 2 & Tomcat Realm

2010-11-19 Thread Maurizio Cucchiara
Sorry, I forget request dispatcher: REQUEST 2010/11/19 Maurizio Cucchiara > I guess that tomcat auth manager doesn't chain your request through struts > filter. > > I'm not sure it works, but you could try to add this line inside your > struts's servlet mapping declaration: > > >

Re: Reg: Issue with Struts 2 & Tomcat Realm

2010-11-19 Thread Maurizio Cucchiara
I guess that tomcat auth manager doesn't chain your request through struts filter. I'm not sure it works, but you could try to add this line inside your struts's servlet mapping declaration: struts2 /* FORWARD INCLUDE

Reg: Issue with Struts 2 & Tomcat Realm

2010-11-19 Thread Sathish Kumar
Hi Group, We are using Tomcat 6 based Container Managed Securitywhere we can declare a login page which will be displayed whenever someone access secured urls. If we look at the samples, the login page is given as jsp ( login.jsp ). like b