Re: UserDatabase resource into META-INF/context.xml

2014-02-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jose, On 2/6/14, 7:31 AM, Jose María Zaragoza wrote: > Hello: > > I'm using Tomcat 6.0.24 > > I want to set a realm per only one application, so I define in its > META-INF/context.xml > >auth="Container" description="User database that can b

Re: UserDatabase resource into META-INF/context.xml

2014-02-06 Thread Konstantin Kolinko
2014-02-06 Jose María Zaragoza : > Hello: > > I'm using Tomcat 6.0.24 > > I want to set a realm per only one application, so I define in its > META-INF/context.xml > > > > description="User database that can be updated and saved" > factory="org.apache.catalina.users.MemoryUserDatabaseFactory"

UserDatabase resource into META-INF/context.xml

2014-02-06 Thread Jose María Zaragoza
Hello: I'm using Tomcat 6.0.24 I want to set a realm per only one application, so I define in its META-INF/context.xml my-users.xml is stored in $CATALINA_BASE/conf/ But it doesn't work; a javax.naming.NameNotFoundException exception is thrown when Tomcat restarts If I put under Glob