Enabling TOMCAT in the windows auto installer version version

Hello, bonjour,

we are testing AXELOR in our student lab in the windows version using trhe auto installer package. In that setup only localhost is supported by TOMCAT, i.e. we can access AXELOR ERP only on that PC …
We basically know, that TOMCAT can be opened up by using a VALVE statement in the config XML-files, i.e.

<Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="x.x.x.x,y.y.y.y,z.z.z.*" />

Our problem is, that we tried all the respective XMLs opening that TOMCAT for all the local IP-adresses in the lab, but it seems that none of our changes did work. We need to open it as we want to test connecting real PLCs to directly communicate with the ERP system and some more PCs as local HMIs with communcations with the PLCs and the ERP …
So, could somebody point us the the correct config XML for this installation?

We were able to do that in other systems, but we failed with AXELOR …

Thanks and best regards,
J. Zick

Hello,
on Windows systems, the port used by Axelor must be open in the server firewall.
Best Regards

SP

Hello,

thanks for the hint - is was exactly that: The windows firewall was blocking the packets for OPENJDK apps in the domain firewall section … after enabling that, it was starting to work …

Thanks and greetings,
J.