Skip to content

Commit

Permalink
Update readme to clarify config location
Browse files Browse the repository at this point in the history
  • Loading branch information
drbgfc committed Mar 21, 2019
1 parent 5427aa0 commit ff415d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The referenceccdaservice.war

Server Configuration

1. Place a copy of referenceccdaservice.xml in $CATALINA_BASE/conf/[enginename]/[hostname]/. For example, ~/apache-tomcat-7.0.57/conf/Catalina/localhost
1. Place a copy of referenceccdaservice.xml in $CATALINA_BASE/conf/[enginename]/[hostname]/. Note: You will likely be using the "Catalina" engine and the default host for Tomcat is "localhost". For example, ~/apache-tomcat-7.0.57/conf/Catalina/localhost
2. Edit the referenceccdaservice.xml key values to point to the locations configured in the previous steps and setup other values. For example;
<Context reloadable="true">
<Parameter name="vocabulary.localCodeRepositoryDir" value="path/to/your/code_repository" override="true"/>
Expand Down

0 comments on commit ff415d0

Please sign in to comment.