NPE in RealmBase.findSecurityConstraints

2005-09-13 Thread Ittay Dror
l.java:684) 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 T

jaas configuration file & environment vars

2005-08-31 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 Dr

can't set up log4j in my webapp

2005-08-30 Thread Ittay Dror
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]) A

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, R&D Qlusters Inc. +972-3-6081994 Fax: +972-3-608

problems setting up jaas

2005-08-30 Thread Ittay Dror
m_roles,qrm_users_roles where user_name=? and qrm_users.id = qrm_users_roles.user_id and qrm_roles.id = qrm_users_roles.role_id" unauthenticatedIdentity="guest"; }; client-login { org.jboss.security.ClientLoginModule required; }; -- =

build procedure to configure tomcat files

2005-08-30 Thread Ittay Dror
I 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

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 the

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

Re: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Ittay Dror
config. It tooks 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 referen

instructions for setting up jaas over db in tomcat

2005-08-29 Thread Ittay Dror
7;s implementations? Thanx, Ittay -- === Ittay Dror ([EMAIL PROTECTED]) Application Team Leader, R&D Qlusters Inc. +972-3-6081994 Fax: +972-3-6081841 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

help configuring security in tomcat 5.5

2005-08-29 Thread Ittay Dror
contains the required schema. But I get this: java.lang.SecurityException: Unable to locate a login configuration Please help, Ittay -- === Ittay Dror ([EMAIL PROTECTED]) Application Team Leader, R&D Qlusters Inc. +972-3-6081994 Fax: +972-3-608

"Error listenerStart" when deploying an application

2005-08-29 Thread Ittay Dror
yout.ConversionPattern=%d %-5p [%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 -- ====