Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Deploy the project to AEM using global node

Avatar

Level 2

How can i make the AEM to take the globally installed node rather than installing the node again while deploying the project by using "$ mvn clean install -PautoInstallSinglePackage" as my oroganization blocks installation due to security reasons

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@JADISH

You might be referring to an instance running in DMZ (assuming this is not an AEMaaCS instance) on which installation is blocked. 

I suspect if you're unable to install the project using maven due to security reasons, then you might not be able to install the project by updating the targetURL to a global node in POM.

You can use cURL commands[0] but not sure if the POST calls are also blocked. 

 

You can repost your query here- https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ct-p/adobe-experience-mana... as this seems to be a specific AEM deployment scenario.

 

[0] - https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/curl.html?lan...   

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

@JADISH

You might be referring to an instance running in DMZ (assuming this is not an AEMaaCS instance) on which installation is blocked. 

I suspect if you're unable to install the project using maven due to security reasons, then you might not be able to install the project by updating the targetURL to a global node in POM.

You can use cURL commands[0] but not sure if the POST calls are also blocked. 

 

You can repost your query here- https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ct-p/adobe-experience-mana... as this seems to be a specific AEM deployment scenario.

 

[0] - https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/curl.html?lan...   

Avatar

Employee Advisor

what do you mean by "globally installed node" @JADISH