User Tools

Site Tools


pub:iview8setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
pub:iview8setup [2018/08/30 13:22] – [Installation and Configuration] kkramerpub:iview8setup [2018/09/05 11:13] – [Enter License Keys and Set Location] kkramer
Line 4: Line 4:
  
  
-iView version 8 is significantly different than it's previous versions. +iView version 8 is significantly different than it's previous versions offering many enhancements
  
 ===== Installation and Configuration ===== ===== Installation and Configuration =====
  
-Iview is comprised of two parts:  The iView front end or Tomcat Server, and the back end running on the IBMi.   +iView is comprised of two parts:  The **iView front end running on Tomcat Server (version 5.x or above)**, and the **back end running on the IBMi (V6R1 or above)**
-Apache Tomcat is used to deploy your Java Servlets and JSPs. So in your Java project you can build your WAR (short for Web ARchivefile, and just drop it in the deploy directory in Tomcat. So basically Apache is an HTTP Server, serving HTTP. Tomcat is a Servlet and JSP Server serving Java technologies.+
  
-The iView back end is typically provided in a savefileTo install, upload the savefile to the IBM i and restore it with a command like this ( you will need to populate this command with the names you are using on your system ): +==== Front end - Apache Tomcat ==== 
- +==Download iView WAR file== 
-<html><pre> +The iView front end is typically provided in a war fileDownload this file to your home directory in the IFS using **binary** file transferand then execute these commands ( populating the names with those used in your installation ). The directory /home/user is meant to refer to your user profile's home directory
-RSTLIB SAVLIB(IVIEW800) DEV(*SAVF) SAVF(QGPL/IVIEW800) MBROPT(*ALL) ALWOBJDIF(*ALL) +
-</pre></html> +
- +
-Add the iView library to the top of the library list and execute **GO IVIEW**.  +
- +
-<html><pre> +
- IVIEW                    iView Version 8.44 02.20.18                            +
-                                                             System:   DEVV6CLT  +
-   iView Archive Applications                                                    +
-      1. Work with iView Applications                        WRKIVWAPP           +
-      2. Work with iView Processing Log                      CALL IVRELOG        +
-                                                                                 +
-   iView Server                                                                  +
-     10. Work with iView Servers                             WRKIVWSRV           +
-                                                                                 +
-   Administrative Options                                                        +
-     20. Work with Administrative Menu                       GO IVIEWADM         +
-                                                                                 +
-                                                                         Bottom  +
- Selection                                                                       +
-                                                                                 +
-                                                                                 +
- F1=Help   F3=Exit   F12=Cancel +
-</pre></html> +
- +
-Take option 20, then option 8 to set the iView location and path. Set the parameters as appropriate to your installation or upgrade and press <enter> to update. These values are stored in the data areas DSIVIEWLIB (for iView Library) and DSIVIEWDIR (for iView IFS Path). +
- +
-<html><pre> +
-                   Change iView Library & IFS Dir (CHGIVWLIB)                    +
-                                                                                 +
- Type choices, press Enter.                                                      +
-                                                                                 +
- iView Library  . . . . . . . . .   *SAME         Character value                +
- iView IFS path . . . . . . . . .   *SAME                                        +
-                                                                                 +
-                                                                                 +
-                                                                                 +
-                                                                                 +
-                                                                         Bottom  +
- F3=Exit   F4=Prompt   F5=Refresh   F12=Cancel   F13=How to use this display  +
- F24=More keys   +
- +
-</pre></html>+
  
 ==Download Tomcat distribution file== ==Download Tomcat distribution file==
 Download Tomcat 6.x from FTP site at:\\ Download Tomcat 6.x from FTP site at:\\
- [[ftp:// ftp.informdecisions.com/ftpRoot/CustomerFTP/iView/apache-tomcat-6.0.39.zip]]\\ + [[ftp://ftp.informdecisions.com/iView/apache-tomcat-6.0.39.zip]]\\ 
-and upload Tomcat distribution file to an IFS directory, for example /home/download. \\+ 
 +and upload this file to /home/user directory
  
-Change your current working directory to /www then decompress Tomcat distribution file using qshell command: 
 <html><pre> <html><pre>
 +call qp2term
 +cd /www
 ajar -x /home/download/apache-tomcat-6.0.39.zip ajar -x /home/download/apache-tomcat-6.0.39.zip
 </pre></html> </pre></html>
 +
 ==Add environment variable JAVA_HOME at system level== ==Add environment variable JAVA_HOME at system level==
 Set JAVA_HOME environment variable: go to directory /qibm/ProdData/Java400 and choose a JDK version that you want to set for JAVA_HOME, then type command: Set JAVA_HOME environment variable: go to directory /qibm/ProdData/Java400 and choose a JDK version that you want to set for JAVA_HOME, then type command:
Line 95: Line 54:
 Tomcat is installed and configured successfully. Now you can start Tomcat by using command: (Where the job queue is where you want to run Tomcat)  Tomcat is installed and configured successfully. Now you can start Tomcat by using command: (Where the job queue is where you want to run Tomcat) 
 <html><pre>  <html><pre> 
-STRTOMCAT JOBQ+STRTOMCAT JOBQ(FMGJOBQ)
 </pre></html> </pre></html>
-And open your web browser, enter the URL [[http://your.server.name:8080]]+To open your web browser, enter the URL [[http://your.server.name:8080]]
 {{:pub:iview:tomcat03.jpg?600|}} {{:pub:iview:tomcat03.jpg?600|}}
 ==Stop Tomcat==  ==Stop Tomcat== 
Line 103: Line 62:
  
  
-The iView front end is typically provided in a war fileDownload this file to your home directory in the IFS using **binary** file transfer, and then execute these commands populating the names with those used in your installation ). The directory /home/user is meant to refer to your user profile's home directoryl+==== Back end - IBMi ==== 
 +The iView back end is typically provided in a savefileTo install, upload the savefile to the IBM i and restore it with a command like this you will need to populate this command with the names you are using on your system ):
  
 <html><pre> <html><pre>
-call qp2term +RSTLIB SAVLIB(IVIEW844) DEV(*SAVF) SAVF(QGPL/IVIEW844) MBROPT(*ALL) ALWOBJDIF(*ALL)
-cd /home/user +
-tar -xf iView8.00-FrontEnd-Php5.4.tar +
-cd /www/zendsvr6/htdocs/iview800 +
-find . -type d -print | xargs chmod 755 +
-find . -type f -print | xargs chmod 644 +
-chmod 666 i5_def.php +
-chown -R qtmhhttp+
 </pre></html> </pre></html>
  
-You should now add the following stanza to the Apache configuration file used by the Zend Server. +Add the iView library to the top of the library list and execute **GO IVIEW**
-This file is /www/zendsvr6/conf/httpd.conf. You may append this to the file:+
  
 <html><pre> <html><pre>
- &lt;LocationMatch "/iview*"&gt; + IVIEW                    iView Version 8.44 02.20.18                            
-          PasswdFile %%SYSTEM%% +                                                             System:   DEVV6CLT  
-          AuthType Basic +   iView Archive Applications                                                    
-          AuthName "i5 User Profile" +      1. Work with iView Applications                        WRKIVWAPP           
-          Satisfy All +      2. Work with iView Processing Log                      CALL IVRELOG        
-          Require valid-user +                                                                                 
- &lt;/LocationMatch&gt; +   iView Server                                                                  
- </pre></html>  +     10. Work with iView Servers                             WRKIVWSRV           
-   +                                                                                 
- These statements establish browser authentication against the IBM i profile. iView will not work without user authenticationYou may establish user authentication through any means that Apache will allow. +   Administrative Options                                                        
-   +     20. Work with Administrative Menu                       GO IVIEWADM         
-At this pointif your machine's IP is 192.168.0.2 you should be able to point your browser at http://192.168.0.2/iview800 and get a response.+                                                                                 
 +                                                                         Bottom  
 + Selection                                                                       
 +                                                                                 
 +                                                                                 
 + F1=Help   F3=Exit   F12=Cancel 
 +</pre></html> 
 +==== Enter License Keys and Set Location ==== 
 +Take option 20, then press Enter to enter the permanent or temporary license provided by your account manager. iView should have 3 key components: IVIEWWEB, IVIEW1, IVIEW2Once enterediView is now ready to use
  
 +<html><pre>
 +  8/30/18                      inFORM Decisions                       FM0070R1  
 + 14:02:21                   iDocs Installation Library Set            KKRAMER   
 +                                                                                
 + System Information                                                             
 +    Serial Number:  102A36R       LPAR: 2     OS/400 Release: V6R1M0            
 +                                                                                
 + iDocs Production Information                                                   
 +    Product version . . . . . :                                                 
 +    iDocs Installation Library: FMG       Name, F4 for list                    
 +                                                                                
 + Location settings                                                              
 +    Country Code . . . . . . .: US                                              
 +    Code Page. . . . . . . . .:    37  1-65535                                  
 +
 +                                                                                
 +                                                                                
 +                                                                                
 +                                                                                
 + Press enter to continue                                                        
 + F3=Exit   F4=Prompt   F12=Cancel                                               
 +</pre></html>
 +Press <Enter> and then **F6** to add the 3 iView License keys:
 +<html><pre>
 +  8/30/18                       inFORM Decisions                      IMREGPS2  
 + 14:06:42                  Module Registration Screen                 KKRAMER   
 +                                                                                
 +                                                                                
 +                                                                                
 +                                                                                
 + Module Name. . .                                                               
 +                                                                                
 + Registration Code                                                              
 +                                                                                
 + Status . . . . .  No license found for                                         
 +
 +                                                                                
 +                                                                                
 +                                                                                
 +                                                                                
 +  F3=Exit   F10=Update   F12=Previous                                           
 +</pre></html>
 +Then use option 8 to set the iView location and path. Set the parameters as appropriate to your installation or upgrade and press <enter> to update. These values are stored in the data areas DSIVIEWLIB (for iView Library) and DSIVIEWDIR (for iView IFS Path).
 +
 +<html><pre>
 +                   Change iView Library & IFS Dir (CHGIVWLIB)                   
 +                                                                                
 + Type choices, press Enter.                                                     
 +                                                                                
 + iView Library  . . . . . . . . .   *SAME         Character value               
 + iView IFS path . . . . . . . . .   *SAME                                       
 +                                                                                
 +                                                                                
 +                                                                                
 +                                                                                
 +                                                                         Bottom 
 + F3=Exit   F4=Prompt   F5=Refresh   F12=Cancel   F13=How to use this display 
 + F24=More keys  
 +
 +</pre></html>
 +==== Migrating Any Meta Data Files ====
 If this is an upgrade, you can migrate the meta data files, configuration and license keys with the command IVCOPYDATA. If this is an upgrade, you can migrate the meta data files, configuration and license keys with the command IVCOPYDATA.
  
pub/iview8setup.txt · Last modified: 2022/06/25 17:02 by 127.0.0.1