How to install license key for WebDocs iSeries Edition JSP pages - Support

How to install license key for WebDocs iSeries Edition JSP pages

From Support

Jump to: navigation, search
If you have a question or seek clarification, please call Technical Support.


Contents

Step 1: Determine your Tomcat Server IP

Access the following URL to determine your Tomcat Server IP address and Host name. http://localhost:8080/WebDocs/serverinfo.jsp

Step 2: Run Setup

Provide the Server IP address and Host information to RJS so they can generate a license key.

Step 3: Enter License

To enter the license key, edit the following file with Windows Wordpad (Start/Run Wordpad.exe) or any other XML editor you may have.

C:\program files\Apache Software Foundation\Tomcat 5.0\webapps\WebDocs\WEB-INF\web.xml

You can also edit the file directly with Wordpad by selecting Start/Run and entering the following: wordpad.exe " C:\program files\Apache Software Foundation\Tomcat 5.0\webapps\WebDocs\WEB-INF\web.xml"

Place the key in the following value. Where we have "put value here", you will enter your license key. Note: Make sure to leve the double quotes " ".

Step 4: Example

Example XML Value
<init-param>
 <param-name>licensekey</param-name>
 <param-value></param-value>
</init-param>
Example XML Value Filled In
<init-param>
 <param-name>licensekey</param-name>
 <param-value>+PumUKM64fyXTj5IyGc4wuTcVdrmGpincZZ3aCDifoGB+</param-value>
</init-param>

Step 5: Save

Save the XML file and exit Wordpad.

Step 6: Stop/Resatart

Stop and Restart Tomcat Server or WebDocs Web Application

Personal tools