Photo Album Project 1.0
===================
First project in Play2 for scala language.
* Play2 for scala
* License Apache2
( http://opensource.org/licenses/Apache-2.0 )
#CheckLink - 1.1
Check the accessibility of http url.
1. Generating jar with maven `mvn clean install`
2. Running jar :
* `java -jar target/checklink-1.1.jar myconf.file`
or to use crontab
* `0 * * * * java -jar checklink-1.1.jar myconf.file`
####CONFIGURATION
The
... [More] configuration file path default is defined in file.path OR It can be defined by argument ( args[0] )
Example :
* URL_1=http://www.my-domain.com
* URL_2=http://xxx.my-domain.com
* URL_X=http://yyy.my-domain.com
* smtp=host.smtp.com
* [email protected]
* password=password
* [email protected]
* [email protected]
* subject=Subject of : {0}
* text=At {0}, the http URL {1} was not accessible. Error code: {2}
* smtp_debug=true [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy