Bypassing the menu - tooltwist/documentation GitHub Wiki

The ToolTwist menu can be bypassed by using a login redirector.

For the Designer, this done with config/conf/loginRedirect.xml:

<redirect>
	<enabled>true</enabled>
	<class>tooltwist.wbd.RedirectToDesignerUIM</class>
</redirect>

To temporarily access the menu, login using http://hostname:38080/ttsvr/login?initialMenuOption=menu
(Update, Phil April 2013 - not sure if this works, seems to get an error going into User Maintenance screens)

If you wish to permanently return to using the menu, change enabled to false and log in again. A server restart is not required.

--

⚠️ **GitHub.com Fallback** ⚠️