| 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. |