JAL-1517 dropped jnlp file in help documentation in favour of link to Jalview launchA...
authorJim Procter <jprocter@dundee.ac.uk>
Wed, 3 Dec 2014 08:16:02 +0000 (08:16 +0000)
committerJim Procter <jprocter@dundee.ac.uk>
Wed, 3 Dec 2014 08:16:02 +0000 (08:16 +0000)
help/help.jhm
help/helpTOC.xml
help/html/jalviewjnlp.html [deleted file]
help/html/memory.html

index 6a7a112..af010a4 100755 (executable)
    <mapID target="annotPanelMenu" url="html/menus/alwannotationpanel.html"/>
    
    <mapID target="memory" url="html/memory.html" />
-   <mapID target="jalviewjnlp" url="html/jalviewjnlp.html" />
    <mapID target="groovy" url="html/features/groovy.html" />
    <mapID target="privacy" url="html/privacy.html" />
    <mapID target="vamsas" url="html/vamsas/index.html"/>
index 4a32606..b67eb6f 100755 (executable)
                        </tocitem>
                </tocitem>
                <tocitem text="Preferences" target="preferences" />
-               <tocitem text="Memory Settings" target="memory" expand="false">
-                       <tocitem text="JNLP with extra memory parameters" target="jalviewjnlp" />
-               </tocitem>
+               <tocitem text="Memory Settings" target="memory" expand="false"/>
                <tocitem text="Command Line" target="commandline" expand="false">
                        <tocitem text="Command Line Arguments" target="clarguments" />
                        <tocitem text="Groovy Shell" target="groovy" />
diff --git a/help/html/jalviewjnlp.html b/help/html/jalviewjnlp.html
deleted file mode 100755 (executable)
index 8f32a2b..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-<html>
-<!--
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
- * Copyright (C) 2014 The Jalview Authors
- * 
- * This file is part of Jalview.
- * 
- * Jalview is free software: you can redistribute it and/or
- * modify it under the terms of the GNU General Public License 
- * as published by the Free Software Foundation, either version 3
- * of the License, or (at your option) any later version.
- *  
- * Jalview is distributed in the hope that it will be useful, but 
- * WITHOUT ANY WARRANTY; without even the implied warranty 
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
- * PURPOSE.  See the GNU General Public License for more details.
- * 
- * You should have received a copy of the GNU General Public License
- * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
- * The Jalview Authors are detailed in the 'AUTHORS' file.
- -->
-<head>
-<title>Jalview local Jnlp File</title>
-</head>
-<body>
-<h1>Jalview local Jnlp File</h1>
-<pre>
-&lt;jnlp spec="1.0+" codebase="http://www.jalview.org/webstart/"&gt;
-  &lt;information&gt;
-    &lt;title&gt;Jalview&lt;/title&gt;
-    &lt;vendor&gt;The Barton Group&lt;/vendor&gt;
-    &lt;homepage href="http://www.jalview.org"/&gt;
-    &lt;description&gt;Jalview Multiple Alignment Editor&lt;/description&gt;
-    &lt;description kind="short"&gt;Jalview&lt;/description&gt;
-    &lt;icon href="http://www.jalview.org/webstart/logo_big.gif" kind="default"/&gt;
-    &lt;association extensions="fa" mime-type="application-x/ext-file"/&gt;
-    &lt;association extensions="fasta" mime-type="application-x/ext-file"/&gt;
-    &lt;association extensions="fastq" mime-type="application-x/ext-file"/&gt;
-    &lt;association extensions="blc" mime-type="application-x/ext-file"/&gt;
-    &lt;association extensions="msf" mime-type="application-x/ext-file"/&gt;
-    &lt;association extensions="pfam" mime-type="application-x/ext-file"/&gt;
-    &lt;association extensions="aln" mime-type="application-x/ext-file"/&gt;
-    &lt;association extensions="pir" mime-type="application-x/ext-file"/&gt;
-    &lt;association extensions="stk" mime-type="application-x/ext-file"/&gt;
-    &lt;offline-allowed/&gt;
-  &lt;/information&gt;
-  &lt;security&gt;
-    &lt;all-permissions/&gt;
-  &lt;/security&gt;
-  &lt;resources&gt;
-  &lt;!-- <em>the additional memory parameters are here</em> --&gt;
-  &lt;j2se version="1.5+" initial-heap-size="500M" max-heap-size="1000M"/&gt;
-               &lt;jar href="jalview.jar"/&gt;
-               &lt;jar href="JGoogleAnalytics-0.2.1-SNAPSHOT.jar"/&gt;
-               &lt;jar href="Jmol-12.1.13.jar"/&gt;
-               &lt;jar href="activation.jar"/&gt;
-               &lt;jar href="axis.jar"/&gt;
-               &lt;jar href="castor-1.1-cycle-xml.jar"/&gt;
-               &lt;jar href="commons-discovery.jar"/&gt;
-               &lt;jar href="commons-logging.jar"/&gt;
-               &lt;jar href="jaxrpc.jar"/&gt;
-               &lt;jar href="jhall.jar"/&gt;
-               &lt;jar href="log4j-1.2.8.jar"/&gt;
-               &lt;jar href="mail.jar"/&gt;
-               &lt;jar href="min-jaba-client.jar"/&gt;
-               &lt;jar href="regex.jar"/&gt;
-               &lt;jar href="saaj.jar"/&gt;
-               &lt;jar href="vamsas-client.jar"/&gt;
-               &lt;jar href="wsdl4j.jar"/&gt;
-               &lt;jar href="xercesImpl.jar"/&gt;
-               &lt;jar href="xml-apis.jar"/&gt;
-               &lt;property name="jalview.version" value="2.6.1"/&gt;
-  &lt;/resources&gt;
-  &lt;application-desc main-class="jalview.bin.Jalview"/&gt;
-&lt;/jnlp&gt;
-</pre>
-<address><a
-       href="http://www.jalview.org/mailman/listinfo/jalview-discuss">If
-you have problems, send an email to jalview-discuss</a></address>
-</body>
-</html>
index 3ef4d77..1cb9596 100755 (executable)
 The way you increase the memory settings for the JVM depends on which installation
   of Jalview you use:</p>
 <ul>
-  <li><em><font size="3">Web Start Version</font></em>
-    <p>JavaWS sets the JVM parameters through special tags in the JNLP file. You'll
-      need to <a href="jalviewjnlp.html">make your own jnlp file</a> and add the following parameter into the
-      &lt;resources&gt; element.
-    <pre>
-&lt;j2se version="1.5+" initial-heap-size="500M" max-heap-size="1000M"/&gt;
-</pre>
-    Save the jnlp file somewhere and then - if you start Jalview through your
-    web browser, point your browser at the file's url, othewise simply run javaws
-    with the file location as its argument. The file's url is something like :<br>
-    <pre>
+               <li><em><font size="3">Web Start Version</font></em>
+                       <p>
+                               JavaWS sets the JVM parameters through special tags in the JNLP
+                               file. You can obtain a JNLP file with modified memory settings from
+                               our service with the following link (replace 2G with desired memory
+                               in G or M):<br /> <a
+                                       href="http://www.jalview.org/services/launchApp?jvm-max-heap=2G">http://www.jalview.org/services/launchApp?jvm-max-heap=2G</a>
+                       </p>
+                       <p>
+                               Alternatively, if you want to create your own JNLP file then please
+                               download the latest JNLP file from <a
+                                       href="http://www.jalview.org/webstart/jalview.jnlp">http://www.jalview.org/webstart/jalview.jnlp</a>
+                               and modify the max-heap-size parameter for the j2se tag in the
+                               &lt;resources&gt; element. e.g.
+                       <pre>
+&lt;j2se version="1.7+" initial-heap-size="500M" max-heap-size="1000M"/&gt;
+</pre> In both cases, you should save your new jnlp file somewhere and
+                       then either point your web browser at the file's url, launch it from
+                       your file browser, or from a terminal window run javaws (located in
+                       your Java installation's bin directory) with the file location as its
+                       argument. The file's url is something like :<br> <pre>
 file://&lt;full path to file&gt;
-</pre>
-    If jalview doesn't start up, see <a href="#memsetting">below</a>. You'll have
-    to edit the above settings in the JNLP file using a text editor, save it,
-    and try starting Jalview with it once more.
-    <p></li>
-  <li><em><font size="3">Install Anywhere version</font></em>
+</pre> If jalview doesn't start up, see <a href="#memsetting">below</a>.
+                       You'll have to edit the above settings in the JNLP file using a text
+                       editor, save it, and try starting Jalview with it once more.
+                       </p></li>
+               <li><em><font size="3">Install Anywhere version</font></em>
     <p> You need to change the InstallAnywhere configuration settings for the
       application. These are found in different places depending upon which operating
       system you have :