For 2.0
====
Steps
1. Open the Windows services console by using services.msc and stop the NetApp WFA Server service.
2. Edit the server.xml file:
a) Open the server.xml file from the following location using an XML editor such as Notepad++:
c:\Program Files\NetApp\WFA\jboss\server\default\deploy\jbossweb.sar
b) Locate the following element: <Connector protocol="HTTP/1.1" port="${http.port}" address="${jboss.bind.address}" connectionTimeout="20000" redirectPort="${https.port}" maxSavePostSize="-1"
restrictedUserAgents="^.*MS Web Services Client Protocol.*$" />.
c) Replace "${jboss.bind.address}" with "127.0.0.1".
d) Save the server.xml file.
3. Restart the NetApp WFA Server service.
For 2.2
======
See the installation and setup guide https://library.netapp.com/ecm/ecm_get_file/ECMP1397247
Page 29.
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.