Products | Versions |
---|---|
TIBCO Managed File Transfer Internet Server | 8.1.x and 8.0.x |
This article provides Instructions on how to remove the “Switch to Java mode” option from the MFT browser client pull down list.
To remove the “Switch to Java mode” option from the MFT browser client pull down list follow the steps below. Please note, this option was removed in MFT v8.2.0 and these steps apply to v8.1.x and v8.0.x versions.
- Locate file “top-header.jsp” in the <mftis>/server/webapps/cfcc/bclient/partials folder.
- Backup the “top-header.jsp”
- Edit “top-header.jsp” and comment out or delete the following line for v8.1.x
<li><a href="javascript://" ng-show="showJava==false" ng-click="SwitchJavaHtmlMode()">{{'java.mode' | translate }}</a></li>
- OR Edit “top-header.jsp” and comment out or delete the following line for v8.0.x:
<li><a href="javascript://" ng-show="showJava==false" ng-click="SwitchJavaHtmlMode()">Switch to Java Mode</a></li>
- Save “top-header.jsp”
This will remove the “Switch to Java mode” option from the browser client pull down.