Where are bundles stored in AEM 6.2?
I have to support some legacy 6.2 systems. Yes I know we should be running the latest 6.5 version. We have a side project to do this but until we have those systems fully integrated to some systems, I still have to maintain the legacy 6.2 systems.
We had one instance get corrupted on us and rebuilt a fresh instance. The problem I'm having is that there are some third party bundles that are installed in some of the other systems that are not in this rebuilt system. Our code has dependencies on them. (org.jdom, freemarker, cl.captcha, and others).
My question is where these bundles would be stored on a Linux based system and when our bundles are deployed where they would be stored? I am not seeing a similar structure as I'm used to seeing in 6.5 where you have crx-quickstart/launchpad/felix. Where should I be looking?
Thanks in advance.