Re: Access to other WebObjects instances

2023-02-24 Thread mailinglists via Webobjects-dev
or you could access port 1085 on your server. That is where wotaskd usually reports its configuration. ---markus--- > On 24 Feb 2023, at 04:34, André Rothe via Webobjects-dev > wrote: > > Hi, > > I have a WebObjects application, which needs information about other > WebObjects applications

Re: Access to other WebObjects instances

2023-02-24 Thread Ralf Schuchardt via Webobjects-dev
Hi André, I think there are multiple ways. It is possible to read the xml configuration files directly. The WebObjects Deployment Guide has some information on writing or querying the configuration information (e.g. http://localhost:1085/). https://wiki.wocommunity.org/display/documentation/Dep

Access to other WebObjects instances

2023-02-24 Thread André Rothe via Webobjects-dev
Hi, I have a WebObjects application, which needs information about other WebObjects applications on the same server. Can I collect some data (like instance names and numbers) by accessing the WOMonitor or WOTaskD by my application? Is there any documentation, how I could solve that? Thanks.