1,如何设置TIP页面永不超时

一般TIP页面打开半小时,而没有任何操作的话,就会自动退出

http://www-01.ibm.com/support/docview.wss?uid=swg21574647#

Theyneed to put the following values:                     
        
set invalidationTimeout to-1 for deployment.xml and                 
server.xml files and settimeout to 2147483647 for security.xml file.  
                                                                    
 If he changes thisthen the session should stay up indefinetly but I  
think it may                                                       
still be affected byexternal events like clearing the cache from the  
browser. Other then thisthe session would not time-out.  

 

2,如何登陆TIP,直接登陆到一个展示页面,且不需要用户名和密码验证

http://www-01.ibm.com/support/docview.wss?uid=swg21614582

 

3,如何更改TIP登陆,由HTTPS方式改为HTTP

http://www-01.ibm.com/support/docview.wss?uid=swg21501679

这个我记得当时有点问题的,好像这样后就只能采用HTTP登陆了,用户名和密码验证也取消了(有点记不清了,后来整理的)

最好参考这个文档里的方式

Tivoli Integrated Portal
Administration and configuration guide
Version 1.0 Tivoli Integrated Portal 2.2

 

1. Change to the following directory:tip_home_dir/profiles/TIPProfile/
config/cells/TIPCell/applications.
2. From this location, locate theweb.xmlfiles in the following directories:
v For the Integrated Solutions Console web application archive:
isc.ear/deployments/isc/isclite.war/WEB-INF
v For the Tivoli Integrated Portal Charts web application archive:
isc.ear/deployments/isc/TIPChartPortlet.war/WEB-INF
v For the Tivoli Integrated Portal Change Password web application archive:
isc.ear/deployments/isc/TIPChangePasswd.war/WEB-INF
3. Open one of theweb.xmlfiles using a text editor.
4. Find the<transport-guarantee>element. The initial value of all
<transport-guarantee>elements isCONFIDENTIAL, meaning that secure access
is always required.
5. Change the setting toNONEto enable both HTTP and HTTPS requests. The
element now reads:<transport-guarantee>NONE</transport-guarantee>.
6. Save the file, and then repeat these steps for the otherweb.xmldeployment
files.
7. Log in toTivoli Integrated Portal.
8. In the navigation pane, clickSettings>Websphere Administrative Console
and clickLaunch Websphere Administrative Console.
9. In the WebSphere Application Server administrative console, selectSecurity>
Global securityand click theExternal authorization providerslink.
10. In the External authorization providers page, select theUpdate with
application names listedoption.
11. In the text pane, typeiscand clickApply.
12. In the messages area at the top of the page, click theSavelink to commit your
changes to the master configuration.
Chapter 5. Configuring 69
13. Stop and restart the Tivoli Integrated Portal Server:
a. In thetip_home_dir/profiles/TIPProfile/bindirectory, depending on
your operating system, enter one of the following commands:
v stopServer.bat server1
v stopServer.sh server1
Note:On UNIX and Linux systems, you are prompted to provide an
administrator username and password.
b. In thetip_home_dir/profiles/TIPProfile/bindirectory, depending on
your operating system, enter one of the following commands:
v startServer.bat server1
v startServer.sh server1

TIP版本是2.1的话有个需要注意的地方,就是上面的三个web.xml的路径,那个TIPChartPortlet.war/WEB-INF这个没有,替换成tip.charts.war/WEB-INF