How to run java application instance in devstack?
I want to execute a java application in devstack. Do I need to issue a nova boot command for this?
First time here? Check out the FAQ!
I want to execute a java application in devstack. Do I need to issue a nova boot command for this?
Thanks.
Referred the link - http://savanna.readthedocs.org/en/latest/devref/devstack.html (http://savanna.readthedocs.org/en/lat...) I seem to have installed devstack on the main system , and not on VM as is described in the link. Though running on main system is also an acceptable option. Need to launch VM. Will give it a try.
Please note that I use command line instead of GUI. Ran into issues with GUI and trying to resolve it.
hello,
you can also run your java application by pushing your code to github account.
convert your project file to *.war type like xyz.war(web archieves) from a ubuntu instance you can clone with github using ssh command.
Asked: 2014-05-08 04:11:26 -0600
Seen: 688 times
Last updated: Nov 25 '14
install a software on cloud using openstack REST API
Java API for OpenStack Swift with Tempauth and SLO support
Cannot ping or even ARP VM by its fixed IP
i want basic java code for swift [closed]
i need a basic java scripts for open stack swift
Running my own Java app at startup with Heat template
starting HSQLDB database results in java.net.SocketException: unrecognized TCP option: 4102
Can you explain the question and your requirement. Do you want to launch a VM with Devstack and run java application?
Yes, that is right. JDK is installed and after installing devstack, I can see the nova and cinder processes running. The next step would be run the Java App in VM. Can you please share the command to do it via the command line?