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

Deploy docker registry in Jelastic

I wish to deploy a private Docker registry in Jelastic environment. I've deployed the registry:2 image from the marketplace and, once logged via ssh into the container, generated the CRT and KEY file. I've defined REGISTRY_HTTP_TLS_CERTIFICATE and…
lrkwz
  • 6,105
  • 3
  • 36
  • 59
0
votes
0 answers

MySQL Connection pool Communication failure while idle for a few minutes

I have a problem with my connection with MySQL server from Java. It is a remote MySQL server. I'm using Glassfish 4. I'm using connection pooling and jdbc to connect to the database. After a few minutes of idle, the connection link is broken. The…
ashcrok
  • 234
  • 3
  • 16
0
votes
0 answers

Ajax listener not working with JSF2.2 inputFile

Hi my problem is somewhat similar to the following: ajax-listener-not-working-with-inputfile I am able to upload files using an AJAX call in my local environment and everything works as expected. However, when I deploy the war file onto Jelastic…
kbgnat
  • 1
  • 1
0
votes
1 answer

jelastic: copy files in apache tomcat bin folder

I have deployed my web application in jelastic. My application interacts with an API that requires a licence. The licence files are to be copied in bin folder of Apache tomcat 7. How do I copy licence files in the bin folder in jelastic? I need some…
user1584253
  • 975
  • 2
  • 18
  • 55
0
votes
0 answers

Request Entity Too Large When Deploying to Tomcat using Maven

I get this error, when trying to deploy my application to Tomcat server in Jelastic Cloud using Maven build tools. org.apache.http.client.HttpResponseException: Request Entity Too Large Can you explain to me what is the problem? Is it maven that…
dk_016
  • 36
  • 1
  • 5
0
votes
2 answers

Restart a Tomcat on Jelastic automatically

I have a Tomcat 7 instance in Dogado Jelastic cloud (Jelastic platform version is 2.5.2). As well I have a Bamboo, which deploys everynight two applications on this Tomcat 7 instance. Due to some problems in applications I have memory leaks, which…
Roman Proshin
  • 830
  • 2
  • 9
  • 18
0
votes
1 answer

payment systems for jelastic based apps

I'm thinking of building a web app and deploying it on the Jelastic PAAS. This web app is going to need integration with a payment system for subscriptions. Does Jelastic provide any integrations? If not, where should I look?
user2868835
  • 1,250
  • 3
  • 19
  • 33
0
votes
1 answer

Unable to set "Environment Variable"

I want to run a script /usr/sbin/run.sh when I start my container on Jelastic, so I did following: Set Environment Variable, PATH = /usr/sbin In RUN command section, I set it to run.sh Then I follow normal procedure to add container on Jelastic,…
J John
  • 5,591
  • 3
  • 11
  • 9
0
votes
3 answers

Unable to remote SSH to my docker container on Jelastic

I created my custom image based on Centos and deployed it to Jelastic but I found I can't SSH into my container. After some troubleshooting I found SSH was not installed in my container so added open-ssh to my container but it was still not…
J John
  • 5,591
  • 3
  • 11
  • 9
0
votes
1 answer

Sample code to deploy docker container on Jelastic

Can anyone provide sample code to deploy docker container on Jelastic? I was reading Jelastic official API document, it looks like this piece of information is missing. Many thanks!
J John
  • 5,591
  • 3
  • 11
  • 9
0
votes
1 answer

Jelastic - ImageIO.read() connection refused

when reading an image via ImageIO.read(url) I am getting a connection refused error. The URL consists of the public IP address + relative path to image. Is the error because of firewall settings? Over the browser, the URL works.
Chris
  • 89
  • 1
  • 10
0
votes
1 answer

Jelastic - Firefox gives "This page isn't redirecting properly" when Accessing a Secure Page using GlassFish Server (HTTPS)

Good day! I am currently testing my newly developed Web Application (Online Public Access Catalog) online using Jelastic as the web hosting site. The Web App is working perfectly when I deploy it on my computer locally. After deploying it in…
0
votes
1 answer

How do I point the web server to my web application?

I am ready to upload my web application to an online server. I picked the first one I saw opened on youtube which is Jelastic Cloud. My web application looks like this (UPDATE: it added a glassfish-web.xml, see below) I usually run it by…
user3474126
  • 63
  • 1
  • 12
0
votes
2 answers

Cann't get file from classpath (using NIO2)

I want to create a String from the content of the file. According this answer I do it in this way: private static String buildStringFromTemplate(String stringTemplatePath) throws IOException { byte[] encoded =…
Sergey
  • 1,059
  • 3
  • 21
  • 35
0
votes
2 answers

Jelastic - How to change server date and time to UTC?

I'm trying to change my Jelastic server environment clock to UTC. I tried: hwclock --systohc But my server (CentOS) somehow does not recognize the command hwclock. Perhaps they removed it, I don't know. I tried searching their docs but did not find…
MagisterMundus
  • 335
  • 4
  • 18