Migrating from Numergy to Bluemix - migration

I have some servers on the cloud Numergy and I want to migrate to Bluemix.
Can I migrate my servers directly, or I can migrate only my apps from Numergy to Bluemix?
Thank You!

There isn't a direct migration path between Numergy and Bluemix. You would need to upload your application to Bluemix and link to any dependent services. Thanks for your interest in Bluemix!

Related

Azure WebApp - Test Hybrid Connection from Kudu Console

I have an Azure web app that has some Hybrid Connections setup. I'd like to be able to prove they are working from the KuDu cmd interface.
Unfortunately telnet is not installed as part of the Azure WebApp OS (Win Server 2012) and I seem to have limited permissions.
Can anyone help?
Specifically I want to make sure I can relay to an email server, so telnetting to the port would be very useful.
Kind regards
Si
Can you try tcpping instead? tcpping is installed and available for use from the Kudu console.

How to install back-end infrastructure on firebox server?

Looking to install the application on the server. Can quickblox be installed on firebox server?
You can contact QuickBlox team regarding Enterprise installations questions http://quickblox.com/enterprise/
it can be doable only with Enterprise plan

Migration of a portal from web sphere (CMS) into OpenCms (CMS)

I would like to migrate a portal which is developed in WebSphere content management system into OpenCms (Content management system). To implement this I want to import the WebSphere template files into OpenCms, I have done R&D for it but I didn't find any solution. Can any one please guide me how to do it?
I don't believe there is any provided solution for that. So you will either need to build your own migration tool, create it from scratch in opencms or stick with WebSphere Portal.

Worklight - Can we deploy ear/war to worklight server

Iam into a different usecase,
Iam workling on General webapplications which we develop using rad for Websphere, and Worklight applications also.
My query here is, can we deploy my webapplication's ear/war file to the Worklight server?
We have a worklight server but dont have hosting for webaplication till now, so can we use the worklight server for hosting the webapplications' ear/war? is there any possibility to do that?
The Worklight Server is able to process Worklight-based applications, not other type of "web-based" applications.
I believe the original question is if we could use Worklight server to deploy EAR/WARs of any applications which are not related to Worklight.
Answer: When the Worklight is nothing but an J2EE application deployed in WAS or WAS Liberty Core, i dont see any issue deploying any EAR/WAR of applications which are not related to Worklight. But i dont think it is highly recommended or advisable since it is against the licensing policy in the Worklight purchase.

Access SQL database from Android?

I understand that to access a SQL database from Android I need to create a web service that will run on the SQL server and will process requests from the Android application, what I need to know is how to create this web service and how to access it from Android.
If anyone can point me in the right direction then this would be greatly appriciated.
On the client side, use Apache Commons HttpClient to communicate with the web service. It's bundled with the SDK.
Don't forget that you can also use a local DB.
How you create the web service server-side depends on your environment and has nothing to do with Android itself.