tomcat realm with digest password configuration help

2006-01-20 Thread philguillard
Hi, I use tomcat-5.5.12, a Realm in memory, and decided a DIGEST password with MD5, i use firefox 1.0.6. I can't pass the authentication. Have nothing in logs. Any idea for what i missed there or what i should try? Regards, Phil In conf/server.xml : digest="MD5"/> In my web.xml : DIGES

Re: tomcat doesn't shutdown

2006-01-19 Thread philguillard
ive Method) at org.tigris.eyebrowse.servlets.IndexerServlet$UpdateRunner.run(Unknown Source) at java.lang.Thread.run(Thread.java:595) -Tim philguillard wrote: Thanks for that help, I did a ./shtdown.sh, then a kill -3 on my tomcatpid, i pasted below the dump i get in tomcat logs.

Re: tomcat doesn't shutdown

2006-01-19 Thread philguillard
;0x89151be0> (a java.lang.ref.Reference$Lock) "VM Thread" prio=1 tid=0x08096f18 nid=0x19f0 runnable "VM Periodic Task Thread" prio=1 tid=0x080a4e78 nid=0x19f6 waiting on condition Tim Funk wrote

tomcat doesn't shutdown

2006-01-18 Thread philguillard
Hi, Launching the script shutdown.sh doesn't shutdown my tomcat 5.5.12. Any idea? Phil *What i see directly:* [EMAIL PROTECTED] ~]# /opt/apache-tomcat-5.5.12/bin/shutdown.sh Using CATALINA_BASE: /opt/apache-tomcat-5.5.12 Using CATALINA_HOME: /opt/apache-tomcat-5.5.12 Using CATALINA_TMPDIR: /

Re: realm diiferent constraint for different resource

2006-01-03 Thread philguillard
.xml; line: 627; column: 23} but true this seems to be an issue with some class in my framework, maybe not tomcat When i add some security-role directive in web.xml, seems it doesn't happen ... Phil Mark Thomas wrote: philguillard wrote: Hi, I'd like to set 2 different sec

realm diiferent constraint for different resource

2006-01-02 Thread philguillard
Hi, I'd like to set 2 different security contraints : /admin would be accessible with admin roles and the rest of my application with user roles. Only one security-constraint directive is allowed How can i manage that ? Rgards, Phil Entire Application /* user Ad