How to Remove "Switch to Java Mode" option from the MFT Browser Client

How to Remove "Switch to Java Mode" option from the MFT Browser Client

book

Article ID: KB0078094

calendar_today

Updated On:

Products Versions
TIBCO Managed File Transfer Internet Server 8.1.x and 8.0.x

Description

This article provides Instructions on how to remove the “Switch to Java mode” option from the MFT browser client pull down list.

Issue/Introduction

Steps on how to Remove "Switch to Java Mode" option from the MFT Browser Client

Environment

All supported environments

Resolution

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.