From 122cf49d042ce2d5e3c8ecd81ae3e7694c0d9cc6 Mon Sep 17 00:00:00 2001 From: j2blake Date: Tue, 3 Jul 2012 16:43:22 +0000 Subject: [PATCH] Add a section on how to disable/remove OpenSocial support. --- doc/setting_up_orng.html | 79 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) diff --git a/doc/setting_up_orng.html b/doc/setting_up_orng.html index 15230ec0..4ecf36f4 100644 --- a/doc/setting_up_orng.html +++ b/doc/setting_up_orng.html @@ -59,6 +59,7 @@
  • Re-running the deployment script
  • Resetting the gadget cache
  • Issues with Linked Open Data
  • +
  • Disabling the OpenSocial gadgets
  • @@ -719,6 +720,84 @@ set CATALINA_OPTS=-Dshindig.host=localhost -Dshindig.port=8080 -Djava.awt.headle

    TBD

    + +

    III.iv. Disabling the OpenSocial gadgets

    + +

    + If you decide not to use OpenSocial gadgets in your VIVO installation, + there are several ways to deactivate them, depending on how firm your decision is, + and how thorough you wish to be. +

    + +

    Disable the gadgets

    + +

    + You can disable any or all of the installed gadgets + by setting the enabled flag in orng_apps to zero + (see section II.i. The orng_apps database table). +

    + +

    + To make this change take effect, restart Tomcat, or clear the OpenSocial cache + (see section III.ii. Resetting the gadget cache). +

    + +

    Disable the connection

    + +

    + Disabling the gadgets, as above, will remove essentially all of the OpenSocial processing + within VIVO. To remove the remainder of it, you can disable the connection between + VIVO and the OpenSocial service. Do this by removing or commenting + the OpenSocial properties in deploy.properties + (see section I.iv. Configure VIVO). +

    + +

    + To make this change take effect, re-deploy VIVO and restart Tomcat. +

    + +

    Remove the OpenSocial webapp from Tomcat

    + +

    + Disabling the connection, as above, will remove all of the OpenSocial processing + from your VIVO requests. However, you may still see that Tomcat takes longer to + start up, and requires more memory. +

    + +

    + To remove the OpenSocial webapp from Tomcat, +

    +

    + +

    Clean up the remnants

    + +

    + To remove all traces of OpenSocial from your VIVO installation, you should take the steps + outlined above, and also: +

    +

    + +

    + These steps will have no appreciable effect on the operation of VIVO, Tomcat, or MySQL. + However, if these artifacts are not removed they could be a source of puzzlement for + future VIVO maintainers. +

    +