A hybrid mobile application named App1 is failing to connect to the Worklight Server with the
following error code: “Application Error – The connection to the server was unsuccessful” Knowing
that the application should be available at “http://srv.ent.com:9099/wl” but without any access to
the Worklight Console, how can the support engineer ensure that the application App1 has been
properly deployed?

A.
Query the is-alive URL at “http://srv.ent.com:9099/wl/ws/rest/vitality?app=App1”
B.
Query the preview URL at “http://srv.ent.com:9099/wl/apps/services/preview/App1/App1.html”
C.
Invoke the Worklight Server Mobile Browser Simulator
at”http://srv.ent.com:9099/wl/_MobileBrowserSimulator/index.html?app=App1″
D.
Use a remote debugging tool such as Weinre or iWebInspector to inspect the request to the
application’s init resource at”http://srv.ent.com:9099/wl/apps/services/api/App1/common/init”
Explanation: