Sign inSign up

mfgroupwise/web-config

By mfgroupwise

Updated 4 months ago

The GroupWise Web Config Utility - LTS

Image
3

10K+

mfgroupwise/web-config repository overview

This utility is part of GroupWise Web. Refer to https://hub.docker.com/r/mfgroupwise/webacc-ng before using this utility.

This image is the long term release of GroupWise Web.

Downloading and running the web-config utility

Before you can run the GroupWise Web image, you must run this web-config utility to create a web.conf file that has the POA and DVA configuration of your GroupWise system.

Follow the steps below to run the utility:

  1. Run the following command to pull down the web-config utility:

    docker pull mfgroupwise/web-config
  2. Running the utility creates a web.conf file in the folder specified. Make sure you have the folder noted on the GroupWise Web Worksheet under “Web-Config Location”.

  3. Run the following command to create the web.conf file using the information from the GroupWise Web Worksheet:

    docker run -it -v Web-Config Location:/config -e GWADMIN_SERVICE=GroupWise Admin Service Username@GroupWise Primary Domain:GroupWise Admin Service Port -e GWSOAP_HOST_DEFAULT=GroupWise POA with SOAP mfgroupwise/web-config

    After you run the command, you are prompted to enter your GroupWise admin password.

    Example:
    docker run -it -v /opt/novell/gw:/config -e [email protected]:9710 -e GWSOAP_HOST_DEFAULT=192.168.1.2 mfgroupwise/web-config

    Important:

    • If you make changes to your GroupWise POAs after running this utility, you need to run it again to generate a new web.conf file.

    • Beginning in GroupWise 18.5, DVA certificate verification is enabled by default. For information about disabling the DVA check when running the web-config utility, see Downloading and Running the web-config Utility.

Tag summary

Content type

Image

Digest

sha256:445f0025d

Size

73.8 MB

Last updated

4 months ago

docker pull mfgroupwise/web-config