uCosminexus Application Server, System Setup and Operation Guide

[Contents][Glossary][Index][Back][Next]

Appendix A.1 Parameters for which values other than the default values are set using the Setup Wizard (logical Web server)

The following table describes parameters set to the logical Web server, from among the parameters for which the values other than the default values are set by using the Setup Wizard. For details on the parameters, see 4.13 Parameters that you can specify in logical Web server in the uCosminexus Application Server Definition Reference Guide.

Table A-1 Parameters for which values other than the default values are set (logical Web server)

Parameter name Default parameter value Value set by using a Setup Wizard Explanation
HWSKeepStartServers#1 Off On Maintains a number of processes running on the server.
KeepAliveTimeout 15 3 Specifies 3 (unit: seconds) as a request wait time for KeepAlive connection.
Listen -- 80 Specifies 80 as a port number for receiving requests.
When you set a port number of the Web server in the System Environment Settings dialog box of the custom setup, the set value becomes valid.
MaxClients#1 150 20 Specifies 20 as the maximum number of clients that can be concurrently connected.
StartServers#1 5 20 Specifies 20 as the number of server processes when starting a Web server.
ThreadsPerChild#2 50 20 Specifies 20 as the number of threads to be started as a server. Note that the specified number of threads indicates the maximum number of concurrent connections to the server.
JkMount /*J2EE-server-name /* worker1 Enables transfer of all requests to the Cosminexus HTTP Server to worker1.
worker.worker-name#3.host host-name#4 @myhost Specifies @myhost as the host name of the worker.
worker. worker-name#3.port J2EE-server-port-number#4 8007 Sets 8007 as a worker port number.
When you set ajp13 as a port number in the System Environment Settings dialog box of the custom setup, the set value becomes valid.
worker worker-name#3.receive_timeout 3600 120 Sets 120 seconds as the communication timeout value.
worker.list J2EE-server-name#4 worker1 Specifies worker1 as a worker name.
HttpsdCustomlogFormat hws_std "%h %l %u %t \"%r\" %>s %b %T \"%{Referer}i\" \"%{User-Agent}i\" %P"
  • Outputs the following information to the custom log of the Cosminexus HTTP Server:
  • Host name of the client
  • Identification information of the client
  • Username of the client
  • The time of request processing start
  • First line of the HTTP communication request
  • Final status
  • Number of bytes transmitted
  • Time taken to process the request
  • Referer value of the http protocol header
  • User-Agent value of the http protocol header
  • Process ID for processing the HTTP communication request
HttpsdErrorMethod Div Wrap Outputs the error log of the Cosminexus HTTP Server by using a wrap-around method.

Legend:
--: Not applicable

#1
Specified only when the OS is UNIX.

#2
Specified only when the OS is Windows.

#3
Because worker1 is specified for the worker-name in the worker.list parameter, the value will be worker1.

#4
Specified when the JKMount parameter is omitted.