How to create Symbolic links for Dispatcher | Community
Skip to main content
New Participant
October 15, 2020
Solved

How to create Symbolic links for Dispatcher

  • October 15, 2020
  • 1 reply
  • 7360 views

HI,

 

I need to create Symlinks in my Enabled farm and vhost folder as part of my code repository for Cloud Manager.

Previously I used to create them after deployment right in the AEM box by issuing commands:

 

sudo /bin/ln -s /etc/httpd/conf.d/available_vhosts/* /etc/httpd/conf.d/enabled_vhosts/
sudo /bin/ln -s /etc/httpd/conf.dispatcher.d/available_farms/* /etc/httpd/conf.dispatcher.d/enabled_farms/

 

But as per Cloud Manager requirement, I need to create and push the Symlinks as part of the code Repo itself. Any suggestion how to do it locally using IDE like Eclipse/VSCode..?

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 Mayukh007

I can use same command in my terminal do create locally as well...So that should work for me as well..

 

https://apple.stackexchange.com/questions/115646/how-can-i-create-a-symbolic-link-in-terminal

1 reply

Mayukh007AuthorAccepted solution
New Participant
October 15, 2020

I can use same command in my terminal do create locally as well...So that should work for me as well..

 

https://apple.stackexchange.com/questions/115646/how-can-i-create-a-symbolic-link-in-terminal

New Participant
February 16, 2021
This worked for me, however after running a mvn clean install, the files are missing from the zip