Hi Ingo, You can implement an OFBiz Container and declare it in your custom ofbiz-component.xml file. Also see Container.java from the sources.
Another possible solution is to implement ServletContextListener and declare it in your custom web.xml file. Regards, James On 2020/01/28 09:58:14, Ingo Wolfmayr <[email protected]> wrote: > Hi everybody, > > is it possible to start a service when Ofbiz has started and is ready? > > Use case: I need to startup a connection to an external storage system. In my > case a TCP/IP connection that is permanent. > > Best regards, > Ingo > > >
