Yep, that should work. Let us know if there are any further issues! G
Solomon Melchizedek <[email protected]> wrote: >> >> Hello Greg, >> >> Now, my config file like this: >> >> Matterhorn core server: >> >> $FELIX_HOME/conf/config.properties >> org.opencastproject.server.url=http://192.168.0.225:8080 >> >> >> >> $FELIX_HOME/conf/services/org.opencastproject.capture.impl.ConfigurationManager.properties >> org.opencastproject.capture.core.url=${org.opencastproject.server.url} >> >> >> CA: >> >> $FELIX_HOME/conf/config.properties >> org.opencastproject.server.url=http://192.168.0.94:8080 >> >> >> >> $FELIX_HOME/conf/services/org.opencastproject.capture.impl.ConfigurationManager.properties >> org.opencastproject.capture.core.url=http://192.168.0.225:8080 >> --> This address will tell CA to connect with Server, right? >> >> There will be ok for all my config? or have another things that I need to >> deal with? >> >> Thanks >> >> >> >> On Thu, May 31, 2012 at 5:39 PM, Greg Logan [via Opencast] < >> [email protected]> wrote: >> >>> On 12-05-31 06:15 PM, Solomon Melchizedek wrote: >>> > My two files in the CA are in the attachment. >>> > >>> > $FELIX_HOME/conf/config.properties, and >>> > org.opencastproject.capture.core.url >>> >>> Your CA is configured to talk to itself currently. The >>> org.opencastproject.capture.core.url key in >>> $FELIX_HOME/conf/services/org.opencastproject.capture.impl.ConfigurationManager.properties >>> >>> on the CA needs to be set to the core's URL, not the CA's. Change that >>> value to 192.168.0.225:8080 and it should start working. >>> >>> G >> >> > >_______________________________________________ >Matterhorn-users mailing list >[email protected] >http://lists.opencastproject.org/mailman/listinfo/matterhorn-users _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
