Open Exchange
Developer Network
Login
Analytics
Visitor Data Mart
Ad Director
Social Measurement
Optimize
Developer Network
Partner Portal
Online Support
User Forums
Products & Services
|
Education
|
Blogs
|
About Us
|
Support
Support Plans
Trial Support
Knowledge Base
Online Support
Software Center
Contact Us
« back to search results
103575 - How to change the login links for Insight / Admin Interface
For products:
Webtrends Analytics 9.2
Last modified: 7/28/2010
Situation:
The link at the bottom of the Insight login page or Admin login page is not correct, or needs to be modified.
Solution:
This is configurable for both login screens.
To modify the link on the Insight login screen, edit the following file:
\Webtrends\Twister\web.config
Find and modify this element:
<add key="ondemand.base.domain" value="machine_name:port" />
Change the value of this to be the desired URL without including "http://"
Save the file and run iisreset from a command line for these changes to take effect.
To modify the link on the Admin login screen, edit the following file:
\Webtrends\wt_remote.ini
Add the following line under the [RemoteConfiguration] section where the domain is the desired URL and port is the port used for the Insight interface.
InsightURL=http://domain:port
Save the file and restart the WebTrends - User Interface service for the changes to take effect.
Solution Attachments