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
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
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
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