Foren

Where are my images stored?

Erik Bakstad, geändert vor 15 Jahren.

Where are my images stored?

New Member Beiträge: 18 Beitrittsdatum: 06.05.08 Neueste Beiträge
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, geändert vor 15 Jahren.

RE: Where are my images stored?

Liferay Master Beiträge: 535 Beitrittsdatum: 16.05.08 Neueste Beiträge
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, geändert vor 15 Jahren.

RE: Where are my images stored?

New Member Beiträge: 18 Beitrittsdatum: 06.05.08 Neueste Beiträge
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, geändert vor 15 Jahren.

RE: Where are my images stored?

Liferay Master Beiträge: 603 Beitrittsdatum: 14.05.07 Neueste Beiträge
The binary data is also stored in the tables Manish mentioned.
Paras Jain, geändert vor 9 Jahren.

RE: Where are my images stored?

New Member Beiträge: 7 Beitrittsdatum: 15.03.12 Neueste Beiträge
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, geändert vor 9 Jahren.

RE: Where are my images stored?

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
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...