Hi ,
The usual way to access Teamsite is to http:****.****.com

ort/iw/webdesk/teamsite/login.jsp
I have a requirement where I need to skip this login.jsp page altogether and get to the teamsite native login servlet with userid/passwd as parameters passed to it through another servlet. So I will have uid/pwd somehow validated in this new custom servlet and then do the request forward (requestdispatcher forward) to the teamsite native login servlet.
Question is, is it the right way to do or do you have any suggestions. or any other suggestions are greatly appreciated. I have the custom servlet but having some issue.
Thanks, Ak