Questions tagged [paas]

paas is short for Platform-as-a-service, a category of cloud-centric services.

Platform as a service (PaaS) is a category of cloud computing services that provides a platform allowing customers to develop, run, and manage Web applications without the complexity of building and maintaining the infrastructure

Related tags:

Source: Wikipedia

489 questions
0
votes
1 answer

Heroku suitable for app based on long running processes?

I have an app which requires long running processes - typically over 2 hours (recording streaming media). Based on Heroku's website, my worker server running these processes will be restarted randomly, at least once per day. Is there anyway to…
user1220
  • 101
0
votes
1 answer

Paas for Websocket

I am looking for a WebSocket-enabled PAAS service. So far I have only experimented on Heroku and it works quite fine. Would you recommend other services? Side question: I'm slightly worried about the billing. In the case of Heroku, it seems that…
ticofab
  • 7,551
  • 13
  • 49
  • 90
0
votes
1 answer

Is there a way to bind qpid to a different IP other than localhost?

I am just curious if there is a way to bind qpid to an IP such as 127.1.244.129 The reason I ask is I'm looking to deploy many instances to a PaaS and will need multiple running instances. This is not possible if everything tries to bind to…
catagon87
  • 548
  • 5
  • 21
0
votes
2 answers

qpid failing on start due to http management on ports?

First off thanks for your time in looking at this question. I'm having some issues getting qpid up and running on a PaaS (Openshift Origin). I'm using a blunt force method to get it running my first time by just copying it to the server without…
catagon87
  • 548
  • 5
  • 21
0
votes
1 answer

Configuring JMS Resources in GlassFish in CloudBees platform

All I have a Java EE 7, JMS application. I would like deploy it in GlassFish server of CloudBees Paas. But the resources like connection factory and destination need to be configured in GlassFish. In local host, these resources can be created either…
0
votes
1 answer

How to get arbitrary number of django apps running on same domain, sharing User database, but with different (and isolated) app models?

I am trying to decide how to implement this architecture. I have a base Django package, let's call it BaseApp. I have been developing this for distribution as a tool for others to use. BaseApp defines some view behavior and some base models,…
andy
  • 1,399
  • 3
  • 12
  • 32
0
votes
1 answer

Pushing my app to cloudControl (PaaS) fails: hook declined

When trying to push and deploy my app to cloudControlled PaaS: $ cctrlapp MY_APP/default push I get the following error (reduced output): remote: -----> Receiving push remote: /srv/www/buildpacks/php/bin/compile: line 81:…
Gottlieb Notschnabel
  • 9,408
  • 18
  • 74
  • 116
0
votes
4 answers

PaaS/hosted PaaS without restrictions

I'm looking for nice PaaS that could run applicatons which: Listens to non-80 external port (25th, its a SMTP server) Writes to the persisting filesystem (its 2 different applications, so PaaS I'm looking for dont have to have both features) I…
darvin
  • 529
  • 5
  • 17
0
votes
1 answer

Affinity between Nodejitsu and IAAS

I'm evaluating Nodejitsu for hosting Node.JS. I'm trying to understand the relationship between Nodejitsu and IAAS providers. In particular is Nodejitsu providing me the machines or can I choose that my machine will be on some specific cloud…
Yaron Naveh
  • 23,560
  • 32
  • 103
  • 158
0
votes
2 answers

Free PaaS without / with less port forwarding to bind to custom ports?

I am currently engaged in a project which has the following requirements. The application is written in Python, The Application has two threads running at any instance, one is the 'server' and the other is the 'app-logic'. The server listens on…
damith219
  • 137
  • 11
0
votes
1 answer

Does google app engine support out-standard python lib?

I want a python program with scrapy lib, for crawling website, and I want deploy it to the google app. But I heard the google app only support the standard python lib, so my program can't deploy to it? Does any hack I can do? If the google app real…
hh54188
  • 14,887
  • 32
  • 113
  • 184
0
votes
1 answer

cakephp 2.x file upload

CakePHP 2.x on OpenShift PAAS I am trying to get all the particulars about a file name type temp name Some Results: print_r($this->data); Array ( [Import] => Array ( [file] => PCI_card_KCF_04252013.csv ) ) and…
Simply Seth
  • 3,246
  • 17
  • 51
  • 77
0
votes
1 answer

Ever use force paas to develop web apps?

I am a java developer. I have been working with Grails for the past 3 years and love it My employer is urging me to use Force.com I attended a workshop held by salseforce.com on their Force.com PaaS The product seems interesting at first glance. It…
0
votes
1 answer

CloudBees: Deploy 2 different versions of the same WAR to different app instances

Is this possible? I'm trying to achieve a partial production release whereby, if my app has (say) 6 instances up and running, I could deploy a new version out to only 1 or 2 of them and turn sticky sessions on. That way, the first time a user gets…
user1768830
0
votes
1 answer

CloudBees and DoS Protection/Blacklisting

Does CloudBees offer anything in the way of DoS protection or IP blacklisting? I'm wondering what the recommended practices are for protecting CloudBees apps from these kinds of attacks, and don't see anything in their developer docs that indicates…
user1768830