|
Lines 362-437
Link Here
|
| 362 |
</tbody> |
362 |
</tbody> |
| 363 |
</table> |
363 |
</table> |
| 364 |
|
364 |
|
| 365 |
<h3>org.eclipse.help.appserver plug-in:</h3> |
365 |
<h3 class="deprecated">org.eclipse.help.appserver plug-in:</h3> |
|
|
366 |
<span class="warning">Deprecated: This plug-in is no longer used by help. See table for alternative usage.</span> |
| 366 |
|
367 |
|
| 367 |
<table border="1"> |
368 |
<table border="1"> |
| 368 |
<tbody> |
369 |
<tbody> |
| 369 |
<tr> |
370 |
<tr> |
| 370 |
<td style="font-weight: bold;">Preference key</td> |
371 |
<td style="font-weight: bold;"><span class="deprecated">Preference key</span></td> |
| 371 |
<td style="font-weight: bold;">Usage<br> |
372 |
<td style="font-weight: bold;"><span class="deprecated">Usage</span></td> |
| 372 |
</td> |
373 |
<td style="font-weight: bold;"><span class="deprecated">Default</span></td> |
| 373 |
<td style="font-weight: bold;">Default</td> |
|
|
| 374 |
</tr> |
374 |
</tr> |
| 375 |
<tr> |
375 |
<tr> |
| 376 |
<td><code>port</code></td> |
376 |
<td><code class="deprecated">port</code> <span class="warning">(deprecated)</span></td> |
| 377 |
<td>The port number on which the sever listens for http |
377 |
<td><p class="deprecated">The port number on which the sever listens for http |
| 378 |
requests. If port is not given, an arbitrary |
378 |
requests. If port is not given, an arbitrary |
| 379 |
port is picked by the system.</td> |
379 |
port is picked by the system.</p> |
|
|
380 |
<p class="warning">Start Eclipse with "-vmargs -Dserver_port=<port>" instead</p></td> |
| 380 |
<td> </td> |
381 |
<td> </td> |
| 381 |
</tr> |
382 |
</tr> |
| 382 |
<tr> |
383 |
<tr> |
| 383 |
<td style="vertical-align: top;"><code>host</code><br> |
384 |
<td><code class="deprecated">host</code> <span class="warning">(deprecated)</span><br> |
| 384 |
</td> |
385 |
</td> |
| 385 |
<td style="vertical-align: top;"><p>The host address or name to use |
386 |
<td><p class="deprecated">The host address or name to use |
| 386 |
for connecting to the server. The default is nothing, and eclipse will |
387 |
for connecting to the server. The default is nothing, and eclipse will |
| 387 |
pick up an available local address.</p> |
388 |
pick up an available local address.</p> |
| 388 |
<p>Products using help in local mode (workbench or stand-alone, not infocenter), |
389 |
<p class="deprecated">Products using help in local mode (workbench or stand-alone, not infocenter), |
| 389 |
can set this preference to "<code>127.0.0.1</code>" to |
390 |
can set this preference to "<code>127.0.0.1</code>" to |
| 390 |
ensure help server is not exposed to other users on the network.<br> |
391 |
ensure help server is not exposed to other users on the network.<br> |
| 391 |
</p></td> |
392 |
</p> |
| 392 |
<td style="vertical-align: top;"><br> |
393 |
<p class="warning">Start Eclipse with "-vmargs -Dserver_host=<host>" instead</p></td> |
| 393 |
</td> |
394 |
<td> </td> |
| 394 |
</tr> |
395 |
</tr> |
| 395 |
</tbody> |
396 |
</tbody> |
| 396 |
</table> |
397 |
</table> |
| 397 |
|
398 |
|
| 398 |
<h3>org.eclipse.tomcat plug-in:</h3> |
399 |
<h3 class="deprecated">org.eclipse.tomcat plug-in:</h3> |
|
|
400 |
<span class="warning">Deprecated: This plug-in is no longer used by help. No alternative commands available.</span> |
| 399 |
|
401 |
|
| 400 |
<table border="1"> |
402 |
<table border="1"> |
| 401 |
<tbody> |
403 |
<tbody> |
| 402 |
<tr> |
404 |
<tr> |
| 403 |
<td style="font-weight: bold;">Preference key</td> |
405 |
<td style="font-weight: bold;"><span class="deprecated">Preference key</span></td> |
| 404 |
<td style="font-weight: bold;">Usage<br> |
406 |
<td style="font-weight: bold;"><span class="deprecated">Usage</span></td> |
| 405 |
</td> |
407 |
<td style="font-weight: bold;"><span class="deprecated">Default</span></td> |
| 406 |
<td style="font-weight: bold;">Default</td> |
|
|
| 407 |
</tr> |
408 |
</tr> |
| 408 |
<tr> |
409 |
<tr> |
| 409 |
<td><code>acceptCount</code></td> |
410 |
<td><code class="deprecated">acceptCount</code> <span class="warning">(deprecated)</span></td> |
| 410 |
<td>The maximum queue length for incoming connection requests |
411 |
<td><span class="deprecated">The maximum queue length for incoming connection requests |
| 411 |
when all possible request processing threads are in use. Any requests |
412 |
when all possible request processing threads are in use. Any requests |
| 412 |
received when the queue is full will be refused.</td> |
413 |
received when the queue is full will be refused.</span></td> |
| 413 |
<td><code>100</code></td> |
414 |
<td><code class="deprecated">100</code></td> |
| 414 |
</tr> |
415 |
</tr> |
| 415 |
<tr> |
416 |
<tr> |
| 416 |
<td style="vertical-align: top;"><code>maxProcessors</code><br> |
417 |
<td><code class="deprecated">maxProcessors</code> <span class="warning">(deprecated)</span><br> |
| 417 |
</td> |
418 |
</td> |
| 418 |
<td style="vertical-align: top;">The maximum number of request |
419 |
<td><span class="deprecated">The maximum number of request |
| 419 |
processing threads to be created by this Connector, which therefore |
420 |
processing threads to be created by this Connector, which therefore |
| 420 |
determines the maximum number of simultaneous requests that can be |
421 |
determines the maximum number of simultaneous requests that can be |
| 421 |
handled.<br> |
422 |
handled.</span> |
| 422 |
</td> |
423 |
</td> |
| 423 |
<td style="vertical-align: top;"><code>75</code><br> |
424 |
<td><code class="deprecated">75</code><br> |
| 424 |
</td> |
425 |
</td> |
| 425 |
</tr> |
426 |
</tr> |
| 426 |
<tr> |
427 |
<tr> |
| 427 |
<td style="vertical-align: top;"><code>minProcessors</code><br> |
428 |
<td><code class="deprecated">minProcessors</code> <span class="warning">(deprecated)</span><br> |
| 428 |
</td> |
429 |
</td> |
| 429 |
<td style="vertical-align: top;">The number of request processing |
430 |
<td><span class="deprecated">The number of request processing |
| 430 |
threads that will be created when this Connector is first started. This |
431 |
threads that will be created when this Connector is first started. This |
| 431 |
attribute should be set to a value smaller than that set for |
432 |
attribute should be set to a value smaller than that set for |
| 432 |
maxProcessors.<br> |
433 |
maxProcessors.</span> |
| 433 |
</td> |
434 |
</td> |
| 434 |
<td style="vertical-align: top;"><code>5</code><br> |
435 |
<td><code class="deprecated">5</code><br> |
| 435 |
</td> |
436 |
</td> |
| 436 |
</tr> |
437 |
</tr> |
| 437 |
</tbody> |
438 |
</tbody> |