Change to the created localization directory.
# cd example_nl/bookshop
Open the Login.jsp file in a text editor.
Navigate to the line that contains this string:
<body class="LogBdy" onload="placeCursor...>
Below this line, insert the following single line:
<h5><span style="color: rgb(255,255,255);">Welcome to a Dutch Bookshop organization.</span><br></h5>
Save the changes.
Open the Logout.jsp file in a text editor.
Navigate to the line that contains this string:
<body class="LogBdy">
Below this line, insert the following single line:
<h5><span style="color: rgb(255,255,255);">Thank you for visiting our Dutch Bookshop organization.</span><br></h5>
Saves the changes.
Open the LDAP.xml file in a text editor.
Navigate to the line that contains this string:
<Callbacks length="2" order="1" timeout="120" header="This server uses LDAP Authentication" >
Replace this line with the following single line:
<Callbacks length="2" order="1" timeout="120" header="This Dutch server uses LDAP Authentication" >
Save the changes.