Creating and using an NSF-based update site
You can use the Eclipse Update Site template to create an NSF-based update site application and then import some or all of the features from an Eclipse update site into the NSF-based update site.
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
Display activity logs
About this task
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:
- Activity type, such as importing a feature or changing an imported feature's default update site URL
- Name of the person initiating the activity
- Date and time when the activity was initiated
- Activity details such as which feature was imported or updated
Display the active update site URL
About this task
You can display the active update site URL in HTTP or NRPC form 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.
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 theExample 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