AppWorx, Dollar Universe and Sysload Community

  • 1.  Request Management (ASO) with Tomcat

    Posted Mar 05, 2019 02:27 PM

    Hello,

     

    Does anyone know if a separate installation of Tomcat is required for installing Request Management (aka Automic Service Orchestration)?  Or can I use my existing Tomcat, which is currently being used for AWI (Automic Web Interface)?

     

    Thanks!



  • 2.  Re: Request Management (ASO) with Tomcat

    Posted Mar 11, 2019 10:06 AM

    Hi,

    We had a POC running about 2 years ago and we had to have 2 different Tomcat instances. I don't remember why but it had to be different instances.



  • 3.  Re: Request Management (ASO) with Tomcat

    Posted Mar 11, 2019 10:11 AM

    Hi ThierryTarrason,

     

    Thank you for your response!  Are you still in contact with the CA POC representatives, who installed it on your server?  Would you be able to ask them the reason behind the 2 different instances of Tomcat?

     

    Thanks!

    Harriet



  • 4.  Re: Request Management (ASO) with Tomcat

    Posted Mar 15, 2019 05:02 PM

    Hi ThierryTarrason,

    Would you be able to share with me your resources.properties, context.xml, and server.xml files, by any chance?

     

    I'm specifically looking for examples if you had to put the following parameters in the respective files:

     

    In the server.xml:

    <Listener className="bitronix.tm.integration.tomcat55.BTMLifecycleListener"/> 

     

    In the context.xml:

    <Transaction factory="bitronix.tm.BitronixUserTransactionObjectFactory" />

     

    In the resources.properties:

    resource.ds.className=bitronix.tm.resource.jdbc.lrc.LrcXADataSource
    resource.ds.uniqueName=jbpmds

     

    Any help you can provide, I would very much appreciate it.

     

    Thanks!

    Harriet



  • 5.  Re: Request Management (ASO) with Tomcat

    Posted Mar 18, 2019 11:04 AM

    Hi Harriet,

    I don't have contacts anymore with the people who made the POC.

    I checked our config files. The company i work for wouldn't allow us to share any files but i can confirm that those lines are present.