Deploy the project to AEM using global node | Community
Skip to main content
New Participant
November 23, 2022
Solved

Deploy the project to AEM using global node

  • November 23, 2022
  • 2 replies
  • 651 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Pulkit_Jain_

@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-manager-community as this seems to be a specific AEM deployment scenario.

 

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

2 replies

Mayank_Gandhi
Employee
November 24, 2022

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

 

 

Pulkit_Jain_
Pulkit_Jain_Accepted solution
Employee
November 24, 2022

@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-manager-community as this seems to be a specific AEM deployment scenario.

 

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