> I don't understand. How is JAAS sending Velocity templates (VM's) to a
> screen?

what we are doing is we are reading the JAAS config file name in our action
class,
This config file we are passing to our Java class(LoginContext - JAAS),
which call the CallBackhandler(JAAS) , which uses the

HttpRequest.getRequestDispatcher("VM filename").forward(Request,Response)

to call the vm file, after this we call sleep in our callbackhandler to pass
control to VM .

After we get the data (username and password ) from VM file, we call notify
to wake up our
sleeping thread.
which does the data validation.



> That's very odd and, obviously, should not be happening. Have you
> checked your logs? Can you provide more details, such as an error with a
> stack trace?

There are no errors shown in the logs .
And we have modifed the Turbine.Java src to print a msg on screen whenever
it recieves a GET/POST msg.
Even that msg is not getting printed.



> Eric

Thanks
Asad


>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to