JSP tag library not resolving
I have a project that is being lifted from AEM 6.2. I have a version of the archetype from way back then and I'm attempting to upgrade to the AEM archetype 40 version. The issue I'm having is that the type library doesn't seem to be resolving.
They are in the manifest for the bundle:
0 Tue Jul 25 15:11:04 MDT 2023 META-INF/
8835 Tue Jul 25 15:11:04 MDT 2023 META-INF/MANIFEST.MF
7751 Tue Jul 25 15:10:48 MDT 2023 META-INF/catcontent.tld
0 Tue Jul 25 15:10:48 MDT 2023 META-INF/glossary.tld
15911 Tue Jul 25 15:10:48 MDT 2023 META-INF/hnfs.tld
2631 Tue Jul 25 15:10:48 MDT 2023 META-INF/log.tldWhen I access the page, I am getting an error that the absolute URL in one of the tag library files cannot be resolved. Using the older archetype, this works but I want to update the project to the new archetype to better organize the work and take advantage of deploying code using profiles instead of having to manually package things and then deploy manually as well.
What should I look for to get this working?
Thanks in advance.