Configuration

ferris-yahoo-finance-jmce-private.properties

Yahoo! Finance JMCE is dependent on a ferris-yahoo-finance-jmce-private.properties file. This properties file contains sensitive information (such as passwords) so it is NOT included.

YOU MUST CREATE THIS FILE YOURSELF

The properties file must be named ferris-yahoo-finance-jmce-private.properties and it must put into the / directory of a JAR file and then the JAR file must be added the the distribution's /lib directory.

  • If you run the application via a JMCE server, the JAR file will be picked up automatically whatever the name of the JAR file.
  • If you are running the application manually, the name of the JAR file MUST MATCH what is in the MANIFEST of the ferris-yahoo-finance-jmce-scrapper-0.0.3.jar.

The properties file must contain this information:

# Database connection URL
org.ferris.yahoo.finance.jmce.property.url=

# Database Username
org.ferris.yahoo.finance.jmce.property.user=

# Database Password
org.ferris.yahoo.finance.jmce.property.pass=

# Proxy host and port (if needed)
http.proxyHost=
http.proxyPort=