This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Mar 18, 2015, 6:05 AM
14 Posts

Asynchronous servlets in Domino 9?

  • Category: Domino Server
  • Platform: All Platforms
  • Release: 9.0.1,9.0
  • Role: Developer
  • Tags:
  • Replies: 2
Is there any way to use custom asynchronous servlets (which are part of the Servlet 3.0 specification) in Domino 9.0 or 9.0.1 ?

I tried creating a very simple asynchronous servlet which I packaged in a Jar file in the domino/data/domino/servlet directory.
When I called the servlet from a browser, I got these messages in the Domino server log:
18/03/2015 04:57:22 PM HTTP JVM: com.isw.test.AsyncServlet: init
18/03/2015 04:57:22 PM HTTP JVM: java.lang.NoSuchMethodError: javax/servlet/http/HttpServletRequest.startAsync()Ljavax/servlet/AsyncContext;: javax/servlet/http/HttpServletRequest.startAsync()Ljavax/servlet/AsyncContext;

The server document for my Domino 9.0.1 server has the "Java servlet support" option set to "Domino Servlet Manager".
The second message above indicates that the servlet manager doesn't support aynchronous servlets, so could I use some third-party servlet manager to do this?

I know "Third Party Servlet Support" is an option, but I can't find information about how to make this work.
Mar 18, 2015, 10:06 AM
103 Posts
Pointer...

I've not tried it myself but have you read Eric's blog postings about Servlets?  Maybe it can point you in the right direction.

http://edm00se.io/

Mar 19, 2015, 12:06 AM
14 Posts
I haven't read that...
Thanks for the link. I'll have a look through those posts and see if I can find anything useful.

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal