A logon.jsp file and a changePassword.jsp file are copied into the WebContent folder in your Web project the first time you run the Web Interaction wizard. A WebIntLogonMessages.properties file is also copied into the Java Resources folder in your Web project.
The files are only used if you select the Prompt for user ID and password option in the iSeries Web Tools Run-time Configuration wizard. When you run the application, the logon page opens and must be completed before the initial page of the Web application is displayed and to enable the connection to the iSeries host.
You can change the text associated with the error messages in the WebIntLogonMessages.properties file. However, take care that you do not delete any entries in the file or modify any of the message keys.
For example, one of the entries in the file is:PASSWORD_INCORRECT=<LI>The password is not correct.</LI>The message key in this example is PASSWORD_INCORRECT, and it must not be changed or deleted. However, you can change the text The password is not correct if you want a different message to appear when the user enters an incorrect password.
webint.password=Password :The value key in this example is webint.password, and it must not be changed or deleted. However, you can change the text Password : if you want a different description for the password field.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.