Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Accessing Infocenter from RCP-Help
Accessing Infocenter from RCP-Help [message #624393] Thu, 19 August 2010 14:03 Go to next message
Matthias is currently offline MatthiasFriend
Messages: 45
Registered: August 2010
Member
Hi,
I have started a infocenter service at my localhost and want my rcp application to get the help from this infoserver.

I have a plugin_customization.ini which is used by the program.
These are the lines for the infocenter:
(the port is correct)

org.eclipse.help.base/remoteHostName=Localhost
org.eclipse.help.base/remoteHelpHost=127.0.0.1
org.eclipse.help.base/remoteHelpPath=/help
org.eclipse.help.base/remoteHelpPort=8081
org.eclipse.help.base/remoteHelpICEnabled=true

When I start my RCP application i can't access the help from this server but I can access the help with my browser by typing http://localhost:8081/help/index.jsp .

The plugin which is hosted in infocenter does not exist in my rcp applikation but it should be possible to see the help, or is this not the case?

So in my case I have a plugin in my rcp application which activates the help-menue and another plugin with help content hostet on the infocenter. How can I get the help into my rcp application? When i just start my rcp application with the help plugin locally it works without problems.

Thanks in advance
Re: Accessing Infocenter from RCP-Help [message #624394 is a reply to message #624393] Fri, 20 August 2010 07:33 Go to previous message
Matthias is currently offline MatthiasFriend
Messages: 45
Registered: August 2010
Member
Today I have successfully integrated my Eclipse RCP Help into the Client. For people with the same problem, here the solution:

I missed to add the line:
org.eclipse.help.base/remoteHelpOn=true

Also I wrote a plugin to automatically load my help content into the infocenter. If you don't know if your plugin is loaded on startup just browse to:
http://<hostname>:<hostport>/help/about.html
Previous Topic:brand image in over-view and samples page
Next Topic:Infocenter - Whitespaces in URL
Goto Forum:
  


Current Time: Fri Mar 29 09:27:53 GMT 2024

Powered by FUDForum. Page generated in 0.13851 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top