Hi James, I decided to go with the ServletContextListener. It does exactly what I need.
Thanks a lot! Best regards, Ingo Am Dienstag, 28. Jänner 2020, 16:42:28 CET schrieb James Yong: > 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
