I am new to dotCMS. I am looking for the location that tomcat stores the data or files that are created by user, such as the content and site.
I created the the site and some content on dotCMS, and I used tomcat as the server. I am finding the location that those data or file saves in the computer, and that should be inside the server.
Someone told me that those .jsp files store in
tomcat\work\Catalina\localhost\ROOT\org\apache\jsp
will tell the location of the data, and I can trace the location with the help of cmd. But I have no idea what the codes inside the .jsp is talking about.
Could anyone please teach me how to trace the location of those data? How dotCMS processes those data and then send to the server for storage?
Thanks!
--------update-------- Is that means file based assets inside the site will store in the same folder? How about the storage location of a site? Is that and specific file to store one site, or the sites will be group together in a file? May I have one more question: The characteristic of dotCMS is to manage and process data in a website and maintain them in a user-friendly way? Those data will be store in the server. I would like to confirm whether it is correct. Thanks.