might be best explained with some terminal output (I'm using WSL since I can create links there) in the screen dump below, myhost1 and myhost2 are existing domains that can be deployed (to all environments) without any problems since last Friday (The last dev deployment was something I started). myh...
Thanks for the response. In previous versions of ACS commons, I had to write a bash script (auto-run using cron) that downloads the redirect maps from the publisher into the server running Apache HTTPD.
Is there any pros/cons of initializing an Apache HTTPClient variable during @activate vs initializing the same variable when I'm about to use it? private CloseableHttpClient httpClient;
@Activate
protected void activate() {
httpClient = HttpClientBuilder.create()
.setDefaultRequestCon...
1. if content authors are making changes in the component policy, Is it better to import them first into the repo so I don't overwrite their changes once the code is deployed? 2. I edited my original post and added more info. 3. I added a new question. can you please reply as well. thanks
3 questions please 1. I find that the code repo can get old when people update component policies frequently. So I'm thinking of putting the changes into the code repo. thoughts on this? 2. I tried adding an additional style in the component policy in my code repo but the changes I made did NOT show...
I've worked in an AMS setup in the past and at the time we only created a symlink in enabled_hosts to files in available_hosts. what's the better idea? option 1: create the same file (with same contents) in both available_hosts and enabled_hostoption 2: create the file only in enabled_host Thanks! P...
as an example:I just started work in this organization where all git work is done inside the Adobe repos. The vendor has said to me that "pull requests" (including peer review) can be done using the Adobe repo. From what I've read, pull requests (including the ability to easily see the changes) are ...