Custom login module error

2007-02-13 Thread Kev D'Arcy
Hi, Any ideas why I'd be getting this error: java.lang.ClassNotFoundException: aib.dos.wasce.security.LDAPLoginModule in classloader console/realm-LdapRealm/1.0/car With a custom login module? It's deployed within the Geronimo repository. Many thanks, Kev

Re: Custom login module error

2007-02-13 Thread Kevan Miller
On Feb 13, 2007, at 7:15 AM, Kev D'Arcy wrote: Hi, Any ideas why I'd be getting this error: java.lang.ClassNotFoundException: aib.dos.wasce.security.LDAPLoginModule in classloader console/realm-LdapRealm/1.0/car With a custom login module? It's deployed within the Geronimo repository.

Enabling CrossContext in web applications

2007-02-13 Thread Aman Nanner/MxI Technologies
Hi, I need to enable the Tomcat CrossContext parameter for my web applications, so that their contexts are visible to each other, but I am not clear on how to do this properly in Geronimo 1.2-beta. I saw somewhere in a dev mailing list that the following snippet should be added to the

Re: Enabling CrossContext in web applications

2007-02-13 Thread Paul McMahan
I haven't played with this in a while, but I think you just need to add cross-context/ to your deployment plan (geronimo-web.xml), according to the schema http://geronimo.apache.org/schemas-1.1/geronimo-tomcat-1.1.xsd. For example, something like this should work: web-app

Error in Tomcat Connector

2007-02-13 Thread Rajiv M
Hello, Attempting to configure Geronimo with IIS Web Server. The IIS setup was done based on a previous thread in the mailing list. While launching the web application as http://localhost/Test/index.jsp, the below error occured in AJP log: [Tue Feb 13 23:06:33 2007] [4616:4004] [info]

Re: Enabling CrossContext in web applications

2007-02-13 Thread Aman Nanner/MxI Technologies
Thanks, this works! I had to change the namespace of the web-app element in my geronimo-web.xml to the Tomcat namespace that you specified, and add the cross-context/ element. This is an interesting technique to make the gernimo-web.xml more specific to the container. Aman Paul McMahan [EMAIL

Re: Error in Tomcat Connector

2007-02-13 Thread Donald Woods
The following line - worker.ajp13.host=0.0.0.0 should contain the real ip address or hostname of the Geronimo server, like - worker.ajp13.host=192.168.1.100 -Donald Rajiv M wrote: Hello, Attempting to configure Geronimo with IIS Web Server. The IIS setup was done based on

Re: Custom login module error

2007-02-13 Thread Kev D'Arcy
On Feb 13, 2007, at 7:15 AM, Kev D'Arcy wrote: Hi, Any ideas why I'd be getting this error: java.lang.ClassNotFoundException: aib.dos.wasce.security.LDAPLoginModule in classloader console/realm-LdapRealm/1.0/car With a custom login module? It's deployed within the Geronimo

Re: Error in Tomcat Connector

2007-02-13 Thread Matt Hogstrom
Hi Rajiv, I hope Donald's answer helped solve your problem. For future issues like this I think the user list would be the appropriate venue as opposed to the dev list. Also, since this is a mod_jk issue I think that this is better answered on the Tomcat or appropriate mod_jk list.