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: 625 times
Last updated: Nov 25 '14
Decode Keystone Token in Java [closed]
How to get tenant id using openstack4j
Run unit test of java program using OpenstackAPI
Malformed escape pair at index 43: http://xx.xx.xx.xx:8774/v2/%(tenant_id)s/v2/
Documentation for openstack-java-sdk for ceilometer
How do I effectively disable/enable a tenant using the API?
Desining a cloud computing based project. Where do we start?
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?