Questions tagged [jelastic]

Platform-as-a-Service for developers with support of Java, PHP, Ruby, Node.js, Python and Docker-based applications

Jelastic is a robust solution with the benefits of PaaS and CaaS in a single turnkey package. Its rich interface simplifies complex cloud deployments by automating the creation, scaling, clustering and security updates of microservices or monolithic applications. Jelastic has a unique pay-for usage-only pricing model and is available as public, private, hybrid and multi-cloud in more than 55 data centers worldwide. The platform provides support of Java, PHP, Ruby, Node.js, Python, .NET environments and custom Docker containers.

More info is at https://jelastic.com

402 questions
0
votes
1 answer

Port forwarding in Jelastic with Docker

I have simple application which has rest api on port 4567 and run it in my docker container in jelastic cloud. Now I want to forward port 4567 to the external world. When I run docker locally I can do it like that: docker run -d -p 4567:4567 -ti…
Catalina
  • 27
  • 3
0
votes
1 answer

Using SSL certificate files outside container on Jelastic

My server configuration on Jelastic are one Container with Nginx and another with Node, i don´t have ftp access to the Nginx container only the Node one. I´m trying to use multiple domains with multiple ssl certificates just like I already did with…
Patric
  • 763
  • 1
  • 8
  • 17
0
votes
1 answer

Passing on costs to tenants

If I am a Jelastic customer, does Jelastic offer ways measure and monitor usage in such a way that I can also split up the accrued costs among my customers? In other words, I would be extending the PaaS in certain ways to offer to my…
m8a
  • 682
  • 5
  • 11
0
votes
1 answer

AWS and Rackspace support

I like what I see and hear from Jelastic. I was wondering if Jelastic will or does support AWS' ECS or Rackspace's Carina? I am just looking for bigger names in IaaS. Scott
m8a
  • 682
  • 5
  • 11
0
votes
1 answer

Server Sent event code not working on jelastic

I am learning Server Sent events in java and for that I am using a simple example. I am using Windows 7, Java 1.7, Tomcat 7, Eclipse Indigo. I have created a servlet (SseServer.java), the code for this servlet is as follows: package sse; import…
Abhijeet
  • 49
  • 10
0
votes
1 answer

How to properly manage storage in Jelastic

Okay, another question. In AWS I have EBS, which allows me to create volumes, define iops/size for them, mount to desired EC2 machines and take snapshots. How can I achieve same features in Jelastic? I have option to create "Storage Container" but…
Vova Rozhkov
  • 1,582
  • 2
  • 19
  • 27
0
votes
1 answer

AWS-like security groups and networking in Jelastic

I'm looking for AWS-like security groups in Jelastic platform. In AWS all the things are pretty straightforward: you create vpc, define subnets, define in/out rules and that's it. There's options to set public/private IPs for the boxes, get the…
Vova Rozhkov
  • 1,582
  • 2
  • 19
  • 27
0
votes
1 answer

Jetty cannot start - ContextHandler stopped

I am trying to figure out the root cause while my application would not work when running on Jelastic, while running with maven jetty:run locally it works fine. server.log WARNING: System properties and/or JVM args set. Consider using --dry-run…
quarks
  • 33,478
  • 73
  • 290
  • 513
0
votes
1 answer

Deploying CS-Cart on Jelastic cloud

does anybody tried to deploy CS-Cart to Jelastic cloud? There's an instruction on how to setup CS-Cart on nginx, but i want to set up on native Jelastic environment with nginx, not vps. Confused with nginx configuration.
JDF
  • 71
  • 1
  • 6
0
votes
1 answer

How to access specific host and port of an environment's node on jelastic, from another environment?

I have two environments on jelastic 4.7. On one of them I have a Java Stack and a Redis server that need to be kept private without a public IP address. On the other environment, I have a Node.js Stack that have a Public IP. So, Im searching the…
Marcos Arruda
  • 553
  • 4
  • 3
0
votes
1 answer

Jelastic Poor Performance and Poor Support Issue

Please explain me how containers are sharing hardware node resources between each other? I feel my node is lack of CPU resources. Even though I set maximum for cloudlets limit. I have no real load on my node, but last month it very often stops…
Woody
  • 23
  • 4
0
votes
1 answer

How Unzip a Folder At Jelatics?

i'm new here. I would like to know how can i unzip a uploaded folder at apache / jelastic / Wordpress, like a folder with all my plugins or images.
Silvia
  • 1
0
votes
2 answers

jelastic Tomcat 8 access to storage

I am evaluating jelastic for use with Tomcat 8 and Postgres 9.5. Does a user have ssh access to the instance that is running these services? Does Tomcat have access to the local storage, or can you attach storage that Tomcat can create and read…
mcg1103
  • 678
  • 1
  • 4
  • 9
0
votes
1 answer

How many concurrent connections can support a Jelastic node?

I'm using Jelastic and smartfoxserver 2x for a multiplayer server. I want to know if there is a limit to the concurrent tcp socket connections.
0
votes
2 answers

Docker tomcat8-jre8 hacked?

I hosted a web-app on jelastic (dogado) as a docker container (the official docker container link). After 2 weeks I get an email: Dear Jelastic customer, there was a process of the command "/usr/local/tomcat/3333" which was sending massive…
Matthias Hamann
  • 719
  • 8
  • 27