Re: SSL not working on Tomcat

2006-11-07 Thread Dhiraj Ramakrishnan
reason why your key is not working properly ? Thanks Dhiraj Ramakrishnan On 11/8/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Michael Casale [mailto:[EMAIL PROTECTED] > Subject: SSL not working on Tomcat > > I'm struggling through setting up Tomcat with SS

Re: Tomcat Context

2006-08-15 Thread Dhiraj Ramakrishnan
Hi , How is the url mapping for the servlet in the web.xml? it should not include /myContext in the url mapping. The servlet url mapping in the web.xml should only be for /somePath/MyServlet What do you get when you just type in https://localhost:8443/myContextPath ? Hope that h

Re: JDBCRealm with Simple Servlet Filter

2006-08-10 Thread Dhiraj Ramakrishnan
details are getting logged in the database. Please let me know if you have any other ideas Thanks Dhiraj Ramakrishnan On 8/11/06, David Smith <[EMAIL PROTECTED]> wrote: A little googling confirmed my earlier suspicion. The 401 response contains the error page. This is why you can'

JDBCRealm with Simple Servlet Filter

2006-08-09 Thread Dhiraj Ramakrishnan
being called after the authentication is done, that is only if it is a valid user the filter is being called. The filter is not called at all in case the authentication has failed. Any ideas on this problem will be much appreciated. Thanks Dhiraj Ramakrishnan

401 Page not getting displayed on failed BASIC authentication

2006-08-03 Thread Dhiraj Ramakrishnan
/unsecured/ UnAuthenticatedErrorServlet it still shows up the dialogue box though i have explicitly stated that it shouldnot authenticate for this URL Please let me know your ideas on this. Any other suggestions are also welcome. Thanks Dhiraj Ramakrishnan

Can we set the User Principal to another user once a user has been logged in?

2006-04-10 Thread Dhiraj Ramakrishnan
for X's password from 'SUPERUSER'. Is it possible to have such a behaviour within TOMCAT ? One of the easiest ways is to subsitute the user principal with 'X' once such a request for impersonation comes in. What are the other ways in which i could induce such a behaviour ? Thanks & Regards, Dhiraj Ramakrishnan

Can we set the User Principal to another user once a user has been logged in??

2006-04-09 Thread Dhiraj Ramakrishnan
HI,