I have used IBM MobileFirst platform for one of my projects. Using this, I have created an APK file(native Android) and a WAR file. The APK file calls the Webservice using HTTPURLConnection. The Worklight webservice in turn calls another externally hosted webservice on my enterprise environment.
I have tested this flow on my local machine using Emulator and Worklight Eclipse environment and my enterprise server.
Now I am trying to host the Worklight webservice on an external Webserver.
- Can I execute this WAR file on a TOMCAT Server or will it only work with IBM Websphere?
- If yes, I have tried to deploy to TOMCAT and it was successful. But when I try to "Start" it, it fails giving an error. The error is to be found in the Container Log files. Can someone help me as where I should look for?
Another thing, I am also trying to deploy on IBM Websphere. It has deployed successfully on version 8.5 and it is running also. Now how do I access it from Android client app?