Skip to content

Commit

Permalink
Merge pull request #37 from sreelathas/work-branch-2019
Browse files Browse the repository at this point in the history
Mobile Foundation Quartz Updates
  • Loading branch information
sreelathasankaranarayanan authored and GitHub Enterprise committed Sep 13, 2019
2 parents 93aa21b + dbc2db3 commit 2fcb792
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions _posts/2019/2019-09-13-mfp-quartz-updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Mobile Foundation Quartz Updates
date: 2019-09-13
tags:
- MobileFirst_Platform
version:
- 8.0
author:
name: Smitha Tv
---


Mobile Foundation runtime bundles the required libraries including a few third party libraries. Mobile Foundation uses Quartz job schedulers and includes *quartz2.2.0.jar*.

Quartz contains an *update check* feature that connects to the [server](http://www.terracotta.org/), to check if there is a new version of Quartz available for download. This check runs asynchronously and does not affect the startup/initialization time of Quartz, and it fails gracefully if the connection cannot be made. If the check runs, and an update is found, it will be reported as available in Quartz’s logs.

The above update check can be disabled using the flag,
`org.quartz.scheduler.skipUpdateCheck = true`
Liberty deployment of Mobile Foundation creates a `jvm.options` file and during deployment through Server Configuration Tool, the newly created `jvm.options` file will include this property.

In the case of WebSphere Application Server (WAS) deployments, the above JNDI property needs to be added in the environment property of the Mobile Foundation application from the WAS admin console.

0 comments on commit 2fcb792

Please sign in to comment.