Browse Source

Use rowspan in parameter tables of dual-use tasks

master
Gintas Grigelionis 6 years ago
parent
commit
f6919079da
4 changed files with 7 additions and 13 deletions
  1. +3
    -6
      manual/Tasks/ejb.html
  2. +2
    -4
      manual/Tasks/length.html
  3. +1
    -2
      manual/Tasks/resourcecount.html
  4. +1
    -1
      manual/Tasks/serverdeploy.html

+ 3
- 6
manual/Tasks/ejb.html View File

@@ -347,14 +347,13 @@ stopped.</p>
<td>wlclasspath</td>
<td>The WebLogic classpath used by the WebLogic Server.</td>
<td class="center">No</td>
<td>N/A</td>
<td rowspan="2">N/A</td>
</tr>
<tr>
<td>properties</td>
<td>The name of the server's properties file within the WebLogic home directory used to control
the WebLogic instance.</td>
<td class="center">Yes</td>
<td>N/A</td>
</tr>
<tr>
<td>name</td>
@@ -370,19 +369,17 @@ stopped.</p>
<tr>
<td>username</td>
<td>The management username used to manage the server</td>
<td class="center">N/A</td>
<td class="center" rowspan="3">N/A</td>
<td>No</td>
</tr>
<tr>
<td>password</td>
<td>The server's management password</td>
<td class="center">N/A</td>
<td>Yes</td>
</tr>
<tr>
<td>pkPassword</td>
<td>The private key password so the server can decrypt the SSL private key file</td>
<td class="center">N/A</td>
<td>No</td>
</tr>
<tr>
@@ -392,7 +389,7 @@ stopped.</p>
</tr>
<tr>
<td>weblogicMainClass</td>
<td>name of the main class for WebLogic</td>
<td>The name of the main class for WebLogic</td>
<td colspan="2">No</td>
</tr>
</table>


+ 2
- 4
manual/Tasks/length.html View File

@@ -45,7 +45,7 @@ a <code>condition</code>.</p>
<td>property</td>
<td>The property to set.</td>
<td class="center">No; by default, output value to the log</td>
<td>Ignored</td>
<td rowspan="2">Ignored</td>
</tr>
<tr>
<td>mode</td>
@@ -53,7 +53,6 @@ a <code>condition</code>.</p>
lengths; when <q>each</q> the task outputs the absolute path and length of each included
resource, one per line.</td>
<td class="center">No; default is <q>all</q></td>
<td>Ignored</td>
</tr>
<tr>
<td>file</td>
@@ -79,7 +78,7 @@ a <code>condition</code>.</p>
<tr>
<td>length</td>
<td>Comparison length.</td>
<td class="center">Ignored</td>
<td class="center" rowspan="2">Ignored</td>
<td>Yes</td>
</tr>
<tr>
@@ -87,7 +86,6 @@ a <code>condition</code>.</p>
<td>Comparison
type: <q>equal</q>, <q>eq</q>, <q>greater</q>, <q>gt</q>, <q>less</q>, <q>lt</q>, <q>ge</q>
(greater or equal), <q>ne</q> (not equal), <q>le</q> (less or equal).</td>
<td class="center">Ignored</td>
<td>No; default is <q>equal</q></td>
</tr>
</table>


+ 1
- 2
manual/Tasks/resourcecount.html View File

@@ -55,7 +55,7 @@ a <code>condition</code>.</p>
<tr>
<td>count</td>
<td>Comparison count.</td>
<td class="center">Ignored</td>
<td class="center" rowspan="2">Ignored</td>
<td>Yes</td>
</tr>
<tr>
@@ -63,7 +63,6 @@ a <code>condition</code>.</p>
<td>Comparison
type: <q>equal</q>, <q>eq</q>, <q>greater</q>, <q>gt</q>, <q>less</q>, <q>lt</q>, <q>ge</q>
(greater or equal), <q>ne</q> (not equal), <q>le</q> (less or equal).</td>
<td class="center">Ignored</td>
<td>No; default is <q>equal</q></td>
</tr>
</table>


+ 1
- 1
manual/Tasks/serverdeploy.html View File

@@ -191,7 +191,7 @@ it defaults to <q>system</q>. The <var>password</var> attribute is required for
form <code>&lt;component&gt;:&lt;target1&gt;,&lt;target2&gt;...</code> Where component is the
archive name (minus the <samp>.jar</samp>, <samp>.ear</samp>, <samp>.war</samp> extension).
Targets are the servers where the components will be deployed</td>
<td>no</td>
<td>No</td>
</tr>
<tr>
<td>debug</td>


Loading…
Cancel
Save