Skip to content

Commit

Permalink
Diagnosis of JENKINS-16474 complicated by the fact that documentation…
Browse files Browse the repository at this point in the history
… did not match revised default values.
  • Loading branch information
jglick committed Feb 4, 2013
1 parent 44fbabd commit ffe79e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.html
Expand Up @@ -204,8 +204,8 @@ <h2><a name="commandLine">Command-line options:</a></h2>
--controlPort = set the shutdown/control port. -1 to disable, Default disabled

--handlerCountStartup = set the no of worker threads to spawn at startup. Default is 5
--handlerCountMax = set the max no of worker threads to allow. Default is 300
--handlerCountMaxIdle = set the max no of idle worker threads to allow. Default is 50
--handlerCountMax = set the max no of worker threads to allow. Default is 20
--handlerCountMaxIdle = set the max no of idle worker threads to allow. Default is 5

--directoryListings = enable directory lists (true/false). Default is true
--useJasper = enable jasper JSP handling (true/false). Default is false
Expand Down Expand Up @@ -909,4 +909,4 @@ <h2><a name="sessionPersistence">Session persistence across reboots</a></h2>
</ul>
</div>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions contrib/README_jp.html
Expand Up @@ -198,8 +198,8 @@ <h3>About:</h3>
--controlPort = set the shutdown/control port. -1 to disable, Default disabled

--handlerCountStartup = set the no of worker threads to spawn at startup. Default is 5
--handlerCountMax = set the max no of worker threads to allow. Default is 300
--handlerCountMaxIdle = set the max no of idle worker threads to allow. Default is 50
--handlerCountMax = set the max no of worker threads to allow. Default is 20
--handlerCountMaxIdle = set the max no of idle worker threads to allow. Default is 5

--directoryListings = enable directory lists (true/false). Default is true
--useJasper = enable jasper JSP handling (true/false). Default is false
Expand Down Expand Up @@ -846,4 +846,4 @@ <h2><a name="embedding">Embedding Winstone</a></h2>

</center>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions src/java/winstone/LocalStrings.properties
Expand Up @@ -414,8 +414,8 @@ Other options:\n\
\ --ajp13ListenAddress = set the ajp13 listening address. Default is all interfaces\n\
\ --controlPort = set the shutdown/control port. -1 to disable, Default disabled\n\n\
\ --handlerCountStartup = set the no of worker threads to spawn at startup. Default is 5\n\
\ --handlerCountMax = set the max no of worker threads to allow. Default is 300\n\
\ --handlerCountMaxIdle = set the max no of idle worker threads to allow. Default is 50\n\n\
\ --handlerCountMax = set the max no of worker threads to allow. Default is 20\n\
\ --handlerCountMaxIdle = set the max no of idle worker threads to allow. Default is 5\n\n\
\ --directoryListings = enable directory lists (true/false). Default is true\n\
\ --useJasper = enable jasper JSP handling (true/false). Default is false\n\
\ --useServletReloading = enable servlet reloading (true/false). Default is false\n\
Expand Down Expand Up @@ -463,4 +463,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n

CmdLineParser.MultipleArgs=Multiple command line argument specified: [#0]
CmdLineParser.UnrecognizedOption=Unrecognized option: [#0]
CmdLineParser.OperandExpected=Expecting --[#0]=VALUE but found no value
CmdLineParser.OperandExpected=Expecting --[#0]=VALUE but found no value

0 comments on commit ffe79e8

Please sign in to comment.