samedi 26 juillet 2014

Java - déploiement d'une application C++ dans le nuage - Stack Overflow


I am completely new to hosting applications in the cloud.


I have a product that consists of 2 separate applications which communicate with each other via HTTP. One is written in (native, unmanaged) C++ (server side), the other is written in Java and includes a web/GUI front end.


I have a server side application that is written in native, unmanaged C++, which communicates with a Java web/GUI front end.


I want to explore the possibility of hosting it in the cloud and I've been looking at, and experimenting with, Amazon's Elastic Beanstalk in the first instance but I'm struggling to see the wood for the trees.


1) Is it possible to run a native, unmanaged C++ application using Amazon's Elastic Beanstalk?


2) If so, how do I deploy it alongside the war file?




"The cloud" is just an alternative to host an application using external, scalable servers.



  1. I think you could perfectly run an application in a Amazon EC2, maybe this question could help: Installing a Test Application on Amazon EC2


  2. For Mac OSX in the cloud you could check xcloud or macincloud


  3. The link above should help.




I am completely new to hosting applications in the cloud.


I have a product that consists of 2 separate applications which communicate with each other via HTTP. One is written in (native, unmanaged) C++ (server side), the other is written in Java and includes a web/GUI front end.


I have a server side application that is written in native, unmanaged C++, which communicates with a Java web/GUI front end.


I want to explore the possibility of hosting it in the cloud and I've been looking at, and experimenting with, Amazon's Elastic Beanstalk in the first instance but I'm struggling to see the wood for the trees.


1) Is it possible to run a native, unmanaged C++ application using Amazon's Elastic Beanstalk?


2) If so, how do I deploy it alongside the war file?



"The cloud" is just an alternative to host an application using external, scalable servers.



  1. I think you could perfectly run an application in a Amazon EC2, maybe this question could help: Installing a Test Application on Amazon EC2


  2. For Mac OSX in the cloud you could check xcloud or macincloud


  3. The link above should help.



0 commentaires:

Enregistrer un commentaire