Yes, that was the issue. The version of core jar in ui.apps was an older version which is why I couldnt see my servlets in action. Thanks for your help
@BrianKasingli I navigated to ui.apps package and could see the jar present there inside apps/proj/install. The issue was that it contained an older version of the core jar which was then flowing as is into the all.snapshot. I deleted it and did a clean maven install which got the latest core jar in...
@arunpatidarI navigated to ui.apps package and could see the jar present there inside apps/proj/install. The issue was that it contained an older version of the core jar for some reason. I deleted it and did a clean maven install which got the latest core jar in there. Thanks for your help.
So I have an AEM website with the entire folder structure including the core package with java files. The way I'm currently exporting it to be able to run on any other machine is that I download the "samplewebsite.all.SNAPSHOT " through CRXDE and upload the same on the other machine through CRXDE. F...
@BrianKasingli The core package is active, however I dont have my servlet running as a service, which I guess is the issue. Any fixes you can recommend?
@BrianKasingli I see no errors in the logs. Even on the frontend theres an empty space where my custom component is supposed to render. Just curious, if I've set my resourceType same as in the servlet, what could be the issue
So I have a aem project that I'm trying to run on a different machine. I just zipped my repository, unzipped it on the destination machine and did a maven build and deploy. I can see all my pages come up along with my components However I faced an issue. One of my custom components uses a servlet fo...
@Shashi_MuluguThanks for your response. Currently the way I've set it up is that it'll make the rest call for both the end user content and on the authoring side. The content gets updated once a month or quarterly. Also its public content, nothing confidential. For the 2nd and 3rd solutions, can you...