Questions tagged [stackato]

ActiveState Stackato is a commercially supported Platform-as-a-Service based on open source technologies.

ActiveState Stackato is a secure, stable, and commercially supported Platform-as-a-Service (PaaS) that is built with and on top of various open source components such as Cloud Foundry and Docker.

A private Platform as a Service based on Cloud Foundry.

10 questions
2
votes
0 answers

Error while deploying Ruby Application into Stackato

I am deploying Rack based ruby Application in stackato. Because of local network i have downloaded all my gems locally when i try to push after some stagging i am getting the following error. Fetching missing gems from RubyGems staging:…
santosh
  • 1,611
  • 1
  • 13
  • 21
1
vote
1 answer

Cloud Foundry Buildpack environment access

I am trying to customize a Cloud Foundry buildpack and wanted to know if (within the buildpack) is it possible to obtain the Org and Space the application is being being pushed to?
PJC
  • 43
  • 1
  • 6
1
vote
1 answer

Cloud Foundry - is it possible to check files on flapping app?

Is there a way to review content/files on a flapping app instance? I had today this problem with one go application and unfortunately since container didnt start, I couldnt check what files are there. So the only way to debug problem (which was btw…
Lech Migdal
  • 3,828
  • 5
  • 36
  • 63
0
votes
0 answers

Reload configuration data without server application/server

I have a requirement to reload a configuration file dynamically without restarting the server. Details with example: I have a restful web service deployed in stackato server. I am using Jenkins pipeline to build and deploy in the server. I need to…
0
votes
1 answer

Deploying Angular app in helion stackato

how to deploy a angular 4 app in helion stackato? http://docs.stackato.com/admin/console/sample-applications.html I tried the create menifest.yml file and push in stackto but it is not working. I am not able to get any sample yml file for angular4…
0
votes
1 answer

Cloud Foundry Change Buildpack from Command Line

I have a Jenkins app running on Cloud Foundry for a POC. Since it's Jenkins it uses a bound service for file persistence. I had to make a change to the Java Buildpack and would like Jenkins to use the updated buildpack. I could pull the source for…
0
votes
2 answers

Stackato not servering Django static files

I am deploying an Django app to Stackato. Everything works fine except static files. According to the documentation, here is my setting in .yml file: processes: web: $STACKATO_UWSGI --static-map /static=$HOME/static And here is my local…
Hua2308
  • 451
  • 6
  • 14
0
votes
1 answer

How to use Stackato

I have part of my team using komodo, and so I have looked into Stackato. At first Stackato looked nice, but I can not figure out how to use it. It is available for download as a VM image. You can also deploy it to an existing infrastructure. But…
James Parsons
  • 6,097
  • 12
  • 68
  • 108
0
votes
2 answers

MongoError: not authorized for insert/query; stackato

This is a part of a corporate project. I am trying to host an application on the stackato server put up by my company. My app has a node framework with mongodb support. I wrote a simple script that tries to connect to the db service and insert a…
user2938718
  • 13
  • 2
  • 4
0
votes
1 answer

Spring 3.1 Profile: how to set in Stackato Tomcat container

I'm using Spring 3.1.3 and the new profile feature. When I set the environment in my IDE for spring_profiles_active=NONPROD, it works fine. However, when I deploy to our aPaaS environment which is also using Tomcat, it isn't getting picked up. …
occasl
  • 5,303
  • 5
  • 56
  • 81