WebSpool Upgrade
From Support
| | If you have a question or seek clarification, please call Technical Support. |
Use the following instructions for your AS/400 Report Splitter upgrade.
If you encounter any problems, please contact Technical Support
Contents |
Step 1: Shut down Tomcat Server
For Windows, right click on My Computer and select Manage. Select services and right click on the Tomcat service to select Stop Service.
For iSeries, run the following on a command line:
ADDLIBLE RJSTOMCAT ENDTOMCAT
Step 2: Back up old library
RNMOBJ OBJ(QSYS/RJSWBS) OBJTYPE(*LIB) NEWOBJ(RJSWBSOLD)
Step 3: Download
Download WebSpool library from RJS.
Username = ********* Password = ***********
Step 4: Install
Use FTP Library Installation to install WebSpool library (RJSWBS) onto the System i.
Unzip the file to the default location.
Enter your System i IP Address, username and password.
Take each numbered step, waiting until the previous step is finished before continuing.
| | You will see an Error 550. This is normal behavior. If you see any additional errors please contact Technical Support. |
ADDLIBLE RJSWBS
Step 5: Copy DTAARAs
Use the following command to copy the old DTAARA's and all the users tables to the new library
WBSUPG RJSWBSOLD RJSWBS
Step 5: License
If necessary, enter new license codes.
Step 6: Clean up
Remove the AS/400 Report Splitter library
RMVLIBLE RJSWBS
Step 7: Upgrading the Web Site
Download the current WAR file:
Rename your existing WebSpool site directory, and place the WAR file in the web-apps directory. When you restart Tomcat it will unpack automatically.
Step 8: Restart Tomcat server
For Windows, right click on My Computer and select Manage. Select services and right click on the Tomcat service to select Start Service.
For iSeries, run the following on a command line:
ADDLIBLE RJSTOMCAT STRTOMCAT
Step 7: Finish
WebSpool should now be completely upgraded.


