Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
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
Résolu ! Accéder à la solution.
Vues
Réponses
Nombre de J’aime
Hi,
/crx/packmgr/update.jsp only works with POST, thats why it shows 404 in browser.
Vues
Réponses
Nombre de J’aime
Hi,
/crx/packmgr/update.jsp only works with POST, thats why it shows 404 in browser.
Vues
Réponses
Nombre de J’aime
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.
Vues
Réponses
Nombre de J’aime
Can you try the same CURL request on a fresh DEV instance - i am wondering if issue is with the instance.
Vues
Réponses
Nombre de J’aime
Did you try a CURL Request on a fresh instance?
Vues
Réponses
Nombre de J’aime
Vues
Likes
Réponses
Vues
Likes
Réponses