Specify Proxy Server for VP Server to Check for Client Updates

One of the feature for the on-premises VP Server is use as the update source for the VP Client to perform software update. This help to make sure all users within the company using the same build of Visual Paradigm’s application. During setup of update mechanism VP Server will check any available update of VP application over Internet. This article teach user how to configure the proxy server for their VP Server so that they can check for software update from Visual Paradigm’s website. To configure proxy server for VP Server:

  1. Go to %VP Server%/webserver/bin to edit bat / catalina.sh
  2. Locate the line set JAVA_OPTS=%JAVA_OPTS% -Xms256m –Xmx1024 and add the arguments -Dhttps.proxyHost=%proxy.host% -Dhttps.proxyPort=%proxy.port% -Dhttp.proxyHost=%proxy.host% -Dhttp.proxyPort=%proxy.port%, replace the host and port with your company proxy host and port.

    Modify catalina.bat/.sh to include argument for proxy host and port

    Modify catalina.bat/.sh to include argument for proxy host and port

  3. If your VP Server is run as system service on Windows:
    • Go to %VP Server%/webserver/bin
    • Right click on vpserverw.exe and select Run as administrator.

      Run vpserverw.exe as admin

      Run vpserverw.exe as admin

    • Switch to Java tab and add the following arguments to Java Options. Replace the host and port with your company proxy host and port.
      • -Dhttps.proxyHost=%proxy.host%
      • -Dhttps.proxyPort=%proxy.port%
      • -Dhttp.proxyHost=%proxy.host%
      • -Dhttp.proxyPort=%proxy.port%

        Add proxy host and port to system service

        Add proxy host and port to system service

    • Press OK to close the VP Server Properties dialog.
  4. Startup VP Server.

Now VP Server will connect to Internet to download client update package using the proxy you specified.

Related Know-how

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply