-
1. Re: GateIn 3.6 on Openshift
rutlucas Oct 29, 2013 8:21 AM (in response to fkiss)1 of 1 people found this helpfulHi Filip,
Thanks for feedback, this tutorial has not been updated.
Give us some days to work on it.
Lucas
-
2. Re: GateIn 3.6 on Openshift
rutlucas Nov 15, 2013 11:49 AM (in response to fkiss)Hello Filip,
I'm working in a cartridge for gatein.
It is still in experimental status, but you can create your gatein on openshift using rhc command:
rhc create-app mygatein https://raw.github.com/lucasponce/openshift-online-cartridge-gatein/master/metadata/manifest.yml
I need to document all configuration made in the cartridge, but I hope this helps as a small preview.
Thanks,
Lucas
-
3. Re: GateIn 3.6 on Openshift
fkiss Nov 19, 2013 3:04 AM (in response to rutlucas)Hi Lucas,
thanks for your effort, it works fine for me. Will be supported scaling as well on this cartridge ?
Thank you,
Filip
-
4. Re: GateIn 3.6 on Openshift
rutlucas Nov 19, 2013 3:41 AM (in response to fkiss)Hi,
It is a work in progress, I expect to add support for scaling and external databases as a next objective in the cartridge.
Also I need to review the JVM limits, a gear has 512Mb and there is not pretty much space to run a full GateIn with Maven, so when your gear reaches the max limit can be re-started.
So, if you see your gear is stopped this can be also related, you can re-star it again using rhc app start command.
Thanks for testing,
Lucas