Tagged Questions

Open-source Platform as a Service (Paas) offering from VMware. It's available online or locally as a micro cloud instance. CloudFoundry hosted by VMWare CloudFoundry community portal CloudFoundry Source code

learn more… | top users | synonyms

9
votes
7answers
968 views

What is the point of Node.js

Ok this is probably a little blunt and to the point, but what is the point/need for Node.js I've noticed it mainly through VMWare CloudFoundry but just not too sure what its supposed to be doing. ...
8
votes
5answers
858 views

How to monitor and maintain my grails application in live/production environment?

It is the first time I have ever launched live a website (with Grails web framework under Amazon EC2 platform and Cloud Foundry) and I realized quickly that I am not ready for monitoring and ...
6
votes
2answers
253 views

Neo4j in the cloud

Is anyone aware of cloud services (PaaS) which could be suitable for a spring/neo4j application. Anything to look out for?
5
votes
1answer
527 views

Does anyone have any experience using CloudFoundry with Grails?

I am at the point with my Grails app that I want to deploy it up onto Amazon EC2 so I can start showing it to people. I have a little experience using EC2 "manually" to put other projects onto the ...
3
votes
1answer
86 views

How To Deploy A Modular (Multi-app) System To CloundFoundry

I'd like to deploy a modular grails app to cloudfoundry. There's a user facing app that should get installed at ROOT as normal, but then there's a separate administration system that should get ...
2
votes
2answers
58 views

GWT in CloudFoundry will it work?

My web application is made with Java, specifically with the Google Web Toolkit (GWT). The back-end used GWT RPC RemoteServiceServlet Hibernate/Java MongoDB (via Morphia) and other Java libraries ...
2
votes
1answer
185 views

Long running (background) workers in CloudFoundry

Recently I went through VMWare webinar dedicated to their open-source PaaS called CloudFoundry. Very impressive but I couldn't figure out one thing. Their "competitors" like Heroku and Azure support ...
1
vote
1answer
19 views

Cloud Foundry plug-in is not installable into pulse managed eclipse (due to missing joda time osgi bundle)

I'm trying to install Cloud Foundry Integration for Eclipse Indigo (3.7) Through the eclipse marketplace into my pulse managed eclipse. During the "marketplace, Installing Software" phase, I'm ...
1
vote
2answers
185 views

From GAE to Cloudfoundry

I'd like to know the main differences between CloudFoundry and Google App Engine for a personnal project. I have a web application that currently runs on GAE and i'am thinking to move it to ...
1
vote
1answer
52 views

When running the downloadable CloudFoundry instance how do I retrieve the IP Address?

I have downloaded the Micro Cloud Foundry v1.1.0 instance and am configuring it to work offline per the instructions available here: ...
1
vote
2answers
205 views

How to make a chunked request via nginx

It seems that nginx does not support chunked requests well. But I'm trying to get a more definitive (and current) answer. I have a client making a SOAP request to a server from a Java client which ...
1
vote
0answers
212 views

VMC Push error on Cloudfoundry

I have installed CloudFoundry on Ubuntu and tried to push a sample helloworld application. I am getting the below exception. Can anyone faced the same issue. Please let me know how to resolve this ...
1
vote
1answer
155 views

CFML system environment variable (OpenBD)

How do I access the system environment variables in CFML? It is required to read out the CloudFoundry database connectivity settings. The variable required is "VCAP_SERVICES". Is there a function ...
1
vote
1answer
291 views

Java heap size problems with SpringSource tcServer on CloudFoundry

I am using Cloud Foundry with tcServer to deploy my java application but am experiencing out-of-memory issues as I cannot seem to get any java heap settings to take effect. Does anyone have any ...
0
votes
0answers
12 views

Setting up VCAP (cloudfoundry) without a script

I would like to setup VCAP without a script on my linux box (mostly for learning, but also for controlling which packages get installed). I want to do it for a production like system (so it's not my ...
0
votes
1answer
17 views

Spring roo App runs fine in STS but I get an Error when I run the same app in Cloud foundry

I desperately need help on this. I have an application and that deploys and runs fine in STS. The application also deploys and starts up fine on cloud foundry. However, when I try to access the a ...
0
votes
4answers
95 views

Grails resources plugin and cloudfoundry

I tried to deploy my app to cloudfoundry, everything goes smooth however none of my static resources that use the resources plugin can be found. In the logs i get lots of errors like the below ...
0
votes
1answer
81 views

deploying Grails app with CloudFoundry plugin

I use the Grails CloudFoundry plugin to deploy my Grails app. Almost as soon as the app has been started, it runs out of PermGen memory. Is there any way I can increase the amount of PermGen memory ...
0
votes
2answers
103 views

CloudFoundry: hello world and informations

I'm going to try this new cloud technology. So I think the best place to start from is: http://www.youtube.com/watch?v=XcI-2V-mmmw HelloCloud example is really nice but actually does NOT work, as it ...
0
votes
1answer
53 views

NoSuchMethodError running RabbitMQ in CloudFoundry

I recently set a SpringSource CloudFoundry micro cloud instance and am trying to run through their fairly brief messaging example using RabbitMQ found here (with code): ...
0
votes
5answers
350 views

CloudFoundry: Java, Ruby or Node.js?

I happened to know about the new project CloudFoundry by VMWare If I want to deploy an application on CloudFoundry.com, which language is the best choice? Just like Google App Engine, obviously, ...
0
votes
1answer
170 views

what is Cloud Foundry & spring

I am trying to get the idea of cloud serves but didn't get the point of that. Dose it can replace a server for the app? what is the purpose of it? I have an android app and I what to get info from the ...
0
votes
1answer
163 views

HTTPS node app on Cloud Foundry

Is it possible to deploy a node.js app on Cloud Foundry that listens for HTTPS requests on port 443? I can find various references to SSL support in the Cloud Foundry forums, but no actual examples ...
0
votes
1answer
99 views

Securing service parameters in Cloud Foundry environment variables

Environment variables are the means by which the Cloud Foundry runtime communicates to the application about its environment. One of the most important pieces of information it communicates are the ...
0
votes
2answers
229 views

Why can't Cloud Foundry load mongo_mapper?

I've uploaded a simple Ruby test application to Cloud Foundry that works on my machineā„¢, but it gives the following error on the site. ====> logs/stderr.log <==== ...
0
votes
1answer
211 views

Problem with Hyperic monitoring on CloudFoundry - frequent alerts

I'm running single instance CloudFoundry configuration with one web application. I turned on Hyperic monitoring with notification for case of web app unavailability. Now I randomly receive alert ...