Skip to content

Commit

Permalink
MONDRIAN:
Browse files Browse the repository at this point in the history
Installation changes;
Fix some links.

[git-p4: depot-paths = "//open/mondrian/": change = 304]
  • Loading branch information
julianhyde committed Feb 18, 2003
1 parent d960e01 commit 682f9db
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 29 deletions.
5 changes: 3 additions & 2 deletions doc/design.html
Expand Up @@ -45,8 +45,9 @@ <h3>Caching</h3>
<td class="content">
<a target="_top" href="index.html">Home</a> |
<a target="_top" href="noframes.html">No frames</a> | This file is<i>
<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/components.html">$Id$
</a></i> (<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/components.html?ac=22">log</a>)</td>
<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/design.html">
$Id$
</a></i> (<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/design.html?ac=22">log</a>)</td>
<td align="right">
<a href="http://sourceforge.net">
<img src="http://sourceforge.net/sflogo.php?group_id=35302&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo">
Expand Down
6 changes: 3 additions & 3 deletions doc/home.html
Expand Up @@ -104,9 +104,9 @@ <h2>News</h2>
<td class="content">
<a target="_top" href="index.html">Home</a> |
<a target="_top" href="noframes.html">No frames</a> | This file is<i>
<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/index.html">
<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/home.html">
$Id$
</a></i> (<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/index.html?ac=22">log</a>)</td>
</a></i> (<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/home.html?ac=22">log</a>)</td>
<td align="right">
<a href="http://sourceforge.net">
<img src="http://sourceforge.net/sflogo.php?group_id=35302&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo">
Expand All @@ -118,4 +118,4 @@ <h2>News</h2>
<td colspan="2">

</body>
</html>
</html>
35 changes: 23 additions & 12 deletions doc/install.html
Expand Up @@ -57,7 +57,7 @@ <h2><a name="1_Contents">1. Contents</a></h2>
</ol>

<h2><a name="2_Modification_history">2. Modification history</a></h2>
<table border="1" class="clsStd" style="border-collapse: collapse" bordercolor="#111111" cellpadding="2" cellspacing="0">
<table border="1" class="clsStd" style="border-collapse: collapse" bordercolor="#111111" cellpadding="3" cellspacing="0">
<tr>
<th>Date</th>
<th>Revision</th>
Expand Down Expand Up @@ -119,6 +119,13 @@ <h2><a name="2_Modification_history">2. Modification history</a></h2>
<td nowrap><i>Julian Hyde</i></td>
<td><em>Revised installation instructions for binary release.</em></td>
</tr>

<tr>
<td nowrap><i>Februrary 12<sup>th</sup>, 2003</i></td>
<td><em>9</em></td>
<td nowrap><i>Julian Hyde</i></td>
<td><em>New versions of Xalan, Tomcat, JDK.</em></td>
</tr>
</table>

<h2><a name="3_Setup_build_environment">3. Setup build environment</a></h2>
Expand Down Expand Up @@ -253,7 +260,9 @@ <h3><a name="4_3_Connect_to_the_Perforce_source_code_server">4.3. Connect to the
<li>Set <code>Port</code> to <code>66.123.172.226:1666</code>; set <code>User</code>
to your SourceForge username (for example, <code>jhyde</code>); set <code>
Client</code> to your username plus the name of your machine (for example,
<code>jhyde.notebook</code>).</li>
<code>jhyde.notebook</code>). <b>Note</b>: The number of perforce user
licenses is limited, so if you don't intend to check anything in,
please use the <code>guest</code> user.</li>
<li>Choose <code>ClientSpec</code> &gt; <code>New...</code> and create a client
with the same name. Set its root to something like 'C:\' or 'D:\work', and
view specification of<blockquote>
Expand Down Expand Up @@ -597,7 +606,8 @@ <h2><a name="Appendix_A_Product_installation_instructions">Appendix A. Product
<td>Available from <a href="http://xml.apache.org/xalan-j/" target="_blank">
http://xml.apache.org/xalan-j/</a>. I downloaded <code>xalan-j_2_4_1-bin.zip</code>,
extracted to <code>E:/xalan-j_2_4_1</code>, and set <code>XALAN_HOME</code>
to the same.</td>
to the same.<p><b>Important</b>: copy <i><code>XALAN_HOME</code></i><code>/bin/xalan.jar</code>
to <i></i><code><i>TOMCAT_HOME</i>/common/endorsed/</code>.</td>
</tr>
<tr>
<td><a name="JUnit">JUnit</a></td>
Expand Down Expand Up @@ -687,7 +697,7 @@ <h2><a name="Appendix_A_Product_installation_instructions">Appendix A. Product
<td>
<ol>
<li>Extract <code>xml-apis.jar</code> and <code>xercesImpl.jar</code> from
<code>mondrian.war</code> and place them in <code>${weblogic.home}/lib</code>.</li>
<code>mondrian.war</code> and place them in <code><i>WEBLOGIC_HOME</i>/lib</code>.</li>
<li>Edit <code>startWeblogic.cmd</code>, or whichever script you use to
start Weblogic, and place <code>xml-apis.jar</code> and <code>
xercesImpl.jar</code> before <code>weblogic.jar</code> on the class-path.</li>
Expand All @@ -700,9 +710,9 @@ <h2><a name="Appendix_A_Product_installation_instructions">Appendix A. Product
<h2><a name="Appendix_B_How_to_debug_Tomcat_using_IntelliJ">Appendix B. How to debug
Tomcat using IntelliJ</a></h2>
<ol>
<li>add <code><i>${tomcat.home}</i>/webapps/mondrian.war</code> to intellij's
<li>add <code><i>TOMCAT_HOME</i>/webapps/mondrian.war</code> to intellij's
classpath</li>
<li>edit <code><i>${tomcat.home}</i>/bin/catalina.bat</code> as follows:
<li>edit <code><i>TOMCAT_HOME</i>/bin/catalina.bat</code> as follows:
<blockquote>
<pre><code>:doJpda
if not &quot;%SECURITY_POLICY_FILE%&quot; == &quot;&quot; goto doSecurityJpda
Expand All @@ -714,7 +724,7 @@ <h2><a name="Appendix_B_How_to_debug_Tomcat_using_IntelliJ">Appendix B. How to d
goto end</code></pre>
</blockquote>
</li>
<li>create <code><i>${tomcat.home}</i>/bin/setenv.bat</code> as follows:
<li>create <code><i>TOMCAT_HOME</i>/bin/setenv.bat</code> as follows:
<blockquote>
<pre><code>set JPDA_ADDRESS=5000</code></pre>
</blockquote>
Expand Down Expand Up @@ -752,13 +762,14 @@ <h3><font color="#990000"><a name="Appendix_C_1_Weblogic_6_1_and_Xerces">
<h3><font color="#990000"><a name="Appendix_C_2_Xalan_and_Tomcat">C.2. JDK, Xalan and Tomcat</a></font></h3>

<p>Mondrian binaries, as shipped, require JDK 1.4, Xalan 2.4.1, and Tomcat
4.1.18 or later.</p>
4.1.18 or later. Things work better that way.</p>

<p>If you are running JDK 1.3.<i>x</i>, you will need to add <code>xml-apis.jar</code>
and <code>xercesImpl.jar</code> to <code>mondrian.war</code> (since JDK 1.3 does
not include the an XML parser), and copy <code>
xalan.jar</code> and <code>xml-apis.jar</code> from <code><i>${xalan.home}</i>/bin</code>
to <code><i>${tomcat.home}</i>/common/lib</code>.</p>
xalan.jar</code> and <code>xml-apis.jar</code> from <code><i>XALAN_HOME</i>/bin</code>
to <code><i>TOMCAT_HOME</i>/common/lib</code>. (or <code><i>TOMCAT_HOME</i>/common/endorsed</code>,
if your version of Tomcat has one). </p>

<p>If you get the configuration wrong, a typical error is</p>

Expand All @@ -784,8 +795,8 @@ <h3><font color="#990000"><a name="Appendix_C_2_Xalan_and_Tomcat">C.2. JDK, Xala
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)</pre>
</blockquote>
<p>This error occurred under JDK 1.3.1, Tomcat 4.1.18, Xalan 2.4.1. The
solutions to the error were (a) move to JDK 1.4 and remove xml-apis.jar and
xercesImpl.jar from mondrian.war, or (b) revert to Xalan 2.3.1.</p>
solutions to the error were (a) move to JDK 1.4 and remove <code>xml-apis.jar</code> and
<code>xercesImpl.jar</code> from <code>mondrian.war</code>, or (b) revert to Xalan 2.3.1.</p>

<hr>

Expand Down
6 changes: 4 additions & 2 deletions doc/links.html
Expand Up @@ -21,7 +21,7 @@ <h2>People</h2>

<p>Mondrian is developed by <a href="http://sourceforge.net/users/jhyde">Julian
Hyde (project lead)</a>, <a href="http://sourceforge.net/users/pdymecki">Paul
Dymecki</a>, <a href="http://sourceforge.net/users/banksean">Sean McCullogh</a>,
Dymecki</a>, <a href="http://sourceforge.net/users/banksean">Sean McCullough</a>,
and <a href="http://sourceforge.net/users/avix">Andreas Voss</a>.</p>

<h2>Sites</h2>
Expand All @@ -43,6 +43,8 @@ <h2>Sites</h2>
generate wrapper classes for access to
<a href="http://java.sun.com/j2se/1.3/docs/api/java/util/ResourceBundle.html">
Java resource bundles</a>.<p dir="ltr">
<a href="http://www.darpa.mil/iao/TIASystems.htm">Total Information Awareness</a>.
(World Domination would be okay if we did it using Open Source. Wouldn't it?)<p dir="ltr">
Julian works on <a href="http://sourceforge.net/projects/saffron">Saffron</a> in
his spare spare time.<h2>Technology</h2>

Expand Down Expand Up @@ -80,4 +82,4 @@ <h2>Sites</h2>

<p>&nbsp;</p>
</body>
</html>
</html>
7 changes: 4 additions & 3 deletions doc/monrg.html
Expand Up @@ -439,8 +439,9 @@ <h2>About MonRG and Mondrian</h2>
<td class="content">
<a target="_top" href="index.html">Home</a> |
<a target="_top" href="monrg.html">No frames</a> | This file is<i>
<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/resgen.html">$Id$
</a></i> (<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/resgen.html?ac=22">log</a>)</td>
<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/monrg.html">
$Id$
</a></i> (<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/monrg.html?ac=22">log</a>)</td>
<td align="right">
<a href="http://sourceforge.net">
<img src="http://sourceforge.net/sflogo.php?group_id=35302&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo">
Expand All @@ -450,4 +451,4 @@ <h2>About MonRG and Mondrian</h2>
</table>

</body>
</html>
</html>
6 changes: 3 additions & 3 deletions doc/noframes.html
Expand Up @@ -85,9 +85,9 @@ <h2>What is Mondrian?</h2>
<td class="content">
<a target="_top" href="index.html">Home</a> |
<a target="_top" href="noframes.html">No frames</a> | This file is<i>
<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/index.html">
<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/noframes.html">
$Id$
</a></i> (<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/index.html?ac=22">log</a>)</td>
</a></i> (<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/noframes.html?ac=22">log</a>)</td>
<td align="right">
<a href="http://sourceforge.net">
<img src="http://sourceforge.net/sflogo.php?group_id=35302&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo">
Expand All @@ -99,4 +99,4 @@ <h2>What is Mondrian?</h2>
<td colspan="2">

</body>
</html>
</html>
5 changes: 3 additions & 2 deletions doc/olap.html
Expand Up @@ -148,8 +148,9 @@ <h2>Online Analytical Processing</h2>
<td class="content">
<a target="_top" href="index.html">Home</a> |
<a target="_top" href="noframes.html">No frames</a> | This file is<i>
<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/components.html">$Id$
</a></i> (<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/components.html?ac=22">log</a>)</td>
<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/olap.html">
$Id$
</a></i> (<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/olap.html?ac=22">log</a>)</td>
<td align="right">
<a href="http://sourceforge.net">
<img src="http://sourceforge.net/sflogo.php?group_id=35302&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo">
Expand Down
5 changes: 3 additions & 2 deletions doc/people.html
Expand Up @@ -68,8 +68,9 @@ <h2>Who was Mondrian?</h2>
<td class="content">
<a target="_top" href="index.html">Home</a> |
<a target="_top" href="noframes.html">No frames</a> | This file is<i>
<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/who.html">$Id$
</a></i> (<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/who.html?ac=22">log</a>)</td>
<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/people.html">
$Id$
</a></i> (<a href="http://apoptosis.dyndns.org:8080/open/mondrian/doc/people.html?ac=22">log</a>)</td>
<td align="right">
<a href="http://sourceforge.net">
<img src="http://sourceforge.net/sflogo.php?group_id=35302&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo">
Expand Down

0 comments on commit 682f9db

Please sign in to comment.