Hello everyone,
I'm using AEM 6.4 and want to update a package I created (add some filters to the package) with a curl command.
unfortunately, when I try to send a request to http://localhost:4502/crx/packmgr/update.jsp , I get a 404 Response.
"/crx/packmgr/service.jsp" and "/crx/packmgr/list.jsp" both are working fine. It's just the update.jsp that is missing.
On the production server, the update.jsp file is available.
Where can I find the update.jsp file to transfer it from the production server to my local instance?
Thanks a lot
Solved! Go to Solution.
Hi,
/crx/packmgr/update.jsp only works with POST, thats why it shows 404 in browser.
Views
Replies
Total Likes
Hi,
/crx/packmgr/update.jsp only works with POST, thats why it shows 404 in browser.
Views
Replies
Total Likes
A GET Request to update.jsp on the production server Responses with a HTTP 200 code. Here is the output:
But on my local machine it Responses a 404.
Views
Replies
Total Likes
Can you try the same CURL request on a fresh DEV instance - i am wondering if issue is with the instance.
Did you try a CURL Request on a fresh instance?
Views
Replies
Total Likes
Views
Likes
Replies