This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CONFIGURATE PROXY IN MF CONNECT 4.4.3

I have to configure the proxy on my Connect server, however, I am not finding the configuration file. Follow the documentation:

admhelp.microfocus.com/.../proxy-setup.htm


Can anyone help with the case?
  • 0

    Hi Davisson,

    The instructions on the online help page (link above) are for  running MF Connect (Tomcat) on Windows...

    you folks have a linux server don;t you?

    you'll need the setenv.sh file in Webserver/bin (below)

    Configure Tomcat to use a proxy server in a Linux environment

    1.Create a file named setenv.sh in the $CATALINA_HOME\bin folder.
    2. Enter the following lines:

    export CATALINA_OPTS="$CATALINA_OPTS -Dhttp.proxyHost=192.168.0.10"
    export CATALINA_OPTS="$CATALINA_OPTS -Dhttp.proxyPort=1234"
    export CATALINA_OPTS="$CATALINA_OPTS -Dhttps.proxyHost=192.168.0.10"
    export CATALINA_OPTS="$CATALINA_OPTS -Dhttps.proxyPort=1234"

    3. Replace the IP and port numbers with those of your proxy servers.
    4. Restart the Tomcat Server.