Register a Servlet - Artifact Deployment

fabian_lang
edited May 16, 2017 in Documentum #1

Hi there,

I implemented a Bof-Module (for Documentum Workflow) which internally uses the hystrix library from Netflix for isolating external calls. The Module ist deployed within a Composer artifact project.

Netflix provides some metrics about the calls made to external systems. These metrics are exposed by a "hystrix stream" which gets delivered to the consumer via a servlet. Is it possible to register a servlet (normally in a web.xml) in an artifact project?

Since the target of the deployment is in the end a jboss it should be possible in any way but I don't know how to do it.

Thank you for your help.

Greetings,

Fabian Lang

Tagged:

Comments

  • dnvhariprasad
    edited May 16, 2017 #2

    do you want to consume the data from servlet?  or send the data to some other systems?

    If you want to consume, you can use bps (process integrator).  Also is it custom code or which client are you using?