app.jelastic.eapps.com and objectdb

#1

It seems that this web hosting service doesn't support objectdb and that is frustrating. Does anyone know a way around this? pls help a brother...

#2

You should be able to use ObjectDB on any real VPS, apparently including on eapps.com.

Are you able to run Java and servlets on that hosting?

If you do, then following this tutorial you can also add ObjectDB.

ObjectDB Support
#3

Hi!

Jelastic is a Java server Container enviroment.

https://www.virtuozzo.com/application-platform-docs/environment-variables/

Do you use the right file location for the ObjectDB files?

Peter

 

 

#4

If Jelastic supports standard Java web applications, the location of ObjectDB files would be as usual, as demonstrated in the ObjectDB web application tutorials. Note that in embedded mode using ObjectDB is like using any Java library (i.e. adding a JAR file to the project), so it is very unlikely that this will not be supported.

ObjectDB Support

Reply