Re: Designating a home page while using Realms

2015-08-31 Thread Mark Thomas
On 31/08/2015 07:01, Sreyan Chakravarty wrote: > Can you provide a link to the Servlet Spec the to which section you are > referring to. You need to be doing a little more research yourself between asking questions rather than expecting the folks here to spoon feed you the answers. If you want to

Re: Designating a home page while using Realms

2015-08-30 Thread Sreyan Chakravarty
Can you provide a link to the Servlet Spec the to which section you are referring to. On Sun, Aug 30, 2015 at 9:55 PM, Mark Thomas wrote: > On 29/08/2015 22:26, Sreyan Chakravarty wrote: > > Okay I have just started to use Realms and container managed > authentication > > and I am confused about

Re: Designating a home page while using Realms

2015-08-30 Thread Mark Thomas
On 29/08/2015 22:26, Sreyan Chakravarty wrote: > Okay I have just started to use Realms and container managed authentication > and I am confused about as how to specify a home page. Go and read the Servlet spec for how FORM authentication works. Then read the section on how to specify security co

Designating a home page while using Realms

2015-08-29 Thread Sreyan Chakravarty
Okay I have just started to use Realms and container managed authentication and I am confused about as how to specify a home page. Let me explain-: TECHERS /teacher/success.jsp GET POST Here the only resource protected is /teacher/success.jsp pa