INSTALLING
About this task
This topic is specific to using an Eclipse Update Manager (EUM) method of user-initiated feature and plug-in install and update.
The Eclipse Update Site template (updatesite.ntf) is installed during Domino® and Notes® install. Use this template to create an NSF-based update site to act as an Eclipse update site hosted in a Notes application. The NSF-based update site dynamically provides the site.xml, features, and plug-ins.
You can use the updatesite.ntf template as the basis for your own NSF-based update site by creating an update site application.
Procedure
1. Click File -> Application -> New.
2. Specify the server on which to create the NSF-based update site application.
3. Specify a new application title and file name, for example updatesite and updatesite.nsf respectively.
4. In the Template server field, use the local server or specify a different server from which to obtain the template you'll use to create the application.
5. Click Show Advanced Templates.
6. Select Eclipse Update Site template (updatesite.ntf template) as the template.
7. Click OK.
When you first open the NSF-based update site, there are three action buttons available. These import actions are not mutually exclusive. For example, you might initially import an entire Eclipse update site and later choose to import specific additional or updated features. You may later choose to import an additional NSF-based update site. Note that once the NSF-based update site contains content, a fourth button is also available, enabling you to specify the NSF-based update site as the location from which to obtain feature updates.
Table 1. NSF-based update site options and description
Navigate to the update site's site.xml file as prompted.
You can import one or more Eclipse update sites into a single, consolidated NSF-based update site. For example, if you have three separate Eclipse update sites, you do not need to create three individual NSF-based update sites.
Use this action to specify that Eclipse features and plug-ins are updated from the active NSF-based update site. Imported features and plug-ins may contain a specified update site URL, from which updates are to be obtained. As an administrator, you can determine that updates come from your NSF-based update site, rather than a source URL that may, for example, be outside your organization's control. You can specify an NSF-based update site as the site from which to obtain updates. Specify the URL of the Domino server hosting the active NSF-based update site. Example syntax is provided in the dialog box.
New site label -- Type a name to label the local site URL, for example, ABXLocal site.
New site URL -- When you click the button next to this field, the Select URL dialog appears displaying the active update site URL in both HTTP and NRPC format. Click either the HTTP or NRPC option to pass that value to the New Site URL field.
Note: The last-selected HTTP or NRPC URL value is provided as the default. You can browse to locate a different site.
Apply to Update site URL -- Pass the URL value as an update site value.
Apply to Discovery site URL -- Pass the URL value as a discovery site value.
Change features with embedded URL only -- Apply this new default update site value only to features that already have a default update site specified to overwrite that site value with this one.
Change ALL features -- Apply this new default update site value to every feature in the active Notes application.
Note that this setting is similar to the site.xml specification found in an Eclipse feature's accompanying feature.xml file. Also note that the site.xml settings you specify here are overridden by settings that may exist in the Domino server Configuration Settings document. For example, if the server Configuration Settings document has defined an update site list and specified that updates can only come from that site list (this is also called a whitelist) then the site you specify in this field must also exist in that whitelist or it will not be considered during an update request.
You can also obtain the New Site URL default value using the Action -- Show URLs menu sequence.
The NSF-based update site records the various update actions that it performs in an activity log. You can display that log by clicking Activity Logs in the Update Site navigation pane. The activity log records the following information:
You can display the active update site URL in HTTP or NRPC form using the Actions -> Show URLs menu sequence. You can then paste this value into a site list, for example a site list specified in a server Configuration Settings document, using the Copy button in the dialog. Note that the Update URL References dialog has also been updated to display the active update site URL.
Example URL for a server-hosted NSF-based update site:
http://teamabx.notesdev.xyz.com/__ccc570f2006677cf.nsf/site.xml
nrpc://teamabx.notesdev.xyz.com/__ccc570f2006677cf/site.xml
Example URL for a local NSF-based update site:
http://localhost/__ccc570f2006677cf.nsf/site.xml
nrcp://localhost/__ccc570f2006677cf/site.xml
Related concepts Managing client plug-in deployment Configuring component update for composite applications Limiting feature install and update with update sites Specifying available update sites Client feature deployment Understanding the desktop policy settings document
Related tasks Deploying client plug-ins with widgets and the widget catalog Create an NSF-based update site and import the Eclipse updateSite content Updating a widget-deployed client feature or plug-in