Hi , I am trying to write a junit for a path based servlet using junit5. The servlet basically reads an input stream (XML format) and then processes that further.I am trying to load XML from class path src/test/resources : private final AemContext context = new AemContext(); @BeforeEachpublic void s...
Hi ,We are trying to assemple pdf using AssemblePdfService . I was able to create DDX with the same names of pdf also we are passing all the pdf in map as key value pair. I am not able to assemble the all the pdfs stored in DAM .
there are incorrect paths getting appended in the URL for the pdf whil...
Hi @Pulkit_Jain_ ,
if we have 4 cores and we have set the configuration as 8 and suppose we are hitting more than 8 request (10,11,12...) then what will happen to the 9th and subsequent request will they wait in the queue or bounce .
Thanks.
Hi ,
Actually, A third party is hitting our servlet and posting an XML as an input stream which we are using to generate PDF at the run time . I just wanted to confirm in a distributed system if we are hitting multiple request for the PDF generation then is there any performance issue and will the...
Hi ,
We are trying to create a resource type based servlet . The resource type is mentioned on the jcr:content of the page node . When we are trying to access the servlet using postman . we need to insert jcr:content along with the page path and the selector and extension for the servlet . Is ther...
Hi @SivakumarKanoori ,
We are trying to use the servlet as rest end point to post the data from third party and then create PDF with the input stream posted by third party.
Therfore, we want to clarify whether hitting the servlet with multiple request can bounce some of the request.
thanks
Hi All,
I am trying to create pdf using AEM forms output service. Can the output service handle multiple request for pdf generation at the same time.
Thanks
Hi All,
Please can anyone confirm if we can expose the resourcetype based post servlet as a rest API to a system.
In case we are exposing the servlet will it create issues when there are multiple request hitting the Servlet at the same time.
Thanks