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 @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 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