Setting Up the Web Server for MFA
Install the TOMCAT 10 web server or the integrated Application Server on the IBM i.
Add the MFA application to the WEBAPPS directory within the TOMCAT or Application server.
Open the Web Implementation and Customization screen (STRMFA> 81 > 59). Follow the instructions shown on the screen.
Web Implementation Copy to your PC the files: mfa.war & pr.war from IFS folder /iSecurity/PRWEB/ Open the .war file. This opens a list of folders Modify file /WEB-INF/web.xml Change the server credentials (items may apear more than once): - Search IBMi-Name Replace the LOCALHOST with IP or host name - Search IBMi-User Replace the *CURRENT with user name - Search IBMi-Password Replace the *CURRENT with user password To customize the interface by adding logo, changing fonts, etc.: - Replace the image file /assets/img/logo.png with your own brand logo - Change font/size/logo size in /assets/img/style.css Close the .war file If your web server is this IBM i, copy it back to /iSecurity/PRWEB/ Deploy the file pr.war using a link similar to the following: http://1.1.1.10:8080/pr , where pr is the web application name F3=Exit |
NOTE: There is no automatic method to update the logo.png file. If you customize this feature, keep a backup of your company logo file to be used when upgrading pr.war. Ensure the logo maintains the original size and aspect ratio of the default image.
NOTE: The logo at /assets/img/logo.png is displayed on the PR and MFA HTML screens.
NOTE: The logo shown in the QR code screen is located at /Html/images/logo.png.