I followed what Slide did when writing my module:
http://cvs.apache.org/viewcvs.cgi/jakarta-slide/src/jaas/org/apache/slide/ja
as/spi/SlideLoginModule.java?rev=1.2&view=markup
On 11/17/05 3:29 AM, "Markus Plail" <[EMAIL PROTECTED]> wrote:
> Hi Jeremy!
>
> Jer
Can you supply the relevant sections of your web.xml? I am using FORM-based
authentication--tested with both the Memory and JAAS realms--but maybe this
will give you some hints:
...
home page
/index.jsp
GET
POST
myrole
FORM
/login.jsp
/loginError.jsp
rst call is made. Now when
> the subsequent calls are made connection is made via the ORB listner port
> only.
> When one of the App Server fails... it still tries to connect to bootstrap
> port (2809) of first app server. ideally it shoulde try to connect to the
> new app server b
I am using Tomcat 5.5.9 with WebLogic 8.1 as the EJB server/container.
I am configuring EJB references in the servlet context in my server.xml like
so:
The behavior I observe when the EJBs are first requested is the
getObjectInstance() method of my custom factory is invoked and the
getHomeH