Landing page in Tm1 web in 10.2
Posted: Fri Oct 31, 2014 10:40 am
Hi guys,
I'm trying to get a regular html landing page to load when the user successfully logs into Tm1web. Previously in 10.1 using IIS I just had to put the html file in
c:\inetpub\wwwroot\main.html
in the web config file (for 10.1) I'd have
<add key="HomePageObject" value="http://192.168.45.55/main.html;Type=URL ... write=true" />
when a user logs into the web they see the landing page contained at http://192.168.45.55/main.html
In 10.2 I've got the same html file and placed it here:
C:\Program Files\ibm\cognos\tm1_64\webapps\tm1web\main.html
the new web config file has the same setting as before:
<add key="HomePageObject" value="http://192.168.45.55/main.html;Type=URL ... write=true" />
This doesn't load the html page. I assume the html file is in the wrong location on the web server?
I've also tried these formats:
<add key="HomePageObject" value="main.html;Type=URL;Description=Main;AllowOverwrite=true" />
<add key="HomePageObject" value="C:\Program Files\ibm\cognos\tm1_64\webapps\tm1web\main.html;Type=URL;Description=Main;AllowOverwrite=true" />
Could someone tell me the location to place the html file and the syntax of this line in the tm1web.config.xml file to use to reference it.
Once I can use a browser to go to http://servername/main.html and load the page all will be fine but to get the equivalent "root directory" for Apache tomcat is what I'm missing I think.
thanks.
I'm trying to get a regular html landing page to load when the user successfully logs into Tm1web. Previously in 10.1 using IIS I just had to put the html file in
c:\inetpub\wwwroot\main.html
in the web config file (for 10.1) I'd have
<add key="HomePageObject" value="http://192.168.45.55/main.html;Type=URL ... write=true" />
when a user logs into the web they see the landing page contained at http://192.168.45.55/main.html
In 10.2 I've got the same html file and placed it here:
C:\Program Files\ibm\cognos\tm1_64\webapps\tm1web\main.html
the new web config file has the same setting as before:
<add key="HomePageObject" value="http://192.168.45.55/main.html;Type=URL ... write=true" />
This doesn't load the html page. I assume the html file is in the wrong location on the web server?
I've also tried these formats:
<add key="HomePageObject" value="main.html;Type=URL;Description=Main;AllowOverwrite=true" />
<add key="HomePageObject" value="C:\Program Files\ibm\cognos\tm1_64\webapps\tm1web\main.html;Type=URL;Description=Main;AllowOverwrite=true" />
Could someone tell me the location to place the html file and the syntax of this line in the tm1web.config.xml file to use to reference it.
Once I can use a browser to go to http://servername/main.html and load the page all will be fine but to get the equivalent "root directory" for Apache tomcat is what I'm missing I think.
thanks.