RE: Widget tab as default on Homepage Robert Campion 4.Dec.11 01:03 PM a Web browser Administration 3.0.1 All platforms
Hi Morten.
Currently, there is no supported way to do this in Connections 3.0.x.
However, you can edit the index.jsp page found here:
<AppServer>/installedApps/<CellName>/Homepage.ear/homepage.war/web/jsp/index.jsp
so that it redirects to the Widgets page when you hit:
<server>/homepage
Simply replace the <meta> tag with this one:
<meta HTTP-EQUIV="REFRESH" content="0; url=${pageContext.request.contextPath}/web/widgets/"/>
Note again that this is unsupported and untested, but it should work.

Widget tab as default on Homepage (Morten Christen... 3.Dec.11)
. . RE: Widget tab as default on Homepa... (Robert Campion 4.Dec.11)
. . . . RE: Widget tab as default on Homepa... (Morten Christen... 4.Dec.11)
. . . . . . RE: Widget tab as default on Homepa... (Sunit Banavalik... 5.Dec.11)
|