Re: [SOLVED] Form Auth + xml users database

2005-02-08 Thread Omar Adobati
nobody can help me? On Mon, 7 Feb 2005 09:57:32 +0100, Omar Adobati <[EMAIL PROTECTED]> wrote: > Thx for ur answers, I have reied what you say about the second > question, but it's do not work. This is how I have changed my > "context.xml" file: > === > > workDir="work\Catalina\photoalbum\" pat

Re: [SOLVED] Form Auth + xml users database

2005-02-07 Thread Omar Adobati
Thx for ur answers, I have reied what you say about the second question, but it's do not work. This is how I have changed my "context.xml" file: === factory org.apache.catalina.users.MemoryUserDatabaseFactory pathname conf/Catalina/photoalbu

Re: [SOLVED] Form Auth + xml users database

2005-02-06 Thread Mario Winterer
Hi! I'm happy you could solve your problem now! Seems the reason was the missing Realm-definition in your context.xml. To Question 1) Tomcat offers a separate JNDI-namespace for each web application (so if you have 4 web applications you will have 4 namespaces). These namespaces are configured

Re: [SOLVED] Form Auth + xml users database

2005-02-06 Thread Omar Adobati
changes in server.xml: === factory org.apache.catalina.users.MemoryUserDatabaseFactory pathname conf/Catalina/photoalbum.localhost/photoalbum-users.xml === changes in [context].xml === === Question 1) Also if I've red the t