Home
TeamSite
Bypassing the TeamSite login page
System
Hi,
I am developing a web application which has a link to the teamsite. The application stores all the authentication parameters necessary for logging into the Teamsite(username/password/role etc..).
How to bypass the Teamsite login page go directly to the webdesk or webdesk pro page?
Find more posts tagged with
Comments
13adam13
You would need to customize the landing page within TeamSite to look for the right credentials.
\iw-home\httpd\webapps\webdesk\teamsite\login.jsp
but to use this page, you need to turn off using jsp:
rename \iw-home\httpd\webapps\webdesk\WEB-INF\web.xml to web.xml_current.
Rename \iw-home\httpd\webapps\webdesk\WEB-INF\web.xml_no_jsp to web.xml
iwreset -a
--Adam Wilson
Senior Programmer