Removing WebControl Panel
rfletcher
Posts: 217
I've never actually used WebControl, and don't know much about it. A system we overhauled recently has a webcontrol panel loaded on the master. It no longer does anything (other than confuse the client). How do I remove it so that the customer can access the master's web interface?
0
Comments
If webcontrol is using port 80 the master must have been configured no an alternate port like 8080 so if you know it you could log in and change the master back to port 80. If you don't know telnet in and view/change setting their.
Then pull what ever webcontrol code you have on the master. I assume their has to be something that creates the server that it uses. If you don't you'll likely piss off the master as the webcontrol tries to do it's IP_SERVER_OPEN on port 80 when the master's using it again. Nothing major would happen just possibly some erformance issues as the server keeps attempting to open, assuming that it won't give up trying.
I had a write up several years ago somewhere on the forum describing how to create a web panel but I really don?t remember all the specifics so don?t quote me on any of this. I?m lucky if I can remember what I did last week.
Roger McLean
Swinburne University
To get rid of it the easiest method is to ftp to the master and delete the folder.