RE: Problem implementing JAAS in Tomcat 4.1.2

2003-06-19 Thread Loyd Bacani
I wish a was a bit more thorough in the first run, sorry about that. My question is more of How do I implement JAAS in Tomcat? I know this is a broad question so lets break it down. 1. How do I configure Tomcat so that it uses JAAS? 2. What configuration files ( Java Secutiy Tomcat ) do I

Problem implementing JAAS in Tomcat 4.1.2

2003-06-18 Thread Loyd Bacani
I am trying to implement JAAS in a web application by using Tomcat's implementation of JAAS (JAASRealm). I've been getting an exception (pls see below) by using the same source code with different Tomcat configuration (server.xml ). I've used this code in Weblogic 6.X without any problem. If

How to setup JAASRealm in Tomcat 4.x.x

2003-06-12 Thread Loyd Bacani
I've been googling for days now looking for documentation on how to setup JAASRealm in Tomcat 4.x.x. I am new to JAAS and I am currently on a project which requires the use of Tomcat and JAAS. Unfortunately, I have NOT found any documentation or steps that will accomplish this. Would it be

Re: How to setup JAASRealm in Tomcat 4.x.x

2003-06-12 Thread Loyd Bacani
As I mentioned below, I found most of these information about JAAS using Google (googling). But couldn't find the document(s) or information which would help me setup JAASRealm in Tomcat 4.1.x. Basically, what setup procedures nneds to be followed to enable JAASRealm in Tomcat 4.1.x. I know

Migration issues in Tomcat 4.1.24 ( help)

2003-06-06 Thread Loyd Bacani
I am in the process of migrating all Servlets/JSP from Weblogic 6.1 to Tomcat 4.1.24. How or where can I configure the cookiePath in Tomcat 4.1.24? So that the web application can use this parameter. In Weblogic, the cookiePath is found in weblogic.xml. It is part of the session parameters

Re: Migration issues in Tomcat 4.1.24 ( help)

2003-06-06 Thread Loyd Bacani
PROTECTED] wrote: If you are maintaining state via sessions, the session cookie is NOT configureable in tomcat. (Nor does it need to be) If you need SingleSignOn - look at the SingleSignOnValve cookiePath -- A useless parameter (imo) -Tim Loyd Bacani wrote: I am in the process of migrating