Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-help-dev] Eclipse Help in our own Tomcat

We need to run our Eclipse Help as another app under our own Tomcat
installation.

I need the latest instructions to install Eclipse Help 3.0 under our own
Tomcat.

I have read the page titled:   Installing the help system as an infocenter

but it seems to refer to outdated files that I cannot find. Example:



In Tomcat 4.0.3 edit tomcat/bin/setclasspath.bat file and after the line:
set CLASSPATH=%JAVA_HOME%\lib\tools.jar
insert the line:

set
CLASSPATH=%CLASSPATH%;d:\eclipse\plugins\org.eclipse.help.webapp_2.0.0\infoc
enter\eclipseurl.jar.
Because of changes to the xml library, remove tomcat\common\lib\xerces.jar,
then edit setclasspath.bat by replacing the line
set JAVA_OPTS=
with
set
JAVA_OPTS=-Xbootclasspath/a:d:\eclipse\plugins\org.apache.xerces_4.0.3\xerce
sImpl.jar;d:\eclipse\plugins\org.apaches.xerces_4.0.3\xmlParserAPIs.jar.



Please tell me how the above instructions should be modified for the latest
Eclipse release.


Anil



Back to the top