Is there a way to move from Local help to online help
I had initially setup local help since my machine didn't have access to the Internet.
Now the machine has been given access to the internet and i would like to now convert my local help to Online help.
Is it possible to configure online help post installation???
Also, when i click on help can i configure it to open infocener help????
Thanks
Now the machine has been given access to the internet and i would like to now convert my local help to Online help.
Is it possible to configure online help post installation???
Also, when i click on help can i configure it to open infocener help????
Thanks
Accepted answer
Hi Anish
You should be able to change the URI from teamserver.properties of each application or under application Admin > Server> Advanced > "Web Help URI"
For 4.0.5, Change the following property
com.ibm.team.repository.web.helpuri=/clmhelp/index.jsp
To
com.ibm.team.repository.web.helpuri=http\://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m5/index.jsp
Once changed, restart the application server (might want to clear cache or work directory)
You should be able to change the URI from teamserver.properties of each application or under application Admin > Server> Advanced > "Web Help URI"
For 4.0.5, Change the following property
com.ibm.team.repository.web.helpuri=/clmhelp/index.jsp
To
com.ibm.team.repository.web.helpuri=http\://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m5/index.jsp
Once changed, restart the application server (might want to clear cache or work directory)
2 other answers
Hi Anish,
I suppose you are talking about a CLM server with the clmhelp.war deployed on it. In this case, these are the steps you need to follow.
1. On the server itself, access to http://localhost: port / clmhelp /updater/admin.jsp (it has to be localhost).
2. Click on "Remote Help Configuration" on the left hand side.
3. Check the entry with URL pointing to the IBM InfoCenter.
If I remember correctly, a server restart is not required after such changes.
Note that after such change, the clmhelp.war application will act as a proxy for accessing the help content on the internet to allow other machines in the intranet to access help content. If you want to completely bypass clmhelp.war, follow Shubjit's instruction, but then all your client machines have to have internet access to get the help content.
For RTC Eclipse client, it has its own help system, and the instructions are similar but slightly different. Check the link in Jason's post.
I suppose you are talking about a CLM server with the clmhelp.war deployed on it. In this case, these are the steps you need to follow.
1. On the server itself, access to http://localhost: port / clmhelp /updater/admin.jsp (it has to be localhost).
2. Click on "Remote Help Configuration" on the left hand side.
3. Check the entry with URL pointing to the IBM InfoCenter.
If I remember correctly, a server restart is not required after such changes.
Note that after such change, the clmhelp.war application will act as a proxy for accessing the help content on the internet to allow other machines in the intranet to access help content. If you want to completely bypass clmhelp.war, follow Shubjit's instruction, but then all your client machines have to have internet access to get the help content.
For RTC Eclipse client, it has its own help system, and the instructions are similar but slightly different. Check the link in Jason's post.