Issue with a custom built servlet
Hi,
Good Day!
I have a question, in our AEM as a Managed Service instance we have 2 Create Asset Servlet. which are interfering with each other. Basically if both of the servlets are in running condition, we are not able to upload any asset.
AEM default Asset upload servlet ----> com.day.cq.dam.core.impl.servlet.CreateAssetServlet
Custom built servlet -----> com.custombuilt.aem.servlets.CreateAssetServlet
The mentioned custom built servlet for asset upload is interfering with the default servlet. We have to disable it whenever our author server is getting restarted.
For some reason we cannot remove the mentioned servlet in a new AEM build, is there a way to permanently disable the custom built servlet without removing it.
Thank You in advance.