I double checked, I do have referenceccdaservice.xml in /conf/Catalina/localhost. Below are the content of this file:
<!--
This file stubs the necessary configuration to run the Reference CCDA application in a tomcat instance.
MUST DO
1. Update the value attributes with the correct values for your deployment.
2. This file MUST be placed in $CATALINA_BASE/conf/[enginename]/[hostname]/ . For example, tomcatlocation\conf\Catalina\localhost
OPTIONAL
Save a backup of this completed configuration file
-->
<Context reloadable="true">
<Parameter name="vocabulary.localCodeRepositoryDir" value="C:/webProject/apache-tomcat/local_configuration/ccda_validator/validator_configuration/vocabulary" override="true"/>
<Parameter name="vocabulary.localValueSetRepositoryDir" value="C:/webProject/apache-tomcat/local_configuration/ccda_validator/validator_configuration/vocabulary/valueset_repository/VSAC" override="true"/>
<Parameter name="referenceccda.configFile" value="C:/webProject/apache-tomcat/local_configuration/ccda_validator/validator_configuration/ccdaReferenceValidatorConfig.xml" override="true"/>
<Parameter name="referenceccda.isDynamicVocab" value="false" override="true"/>
<Parameter name="referenceccda.configFolder" value="C:/webProject/apache-tomcat/local_configuration/ccda_validator/validator_configuration" override="true"/>
<Parameter name="content.scenariosDir" value="C:/webProject/apache-tomcat/local_configuration/ccda_validator/validator_configuration/scenarios" override="true"/>
</Context>
I have attached my .log file for reference. 'referenceCCDAValidationController' is not the only one. It looks like are a dozen or more "Error creating bean X" errors.