platform-help-home/infocenter202.html
Parent Directory
|
Revision Log
Revision 1.2 -
(download)
(as text)
(annotate)
Tue Feb 18 20:09:20 2003 UTC (6 years, 9 months ago) by dbirsan
Branch: MAIN
Changes since 1.1: +24 -13 lines
Tue Feb 18 20:09:20 2003 UTC (6 years, 9 months ago) by dbirsan
Branch: MAIN
Changes since 1.1: +24 -13 lines
document minimal set of plugins
<!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>
<br>
The instructions provided go over installing and configuring the
infocenter application. Steps are provided for IBM WebSphere
Application Server 4.0.3 Advanced Edition Single Server, and Apache
Tomcat 4.0.4 on Windows. 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. 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 ->
HOSTNAME -> Application Servers -> Default Server -> Process Definition,
select "JVM Settings" in the tree. On JVM Settings form, type "<tt>D:\eclipse\plugins\org.eclipse.help.webapp_2.0.2\eclipseurl.jar</tt>"
in the Classpath field. 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 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>
<param-name>ECLIPSE_HOME</param-name><br>
<param-value></param-value></tt><br>
with<br>
<tt>
<param-name>ECLIPSE_HOME</param-name><br>
<param-value>D:/eclipse</param-value></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 ->
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 -> HOST_NAME -> 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>.
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">[Optional] Installing a minimal set of plugins</font></b></td>
</tr>
<tr>
<td>
<p>The infocenter does not require the entire Eclipse Platform package.
It is possible to run the infocenter with the following plugins (located
in the eclipse\plugins directory):<br>
</p>
<p> 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>
</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>org.eclipse.core.resources.win32<br>
org.eclipse.update.core.win32<br>
</p>
</td>
</tr>
</tbody>
</table>
<br>
<br>
<br>
</body>
</html>
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
