Page 1 of 1

RuntimeEnvironmentProperties - Unable to locate resource

Posted: Tue Sep 04, 2012 4:33 pm
by srini
Hi,

I am running into issue after deploying war to tomcat and started the server, I am getting the below messages and app would not start. I am using 1.6.x version. Please advise.

RuntimeEnvironmentPropertiesConfigurer - Unable to locate resource: development.properties
RuntimeEnvironmentPropertiesConfigurer - Unable to locate resource: integration.properties
RuntimeEnvironmentPropertiesConfigurer - Unable to locate resource: production.properties

Thanks,
Srini.

Re: RuntimeEnvironmentProperties - Unable to locate resource

Posted: Thu Sep 06, 2012 10:05 am
by ktisdell
First, if you are just getting started, I would recommend using version 2.0 instead of 1.6. I assume that you can since you are not able to start the app and are not that far along with 1.6. A lot has changed, and this will be much easier going forward. To that effect, the RuntimeEnvironmentPropertiesConfigurer has changed quite a bit. If you follow the quickstart guide it should be straight forward: http://docs.broadleafcommerce.org/curre ... arted.html. All of the runtime property configuration is much more straight forward.