Hi all,
We tried using 8081/8090 but page is not getting open. Even telenet is unsuccessful.
We need to inform our IT team to open port so plaese provide us public ip address.
Regards,
Pritee
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Hi all,
We tried using 8081/8090 but page is not getting open. Even telenet is unsuccessful.
We need to inform our IT team to open port so plaese provide us public ip address.
Regards,
Pritee
Hi Pritee,
The MF Connect Server port is configurable, if the default port of 8081 is not free or open.
You can modify it by editing conf\server.xml around line 69 to modify the connector definition. Default is:
<Connector port="8081" protocol="org.apache.coyote.http11.Http11NioProtocol"
maxPostSize="1048576"
disableUploadTimeout="false"
connectionUploadTimeout="20000"
connectionTimeout="10000"
redirectPort="8443" />
A restart is required for changes to take effect.
If you wish to use the default port, 8081 should be opened in the firewall.
I'm afraid I'm unable to tell you the public IP address of your server. Your IT team should be able to determine this, however it is likely that the machine is accessible on your internal network only.
Many Thanks,
Ed