Changes between Version 38 and Version 39 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v38 v39  
    9797}}}
    9898
     99== Adding or changing a Profile
     100To 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.
    99110
    100 == Using the source code ==
     111
     112= Using the source code
    101113You can download the source repository. Note that you don't need this if you just want to use the profiles server.
    102114