Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Corona/Container/Help"

(New page: Corona provides a ''container'' for '''help''' ''collaboration''. The'''Help Container''' is an OSGi application of the Eclipse Help Infocenter. The ''Help Container'' is based upon Co...)
 
 
Line 3: Line 3:
 
The ''Help Container'' is based upon Corona's server-side component server application model.
 
The ''Help Container'' is based upon Corona's server-side component server application model.
  
===Feature===
+
==Feature==
 
The ''Help Container'' is comprised of:
 
The ''Help Container'' is comprised of:
 
* org.eclipse.corona.container.help
 
* org.eclipse.corona.container.help
 
** Corona component server application
 
** Corona component server application
  
===Configuration===
+
==Configuration==
 
The ''Help Container'' is configured via Corona server application arguments.  These arguments can be defined using the ''osgi.applications'' property within  '''config.ini'''.
 
The ''Help Container'' is configured via Corona server application arguments.  These arguments can be defined using the ''osgi.applications'' property within  '''config.ini'''.
  
====Arguments====
+
===Arguments===
 
;port:specifies the port number that the help server will use. This overrides the port number specified in the application server plugin preferences.
 
;port:specifies the port number that the help server will use. This overrides the port number specified in the application server plugin preferences.
 +
 +
== Usage ==
 +
Normal Eclipse Help plug-ins can be deployed to the ''Help Container''.  Once they are deployed, they can be referenced via:
 +
* http://hostname:port/help/index.jsp
  
 
[[Category:Corona]]
 
[[Category:Corona]]

Latest revision as of 21:17, 5 April 2008

Corona provides a container for help collaboration. TheHelp Container is an OSGi application of the Eclipse Help Infocenter.

The Help Container is based upon Corona's server-side component server application model.

Feature

The Help Container is comprised of:

  • org.eclipse.corona.container.help
    • Corona component server application

Configuration

The Help Container is configured via Corona server application arguments. These arguments can be defined using the osgi.applications property within config.ini.

Arguments

port
specifies the port number that the help server will use. This overrides the port number specified in the application server plugin preferences.

Usage

Normal Eclipse Help plug-ins can be deployed to the Help Container. Once they are deployed, they can be referenced via:

Back to the top