This is the URL that I'm passing when opening the browser from my rich client application.
This is what I'm trying to do: Open my web client application from a rich client application, and I want to skip the login page by passing the user name & password that I got from the rich client application.
So instead of opening a browser with the URL:
http://localhost:8080/EM/ (which will open the login page), I'm trying to pass the parameters to the j_security_check.
I'm really lost here, please help...
Thanks,
Efrat