Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I am guessing the "rcp" is a reference to the Rich Client Platform environment object variable, and perhaps .data is the property that points to the WEB-INF directory. </p> <p>The documentation definitely is taunting us in places with unexplained remarks like this. I see some similar looking stuffs ( like ${rcp.*} )in the Lotus Expeditor documents <a href="http://publib.boulder.ibm.com/infocenter/ledoc/v6r2/index.jsp?topic=/com.ibm.rcp.tools.doc.admin/updatingclientconfigurationsusingmanualupdates.html" rel="nofollow">http://publib.boulder.ibm.com/infocenter/ledoc/v6r2/index.jsp?topic=/com.ibm.rcp.tools.doc.admin/updatingclientconfigurationsusingmanualupdates.html</a> - check that out. I found this little gem there:</p> <blockquote> <p>the Lotus Expeditor platform uses the System property rcp.data to identify the location >of the workspace.</p> <p>File f = new File( System.getProperty( "rcp.data" ) ); </p> </blockquote> <p>As far as I can tell, these variable strings have access to operating system environment variables, and to expeditor property variables. How this stuff got grafted into the domino/XPages system is not yet documented, but many folks in the Expeditor team are now on the XSP team. Here's the clues I could find in the Expeditor docuemntation:</p> <blockquote> <p>The placeholder ${env.”system environmental variable”} is used to specify the use of a >system environmental variable. </p> <p>The placeholder ${prop.”rcplauncher_property”} is used to specify the use of a property >from rcplauncher.properties. </p> </blockquote> <p>So perhaps you could put credentials in rcplauncher.properties and refer to them via ${prop.*} variables.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload