I meant this AEMaaCS section where I can define environment variables. I'll be using them as OSGI config. Also, do these values come in as a list of string or string array? Thanks!
some info:1. I need to check some stuff on the request before it can continue with normal processing.2. if the check fails, I need to redirect the user to the 404 page.3. I need to have access to Http session and HTTP request objects.4. I only need to filter on a specific path (example: /content/my...
I know apps and libs are immutable. I know I can write in /content and /conf. But I'm unsure what other folders can be written into during deployment.Thanks!
according to this page (https://adobe-consulting-services.github.io/acs-aem-commons/pages/maven.html), there are no artifact called "-cloud" (like what you wrote) for maven.this is the suggestion given (which is exactly/very similar to mine)<plugins>
<plugin>
<groupId>org.apache.jackrabbit</gr...
TLDR: My problem is that when I'm inside my IDE (in this case it's IntelliJ), the IDE cannot find "com.adobe.acs"Any ideas on how to fix? Thanks---------------------------1. So I already have these 2 entries in my pom file<embedded>
<artifactId>acs-aem-commons-all</artifactId>
<target>/apps/my...
TLDR: I need to store a value in AEM author. I need to be able to change the value and then published that value as well. I am thinking of saving the value somewhere in /conf/my-apps (example: /conf/my-apps/my-node)?Thanks!some info: (these are just some initial thoughts. feel free to make suggestio...
apologies for the late reply.did you mean something like this? => ENTRYPOINT ["java", "-jar", "/opt/aem/cq-author-p4502.jar", "-r", "author", "-p", "4502", "-verbose"] OR did you mean the start script mentioned in crx-quickstart/bin?Thanks again.