Simple JAVA based ping service. Checks if web application is alive. Result is a HTML page. Can configured for sending notification via email when some web application status changed.
See property sample file ping.properties.sample. Create your own file with name ping.properties
Configuration keys:
- ping.module.X.url = request URL for check
- ping.module.X.name = module name for report
The JSON for REST ping service must contain two attributes time and module:
{
"time": "2015-09-14T14:43:13.262+03:00",
"module": "client"
}
Configuration keys:
- check.module.X.url = request URL for check
- check.module.X.name = module name for report
Checks if the website is responding.
In Eclipse Help contents, expand "Java development user guide" ==> "Tasks" ==> "Creating JAR files." Follow the instructions for "Creating a new JAR file" or "Creating a new runnable JAR file."
mvn clean compile assembly:single