Fórum

Where are my images stored?

Erik Bakstad, modificado 15 Anos atrás.

Where are my images stored?

New Member Postagens: 18 Data de Entrada: 06/05/08 Postagens Recentes
Hi, could someone explain to me where the pictures I upload with the image_gallery portlet are stored?

One more thing. I want to create a demo of Liferay on my local Glassfish server, when the demo is ready I would like to deploy to a public available app server. Is using the same database and just move the wars to the public app server a possible aproach? If not, how should I do it? Also, are the only data Liferay stores in the filesystem located in the ${user.home}/liferay folder?

- Thanks

Erik
thumbnail
Manish Kumar Gupta, modificado 15 Anos atrás.

RE: Where are my images stored?

Liferay Master Postagens: 535 Data de Entrada: 16/05/08 Postagens Recentes
Erik Bakstad:
Hi, could someone explain to me where the pictures I upload with the image_gallery portlet are stored?


It stores in database tables Image and IGImage.
Erik Bakstad, modificado 15 Anos atrás.

RE: Where are my images stored?

New Member Postagens: 18 Data de Entrada: 06/05/08 Postagens Recentes
Thank you for answering.

I'm actually thinking about the binarys, not the meta-data. From what I've read, jackrabbit stores the images, but I can't find out where. They are not stored in ${user.home}/liferay/jackrabbit....
thumbnail
Bruno Farache, modificado 15 Anos atrás.

RE: Where are my images stored?

Liferay Master Postagens: 603 Data de Entrada: 14/05/07 Postagens Recentes
The binary data is also stored in the tables Manish mentioned.
Paras Jain, modificado 9 Anos atrás.

RE: Where are my images stored?

New Member Postagens: 7 Data de Entrada: 15/03/12 Postagens Recentes
In case someone lands to this discussion in search for an answer related to 6.1/6.2 . In 6.1 and 6.2 images are stored on the file system (/data folder) by default
thumbnail
David H Nebinger, modificado 9 Anos atrás.

RE: Where are my images stored?

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
Or they could be in the database or the CDN or ...

Wherever they are, they are internal to Liferay and you should only access them via the API...