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

Jelastic mail access using IMAP host

I have deployed My Java server to Jelactic PaaS platform. The project is working fine on the localhost but there it gives com.sun.mail.util.MailConnectException .... Any Solutions Please.... Thanks in Advance.. The stack trace of exception is:…
Wamiq
  • 1,114
  • 3
  • 12
  • 23
0
votes
1 answer

Jelastic Glassfish Mysql Character Setting

I have an application running on Jelastic. The Java based web application is running on Glassfish and the database server is MySql. I developed the project on Netbeans and there was no character problem when running the project on the local machine…
0
votes
2 answers

Jelastic Wordpress site installed in subdirectory and set does not work for the root domain

I want to have a WordPress site directly in the domain of access. without the WP files are actually in the main folder. For example: I install WordPress in a /blog folder (example.com/blog), and I can configure to access is directly in the domain…
guiseibt
  • 3
  • 1
0
votes
1 answer

maven/spring uploaded on jelastic having images problem, when uploaded by user?

I have uploaded my maven/spring project on jelastic and using following to save images: ServletContext servletContext = request.getSession().getServletContext(); String absoluteFilesystemPath = servletContext.getRealPath("/"); byte[]…
kushal jain
  • 149
  • 1
  • 9
0
votes
1 answer

Modify trusted CAs under Jelastic

I'm trying to setup a CAS-based echosystem on the Jelastic infrastructure. I was able to setup both the server and a client under the same Tomcat 7 instance, using the example web application described here. The SSL certificates (CA and server's)…
0
votes
3 answers

Is Jelastic (or any PaaS) robust and reliable enough for enterprise Saas?

Would you trust Jelastic if you were to use it for a SaaS application targeted at Enterprise customers? I'm using it right now for its ease of use in creating a stack for a Java applcation. But it almost feels too easy. What are you thoughts?
Max
  • 639
  • 2
  • 6
  • 19
0
votes
1 answer

Cronjob with Jelastic and Glassfish

I am running a web-application (MyCronTest) on a Glassfish-Server in a Jelastic-Environment. This web-application contains the servlet (/test), that I would like to call regularly with a cron-job. So I followed this tutorial from the Jelastic docs,…
GameDroids
  • 5,584
  • 6
  • 40
  • 59
0
votes
1 answer

Get new GC Agent feature (from 1.9.3) via patch

In the previous Jelastic forum there was an issue that was discussed about the system not releasing RAM, eventually leading to a system crash. I am fairly certain I am experiencing this issue in my environment (running on Jelastic 1.9.2.1), for the…
Katherine
  • 68
  • 5
0
votes
2 answers

Jelastic log rotation

I use jelastic cloud. And I need have to clear logs manualy. How can I make log rotation for nodes (especially apache and nginx).
verybadbug
  • 899
  • 1
  • 9
  • 16
0
votes
2 answers

jelastic JSF 2 PrimeFaces 4 Glassfish 4

My JSF 2.2 + PrimeFaces 4 web application is running correctly on local Glassfish 4 , but when I was uploading war file of the application to Jelastic dogado using Glassfish 3.1.2.2 ,MySQL,and Maven 3 , my application does not recognize jsf tags…
0
votes
2 answers

Stuck in Loading user data

I'm using Jelastic with Flow AppEngine in Switzerland to host some applications and just recently after changing a configuration file (and hitting Save) the environment became unresponsive from an admin panel perspective. It loads all fine from the…
Roberto Andrade
  • 1,793
  • 1
  • 21
  • 27
0
votes
1 answer

How to pack application using Jelastic App Packaging?

Jelastic docs http://docs.jelastic.com/app-packaging says that it is possible to pack application to make it much easier to install for the end-user. But no information how to pack application and create such button. Any thoughts about that?
mot
  • 115
  • 1
  • 7
0
votes
1 answer

Jelastic built-in file deployment manager did not delete old .htaccess files

If you deploy projects via built-in deployment manager, it will delete all old files but not .htaccess file in the root folder. You can run into problems with it - newly deployed project may not even start because of a wrong, old .htaccess file.
mot
  • 115
  • 1
  • 7
0
votes
1 answer

Jelastic built-in file browser did not show subfolders

I've deployed application in http://app.jelasticloud.com/ . Application has file structure: - www -- vendors --- moaction ---- moaction --- twig ---- twig The problem is that folders www/vendors/moaction/moaction and www/vendors/twig/twig are not…
mot
  • 115
  • 1
  • 7
0
votes
2 answers

Java Mail code fails on deployment to Jelastic

I have a Tomcat/Eclipse running a dynamic web project. This includes a known good .war as it's main codebase. The mail .jar is mail.1.4.5.jar. When used locally, the setup, when configured accurately, delivers email via tests no problem. It can…