NPE in RealmBase.findSecurityConstraints

2005-09-13 Thread Ittay Dror
) at java.lang.Thread.run(Thread.java:595) The line that causes the exception assumes the uri paramter is not null. Is this a bug in Tomcat? I'd be happy to provide more details Thanx, Ittay -- === Ittay Dror ([EMAIL PROTECTED]) Application Team Leader, RD Qlusters

jaas configuration file environment vars

2005-09-01 Thread Ittay Dror
Hi, Does anyone know if the jaas configuration file can read parameters from the env (something like 'option=${var}'), if not, how can I acheive this effect (without recreating the file every time I launch) Thanx, Ittay -- === Ittay Dror ([EMAIL PROTECTED

build procedure to configure tomcat files

2005-08-30 Thread Ittay Dror
can use 'patch' of course, but it looks to me it will break easily, and will be tricky to maintain (grab a server.xml, modify, diff, put the result as server.xml.patch) Thanx, Ittay -- === Ittay Dror ([EMAIL PROTECTED]) Application Team Leader, RD Qlusters Inc

problems setting up jaas

2005-08-30 Thread Ittay Dror
and qrm_roles.id = qrm_users_roles.role_id unauthenticatedIdentity=guest; }; client-login { org.jboss.security.ClientLoginModule required; }; -- === Ittay Dror ([EMAIL PROTECTED]) Application Team Leader, RD Qlusters Inc. +972-3-6081994 Fax: +972-3-6081841

can i use javax.management.timer.Timer?

2005-08-30 Thread Ittay Dror
Hi, If javax.management.timer.Timer can be used inside tomcat, can you please give an example of how? Thanx, Ittay -- === Ittay Dror ([EMAIL PROTECTED]) Application Team Leader, RD Qlusters Inc. +972-3-6081994 Fax: +972-3-6081841

can't set up log4j in my webapp

2005-08-30 Thread Ittay Dror
, but this will override Tomcat's log4j.properties. I know I can use a global log4j.properties file, but I'd like to avoid that (I want everything to be self contained as much as possible) Thank you for your help, Ittay -- === Ittay Dror ([EMAIL PROTECTED]) Application Team

Error listenerStart when deploying an application

2005-08-29 Thread Ittay Dror
[%c{1}] (%t:%x) %m%n log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost]=ALL, R log4j.logger.org.apache.catalina.core=ALL, R log4j.logger.org.apache.catalina.session=ALL, R log4j.logger.org.apache.catalina=ALL, R -- === Ittay Dror ([EMAIL

help configuring security in tomcat 5.5

2005-08-29 Thread Ittay Dror
=user_password userRoleTable=qrm_roles roleNameCol=role_name/ The database is up and contains the required schema. But I get this: java.lang.SecurityException: Unable to locate a login configuration Please help, Ittay -- === Ittay Dror ([EMAIL PROTECTED

instructions for setting up jaas over db in tomcat

2005-08-29 Thread Ittay Dror
-- === Ittay Dror ([EMAIL PROTECTED]) Application Team Leader, RD Qlusters Inc. +972-3-6081994 Fax: +972-3-6081841 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Ittay Dror
some research, but I finally got it to work. my point exactly. i believe every person setting up tomcat does this research and i wondered if anyone created a guide. /robert Ittay Dror wrote: Hi, I haven't found anywhere a step-by-step instructions or reference code on how to set up

Re: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Ittay Dror
btw, i also need authentication vs an ldap server thanx, ittay Ittay Dror wrote: Robert Taylor wrote: I used the following link: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html#JAASRealm doesn't contain whether i can put 'Realm' in ROOT.xml doesn't say anything

Re: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Ittay Dror
put the Realm statement in Catalina/localhost/ROOT.xml? -Original Message- From: Ittay Dror [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 10:48 PM To: Tomcat Users List Subject: Re: instructions for setting up jaas over db in tomcat Robert Taylor wrote: I used