Dave, Sorry, meant to respond back after sending this.
Yes - usergrid-custom.properties is what it's looking for, was able to handle that. John On Fri, Oct 17, 2014 at 6:27 PM, Dave <[email protected]> wrote: > On Fri, Oct 17, 2014 at 3:43 PM, John D. Ament <[email protected]> > wrote: > > > Hi, > > > > So I added a file > > /opt/apache-tomcat-7.0.56/lib/usergrid-deployment.properties > > > > cassandra.url=10.11.12.13:9160 > > > > usergrid.sysadmin.login.allowed=true > > > > usergrid.sysadmin.login.name=superuser > > > > usergrid.sysadmin.login.password=pw123 > > > > [email protected] > > > > [email protected] > > > > usergrid.management.mailer=Myself<[email protected]> > > > > [email protected] > > > > usergrid.test-account.admin-user.password=test > > > > > > it seems like this file isn't working though. I see this log message: > > > > > > 2014-10-17 14:20:27,684 WARN > > (Hector.me.prettyprint.cassandra.connection.CassandraHostRetryService-1) > > [me.prettyprint.cassandra.connection.CassandraHostRetryService] - Downed > > localhost(127.0.0.1):9160 host still appears to be down: Unable to open > > transport to localhost(127.0.0.1):9160 , java.net.ConnectException: > > Connection refused > > > > Yeah, it sure looks like Usergrid is not finding the properties file. > > You have put the file in the right place, and I thought > "usergrid-deployment.properties" was the right name. > > But... in my Vagrant scripts I use the file name > "usergrid-custom.properties" ... you might want to try that. > > - Dave >
