platform-help-home/infocenter.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10, Tue Jun 18 18:52:08 2002 UTC revision 1.11, Wed Jun 26 20:48:07 2002 UTC
# Line 60  Line 60 
60      to be added to the class path at Tomcat startup.  In Tomcat 4.0.3 edit      to be added to the class path at Tomcat startup.  In Tomcat 4.0.3 edit
61      tomcat/bin/setclasspath.bat file and after the line:&nbsp;<pre><em><span style="font-style: normal">set CLASSPATH=%JAVA_HOME%\lib\tools.jar</span></em></pre>      tomcat/bin/setclasspath.bat file and after the line:&nbsp;<pre><em><span style="font-style: normal">set CLASSPATH=%JAVA_HOME%\lib\tools.jar</span></em></pre>
62      <p>insert the line:</p>      <p>insert the line:</p>
63      <pre><em><span style="font-style: normal">set CLASSPATH=%CLASSPATH%;d:\eclipse\plugins\org.eclipse.help.webapp_2.0.0\infocenter\eclipseurl.jar.</span></em> </pre>      <pre><em><span style="font-style: normal">set CLASSPATH=%CLASSPATH%;d:\eclipse\plugins\org.eclipse.help.webapp_2.0.0\infocenter\eclipseurl.jar</span></em> </pre>
64    
65          </li>          </li>
66          <li>          <li>
67           Because of changes to the xml library, remove tomcat\common\lib\xerces.jar, then edit setclasspath.bat by replacing the line           Because of changes to the xml library, remove tomcat\common\lib\xerces.jar, then edit setclasspath.bat by replacing the line
68                     <pre><em><span style="font-style: normal">set JAVA_OPTS=</span></em> </pre>                     <pre><em><span style="font-style: normal">set JAVA_OPTS=</span></em> </pre>
69              with              with
70                     <pre><em><span style="font-style: normal">set JAVA_OPTS=-Xbootclasspath/a:d:\eclipse\plugins\org.apache.xerces_4.0.3\xercesImpl.jar;d:\eclipse\plugins\org.apaches.xerces_4.0.3\xmlParserAPIs.jar.</span></em> </pre>                     <pre><em><span style="font-style: normal">set JAVA_OPTS=-Xbootclasspath/a:d:\eclipse\plugins\org.apache.xerces_4.0.3\xercesImpl.jar;d:\eclipse\plugins\org.apache.xerces_4.0.3\xmlParserAPIs.jar</span></em> </pre>
71          </li>          </li>
72          </ul>          </ul>
73      </li>      </li>

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11