Changes between Version 39 and Version 40 of WikiStart


Ignore:
Timestamp:
09/19/19 10:49:29 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v39 v40  
    2525
    2626You can then click on the provided links to view the available profiles and to look into their exact contents. Also the server can now be approached by parties to get a websocket stream of a profile, which facilitates real-time reporting of any changes made to the profile.
     27
     28
     29= Adding or changing a Profile
     30To change a profile or add a new profile,
     31* Make sure the profiles server has been run (apache will unzip the war file)
     32* Locate the unzipped profilesserver folder inside your tomcat webapps  directory
     33* locate the domainsrepo directory inside that folder. This folder contains all current profiles
     34* Copy your new version of a profile over an existing one.
     35* To create a new profile, make a new folder with a name matching the name of the domain
     36* Copy the domain description into the folder
     37* Copy the profile(s) into the folder.
     38* The files should now show up in the "list of domain and profile files" on the server webpage. Make sure you force refresh the page as some browsers show only old cached data.
     39* If the file is visible in that list, but does not show up in "list of currently available profiles" then the files do not contain a valid profile. Check the apache tomcat logs to see why the files have been rejected.
     40
    2741
    2842= JSON structure of profile
     
    97111}}}
    98112
    99 == Adding or changing a Profile
    100 To change a profile or add a new profile,
    101 * Make sure the profiles server has been run (apache will unzip the war file)
    102 * Locate the unzipped profilesserver folder inside your tomcat webapps  directory
    103 * locate the domainsrepo directory inside that folder. This folder contains all current profiles
    104 * Copy your new version of a profile over an existing one.
    105 * To create a new profile, make a new folder with a name matching the name of the domain
    106 * Copy the domain description into the folder
    107 * Copy the profile(s) into the folder.
    108 * The files should now show up in the "list of domain and profile files" on the server webpage. Make sure you force refresh the page as some browsers show only old cached data.
    109 * If the file is visible in that list, but does not show up in "list of currently available profiles" then the files do not contain a valid profile. Check the apache tomcat logs to see why the files have been rejected.
    110113
    111114