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

CPU Load Issue (Magnolia-5.3.3 Jackrabbit-2.8.0)

Project use DAM as storage of many mp3 for licensing (plan more then 750Gb) We upload mp3 and metadata by Rest. Server: CPU 2 GHz, mem 1.2 Gb available for java 64bit 1.7.0_51-b13 (jelastic), DB - MySQL We upload 30 Gb of mp3. After that suddenly…
0
votes
1 answer

JSF page on Glassfish cluster always in english

I'm facing strange behavior of the localization. I've two languages in my app - english and slovak. On my local Glassfish switching locale works perfectly. But the same application deployed on Jelastic Glassfish is always in english. Switching…
Michal
  • 614
  • 8
  • 20
0
votes
1 answer

Best configuration for a multiapp-one db scenario on Jelastic

I'm approaching the deployment of 4 Java webapps that share a common database. I wonder what is the best scenario to do that under the Jelastic platform: 5 environments, 5 nodes (4 tomcat and 1 db) 1 environment, 5 nodes (4 tomcat and 1 db) 1…
0
votes
1 answer

Nginx. Equal symbol displayed as an error in my editor in Jelastic

I've this nginx configuration location /upload/images { rewrite "/upload/images/(.*)" /upload/images/index.php?path=$1 last; } Seems that my editor in jelastic doesn't recognize the = equal symbol after the path and the editor doesn't…
Claudio Ferraro
  • 4,551
  • 6
  • 43
  • 78
0
votes
0 answers

Access webservice on Jelastic

I'm trying access a web service on Glassfish 3 on Jelastic, but Glassfish always displays HTTP Status 404. I've tried some URLs, but without any success. Webservice is deployed correctly - I can see it in…
Michal
  • 614
  • 8
  • 20
0
votes
1 answer

Support cyrillic domains

Is there cyrillic domain names supported in jelastic? If so, how can I bind it? I tried to bind it in cyrillic symbols and in xn-- standart. But there are error (forbidden signs in domain name) and I can't bind domain name.
verybadbug
  • 899
  • 1
  • 9
  • 16
0
votes
2 answers

ELF Header Error and Building Modules In Apache for Jelastic

So I'm building a web app and I decided to move it from my localhost to Jelastic. The app requires one custom module: mod_auth_cas. I followed the instructions on the Jelastic website for adding a module. The only step I didn't follow was compiling…
Karl
  • 29
  • 2
  • 6
0
votes
1 answer

error with deploying spring hibernate mysql connection

hi my app is based on spring-hibernate.Database is mysql. I imported my db with phpmyadmin in jelastic. hibernate connection detail
boycod3
  • 5,033
  • 11
  • 58
  • 87
0
votes
1 answer

Jelastic with hibernate config error

passhi plnning to deploy a spring hibernate app on jelastic cloud,And i cofigured with as my below code .After deploying tomcat throw error coanot find connection error...
boycod3
  • 5,033
  • 11
  • 58
  • 87
0
votes
1 answer

Only find() query works well for me !!!? MongoDB php

I'm working on Jelastic cloud platform and I'm trying to use MongoDB for my php website. The only query that worked correctly for me was the $db.collection.find(); .. I tried executing my code exactly after the connection as following, but it also…
Ghadeer Walid
  • 41
  • 3
  • 10
0
votes
0 answers

Jelastic with Maven and Bitbucket

when try to build source code on environment [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project: Fatal error compiling: invalid target release: 1.7 -> [Help 1] My pom.xml …
rdm
  • 330
  • 1
  • 4
  • 18
0
votes
0 answers

EJB Remote and Load Blancing per request

I am using Jelastic to easily deploy a cluster of Glassfish servers. As load balancer, a NGINX server is also placed front of this cluster. Basically, each request goes first to the NGINX server that chooses to which Glassfish server to send the…
ZouBi
  • 763
  • 1
  • 7
  • 17
0
votes
1 answer

java PaaS performance

my java ee 7 app requires a lot of CPU resources. I test it on Jelastic with 64 cloudlets. During the test, the app consumed up to 60 cloudlets. But at end of the test, I was surprised to see that the app runs at least 2-3 time faster on my macbook…
kem
  • 407
  • 1
  • 6
  • 20
0
votes
0 answers

How to open a PHP socket server on my Jelastic environment? Issue Binding

I have a Jelastic environment which runs a PHP socket server that receives messages from GPS devices (which communicate via GPRS) and stores what it receives. I'm using the SocketServer.class.php class created by Navarr Barnier (link here). It's a…
MagisterMundus
  • 335
  • 4
  • 18
0
votes
1 answer

Deploy partial updates to Jelastic

I have a project with a 26mb war file of which 25mb are library jars. Is there a way to not have to re-deploy these jars with the war each time. I notice in the Jelastic tomcat directory, there's the war file and then there's the uncompressed…
jnash67
  • 271
  • 2
  • 7