How to remove web server from App server
I am setting up reverse proxy server to connect to CLM. On machine A I have WAS with web server plugin and on machine B I have IHS with web server plugin. I have copied configurewebserver1.bat from Machine B (IHS server) to Machine A (app server). After running this script I was able to see web server in my app server. Because of some reasons I want to uninstall web server from App server (i.e. remove web server from machine A) but I don't want actual web server from machine B to be uninstalled.
I found the link to uninstall web server plugins from APP server - https://www.ibm.com/support/knowledgecenter/en/SSAW57_7.0.0/com.ibm.websphere.nd.doc/info/ae/ae/tins_webplugins_uninstall_man.html
But I wanted to confirm if I uninstall web server plugins from APP server manually (Machine A) it will not uninstall actual Web server (from Machine B)
Comments
vikrant kamble
Apr 08 '18, 4:24 a.m.I opened WAS admin console in the system where WAS is installed (Machine A). I selected the Web server in web server section and deleted it. I don't think it will affect actual IHS server in any way.