Hi,
My question is a bit strange. Where does the code for the AEM application run from? For instance when I run localhost:4502/aem/start.html where is the aem/start.html code or what servlet does it trigger?
I am also trying to find the code for /crx/packmgr/service.jsp just to learn a bit more about the platform and how that works.
thanks
Sam
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @SamFlyn ,
When you hit /aem/start.html below are the servlets and script will execute in order of preference for method for given method:
Similarly for /crx/packmgr/service.jsp
You can check all such process here http://localhost:4502/system/console/servletresolver
Additionally, You can also get some more details by installing x-ray mode where you can see which all scripts are processing by navigating to any AEM Touch UI pages like /sites.html, /assets.html, and /aem/tags in x-ray mode. For more details please visit article [0].
[0]: https://www.bounteous.com/insights/2020/12/12/inspecting-aem-admin-ui-components-ease
Hope that helps!
Regards,
Santosh
Hi @SamFlyn ,
When you hit /aem/start.html below are the servlets and script will execute in order of preference for method for given method:
Similarly for /crx/packmgr/service.jsp
You can check all such process here http://localhost:4502/system/console/servletresolver
Additionally, You can also get some more details by installing x-ray mode where you can see which all scripts are processing by navigating to any AEM Touch UI pages like /sites.html, /assets.html, and /aem/tags in x-ray mode. For more details please visit article [0].
[0]: https://www.bounteous.com/insights/2020/12/12/inspecting-aem-admin-ui-components-ease
Hope that helps!
Regards,
Santosh
Mate this is some next-level type of help! Thank you ever so much for this detailed explanation!
Views
Likes
Replies