Re: Can a Realm communicate with a web application?

2009-07-23 Thread Pid
On 22/7/09 19:32, Mitch Claborn wrote: Pid wrote: On 21/7/09 23:23, Mitch Claborn wrote: I am toying with the idea of writing my own Realm for authentication. Much of the code and structures that I need are already present in the web application. Is there any way for the Realm to access Java

Re: Can a Realm communicate with a web application?

2009-07-23 Thread Mitch Claborn
Pid wrote: On 22/7/09 19:32, Mitch Claborn wrote: Pid wrote: On 21/7/09 23:23, Mitch Claborn wrote: I am toying with the idea of writing my own Realm for authentication. Much of the code and structures that I need are already present in the web application. Is there any way for the Realm

Re: Can a Realm communicate with a web application?

2009-07-23 Thread Mark Thomas
Mitch Claborn wrote: everything looks correctly spelled to me. That class only in one place. find . -name MyRealm.class ./MMWebServer/WEB-INF/classes/com/csc/mm/web/tomcat/MyRealm.class Realms are internal Tomcat objects and the associated classes need to be placed in the CATALINA_HOME/lib

Re: Can a Realm communicate with a web application?

2009-07-22 Thread Pid
On 21/7/09 23:23, Mitch Claborn wrote: I am toying with the idea of writing my own Realm for authentication. Much of the code and structures that I need are already present in the web application. Is there any way for the Realm to access Java objects from the web application? They don't appear

Re: Can a Realm communicate with a web application?

2009-07-22 Thread Mitch Claborn
Pid wrote: On 21/7/09 23:23, Mitch Claborn wrote: I am toying with the idea of writing my own Realm for authentication. Much of the code and structures that I need are already present in the web application. Is there any way for the Realm to access Java objects from the web application?

RE: Can a Realm communicate with a web application?

2009-07-22 Thread Caldarale, Charles R
From: Mitch Claborn [mailto:mi...@claborn.net] Subject: Re: Can a Realm communicate with a web application? I found that I can define the Realm in the conext.xml in my WEB-INF, The context.xml file (not conext.xml) goes into META-INF, not WEB-INF. Start again. - Chuck

Re: Can a Realm communicate with a web application?

2009-07-22 Thread Mitch Claborn
Caldarale, Charles R wrote: From: Mitch Claborn [mailto:mi...@claborn.net] Subject: Re: Can a Realm communicate with a web application? I found that I can define the Realm in the conext.xml in my WEB-INF, The context.xml file (not conext.xml) goes into META-INF, not WEB-INF. Start

Re: Can a Realm communicate with a web application?

2009-07-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mitch, On 7/21/2009 6:23 PM, Mitch Claborn wrote: I am toying with the idea of writing my own Realm for authentication. Much of the code and structures that I need are already present in the web application. Is there any way for the Realm to