The GroupWise Web Config Utility - LTS
10K+
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.
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:
Run the following command to pull down the web-config utility:
docker pull mfgroupwise/web-configRunning 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”.
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-configAfter 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-configImportant:
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.
Content type
Image
Digest
sha256:445f0025d…
Size
73.8 MB
Last updated
4 months ago
docker pull mfgroupwise/web-config