Accepting Remote Machines Requests
By default, PC-lint Plus View server will only accept requests coming from the server itself, localhost.
In order to access PC-lint Plus View from other machines located on the network, usually necessary in a production environment, you must configure the bind address.
It is possible to specify it directly at installation, see Installing PC-lint Plus View server. But also afterward, by executing the following command while PC-lint Plus View server is running:
<PCLPVIEW_HOME>/bin/sqadm wildfly network --bind-address addr
Where:
-
addr, is the WildFly bind address (default is 127.0.0.1).
|
Using 0.0.0.0 will allow connections from any machine. But it is possible to restrict the accepted range of machine’s IP addresses by specifying a more restrictive interface. |
See sqadm wildfly network manpage to know more.