rmi - Run a simple Java program in the OpenShift cloud -
what easiest method run java program inside gear on openshift?
i don't need complex framework or web server. need container can upload java files, compile , execute them in cloud. application have in mind simple, program gathers information , can connect via rmi , ask data.
thanks.
if don't need application server you'd better take @ diy cartridge. you'd have create code:
rhc app-create yourapp diy-0.1 --from-code git://github.com/(...).git
you use git hooks launch it. take @ hooks use @ wedding tables planner web, based in this template.
Comments
Post a Comment