[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.ua] Re: Extern

There is a typo in "remotHelpPort".

Could that be the cause of the problem?

Peter M wrote:
Hi there again,

very good to read that it was not all wrong until now. But I'm afraid I'll need another hint on how to merge local and external help. I added the following lines to my 'plugin_customization.ini' without effect:

org.eclipse.help.base/remoteHelpOn=true
org.eclipse.help.base/remoteHelpHost=localhost
org.eclipse.help.base/remoteHelpPath=/help
org.eclipse.help.base/remoteHelpUseDefaultPort=false
org.eclipse.help.base/remotHelpPort=8080

(I'm running a Tomcat server on my local machine providing the Infocenter. Also tried to use "help.eclipse.org" and path "/ganymede" with default port true)

From my product I'm calling the Help system by executing the command org.eclipse.ui.help.helpContents. The Help System appears but without any content.

What am I doing wrong?

Thanks,
Peter