Re: integration between sslext and servlet auth

2005-08-01 Thread Tremal Nailk
2005/8/1, Jim Kennedy <[EMAIL PROTECTED]>: > This you do this is your struts config: > > > > > > > > > There is also a Tomcat config for SSL. Also, I didn't put my login.jsp (or > whatever) in the special /WEB-INF/ directory.

Re: integration between sslext and servlet auth

2005-08-01 Thread Jim Kennedy
but I would try something simple first i.e. /login.jsp. Get it working off the ROOT them play around with the placement. -Original Message- From: Tremal Nailk <[EMAIL PROTECTED]> Sent: Aug 1, 2005 7:06 AM To: Struts Users Mailing List Subject: Re: integration between sslext and s

Re: integration between sslext and servlet auth

2005-08-01 Thread Tremal Nailk
2005/7/29, Jim Kennedy <[EMAIL PROTECTED]>: > I had to do this to make it work. sorry, but it doesn't work, or better, it doesn't work for me . The problem is that when I try to access a protected resource the browser's request is redirected to the root of the app: http://localhost:8080/myapp/ s

Re: integration between sslext and servlet auth

2005-07-30 Thread Tremal Nailk
2005/7/29, Jim Kennedy <[EMAIL PROTECTED]>: > Not exactly obvious, but documented. thanks a lot. Infact, I did not find much documentation on SSLEXT. If you where so kind to tell me a good reference, I'll be glad cheers -- TREMALNAIK

Re: integration between sslext and servlet auth

2005-07-29 Thread Jim Kennedy
-Original Message- From: Tremal Nailk <[EMAIL PROTECTED]> Sent: Jul 29, 2005 12:01 PM To: user@struts.apache.org Subject: integration between sslext and servlet auth Hi everibody, it'ss the first time I'm writing to this list, I hope I'm not annoying anyone. I'm using

integration between sslext and servlet auth

2005-07-29 Thread Tremal Nailk
Hi everibody, it'ss the first time I'm writing to this list, I hope I'm not annoying anyone. I'm using the ssl extension library for Struts (sslext) to switch between encrypted and unencrypted pages in my webapp. Everything works fine excerpt for the login page, which is handled by the servlet aut