platform-help-home/infocenter202.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (download) (as text) (annotate)
Tue Mar 4 18:50:51 2003 UTC (6 years, 8 months ago) by kkolosow
Branch: MAIN
CVS Tags: R2_1, R3_0, R3_1, HEAD
Changes since 1.4: +0 -0 lines
ascii/binary property
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
  <title>Infocenter</title>
                                                                        
                                                                        
                                                                        
      
  <meta http-equiv="Content-Type"
 content="text/html; charset=iso-8859-1">
                                                                        
                                                       
  <meta content="eclipse.org" name="Author">
                                                                        
                                                       
  <meta content="MSHTML 5.50.4916.2300" name="GENERATOR">
                                                                        
                                                      
  <link href="/default_style.css" type="text/css" rel="stylesheet">
</head>
  <body>
                          
<table border="0" cellspacing="5" cellpadding="2" width="100%">
               <tbody>
                <tr>
                  <td align="left" width="60%"><font class="indextop">infocenter<br>
          setup</font><br>
                   <font class="indexsub">installing infocenter web application
   on a server</font></td>
                 <td width="40%"><img src="images/Idea.jpg" hspace="50"
 height="86" width="120" align="middle">
                  </td>
               </tr>
                                                 
  </tbody>            
</table>
                                          
<table border="0" cellspacing="5" cellpadding="2" width="100%">
                     <tbody>
                        <tr>
                     <td>You can enable users to access the help system over
  the  Internet or an intranet, by installing the help system web application
  on  a web server. Users open a URL in the web browser, which results in
help  system displayed. The infocenter help system can be also used for client
 applications and for web applications, that wish to have their help accessed
 remotely. All features except infopops and active help are supported.<br>
      &nbsp;<br>
      The instructions provided go over installing and configuring  the 
 infocenter       application. &nbsp;Steps are  provided   for IBM WebSphere 
   Application     Server 4.0.3 Advanced Edition  Single Server,  and Apache 
Tomcat    4.0.4   on Windows. &nbsp;Other servers should be similar.<br>
                 <br>
            </td>
                        </tr>
                           <tr>
                             <td align="left" valign="top" colspan="2"
 bgcolor="#0080c0"><b><font color="#ffffff" face="Arial,Helvetica">1. Install 
       Eclipse</font></b></td>
                          </tr>
                           <tr>
                             <td>        Download Eclipse SDK or Platform 
Runtime     Binary      from    <a
 href="http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a>. 
             Unzip Eclipse on a system. The directory called "<tt>eclipse</tt>" 
 will   be   created.       Documentation contributed by plugins in Eclipse 
 installation will be made available for remote browsing. &nbsp;Let us assume 
 you unzipped Eclipse to "<tt>d:\</tt>".<br>
            <br>
        </td>
                          </tr>
                            <tr>
                             <td align="left" valign="top" colspan="2"
 bgcolor="#0080c0"><b><font color="#ffffff" face="Arial,Helvetica">2. Download 
       Infocenter</font></b></td>
                          </tr>
                           <tr>
                             <td>        Download Eclipse Infocenter from the same page you downloaded the eclipse driver in Step 1. Create a directory "infocenter" on your system and unzip the 
                             infocenter driver. Let us assume that this directory is "<tt>d:\infocenter\</tt>". The directory should contain a web module (.WAR file) and the legal documents.<br>
            <br>
            </td>
                          </tr>
                             <tr>
                             <td align="left" valign="top" colspan="2"
 bgcolor="#0080c0"><b><font color="#ffffff" face="Arial,Helvetica">3. Register 
       URL handlers with the  server</font></b></td>
                          </tr>
                           <tr>
                             <td>                                       
                              <b>WebSphere Application Server</b>       
                                               
      <blockquote>Log into the Administrative Console, expand Nodes -&gt;
HOSTNAME -&gt; Application Servers -&gt; Default Server -&gt; Process Definition, 
select "JVM Settings" in the tree. &nbsp;On JVM Settings form, type "<tt>D:\eclipse\plugins\org.eclipse.help.webapp_2.0.2\eclipseurl.jar</tt>"
in the Classpath field. &nbsp;Click OK button.</blockquote>
                                                                        
                                             <b>Tomcat</b>              
                                                                        
                                                        
      <blockquote> Edit TOMCAT_HOME\bin\setclasspath.bat file and after the 
        line:<br>
                         <tt>set CLASSPATH=%JAVA_HOME%\lib\tools.jar</tt><br>
   insert the line:<br>
           <tt>set CLASSPATH=%CLASSPATH%;D:\eclipse\plugins\org.eclipse.help.webapp_2.0.2\eclipseurl.jar<br>
          <br>
          </tt>                                       </blockquote>
         </td>
       </tr>
                                        <tr>
                     <td align="left" valign="top" colspan="2"
 bgcolor="#0080c0"><b><font color="#ffffff" face="Arial,Helvetica">4. Point 
   Infocenter application to    the Eclipse installation</font></b></td>
                          </tr>
                           <tr>
                             <td>                                       
                                  <b>WebSphere Application Server</b>   
                                                                        
                                            
      <blockquote>Open the WAR file in <tt>d:\infocenter\" using Application Assembly Tool<br>
                         Select Context Parameters in the tree<br>
                         Set the value of ECLIPSE_HOME parameter to <tt>D:\eclipse</tt><br>
                         click Apply, and save the application archive.</blockquote>
                                                                        
            <b>Tomcat</b>                                               
                                                                       
      <blockquote>Create a <tt>help</tt> subdirectory, <tt>d:\infocenter\help\</tt><br>
                        Unjar&nbsp;the WAR file from <tt>d:\infocenter</tt> into the "help" subdirectory.
  directory<br>
                        In the file WEB-INF/web.xml replace lines<br>
           <tt>                     &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&lt;param-name&gt;ECLIPSE_HOME&lt;/param-name&gt;<br>
                        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param-value&gt;&lt;/param-value&gt;</tt><br>
                        with<br>
           <tt>                     &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&lt;param-name&gt;ECLIPSE_HOME&lt;/param-name&gt;<br>
                        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param-value&gt;D:/eclipse&lt;/param-value&gt;</tt><br>
                  <br>
                   </blockquote>
                  </td>
                          </tr>
                                  <tr>
                     <td align="left" valign="top" colspan="2"
 bgcolor="#0080c0"><b><font color="#ffffff" face="Arial,Helvetica">5. Deploy 
   the application on the server</font></b></td>
                          </tr>
                           <tr>
                             <td>                                       
                        <b>WebSphere Application Server</b>             
                                                                        
                                 
      <blockquote>In WebSphere Administrative Console, expand Nodes -&gt; 
      HOST_NAME,      select Enterprise Applications in the tree, click Install.<br>
                        Browse the Path to select location of the downloaded
WAR        file<br>
                        Edit the following two fields as follows:<br>
                        Application Name : <tt>Eclipse Infocenter</tt><br>
                        Context Root : <tt>help</tt><br>
                        Leave the bottom section of the install from blank.<br>
                        Click Next, Next, Finish.<br>
                        Click Save in the Console header, click OK.<br>
                        Expand Nodes -&gt; HOST_NAME -&gt; Application Servers, 
   select    Default     Server.<br>
                        Click Web Server Plug-In Configuration link, click
 Generate.<br>
                        Restart the server.<br>
                        </blockquote>
                                                                        
           <b>Tomcat</b>                                                
                                                                       
      <blockquote>Copy the directory created in step 4 (<tt>d:\infocenter\help</tt>) to 
      <tt>D:\jakarta-tomcat-4.0.4\webapps</tt>. &nbsp; 
 If you use jdk1.4 to run Tomcat, you need to delete file <tt>D:\jakarta-tomcat-4.0.4\common\lib\xerces.jar </tt>
        <br>
 Restart the server.<br>
                  <br>
                         </blockquote>
                 </td>
                          </tr>
                  <tr>
                     <td align="left" valign="top" colspan="2"
 bgcolor="#0080c0"><b><font color="#ffffff" face="Arial,Helvetica">6. [Optional] Installing a minimal set of plugins</font></b></td>
                          </tr>
                           <tr>
                             <td>                                       
 <p>The infocenter does not require the entire &nbsp;Eclipse Platform package.
It is possible to run the infocenter with the following plugins (located
in the&nbsp; eclipse\plugins directory):<br>
</p>
<p><code> org.apache.lucene<br>
org.apache.xerces<br>
org.eclipse.core.boot<br>
org.eclipse.core.resources<br>
org.eclipse.core.runtime<br>
org.eclipse.help<br>
org.eclipse.help.webapp<br>
org.eclipse.update.core<br>
</code>
</p>
<p>In addition to these plugins, depending on the operating system or machine
architecture, you may need to also need to install the corresponding fragments
for the above plugins (when they exist). For example, on Windows, you need
to add the following fragments (also located in the eclipse\plugins directory):<br>
</p>
<p>
<code>org.eclipse.core.resources.win32<br>
org.eclipse.update.core.win32<br>
</code>
</p>
                  </td>
                          </tr>
               
  </tbody>                       
</table>
        <br>
      <br>
 <br>

</body>
</html>