Hitachi

Hitachi Application Server V10 User's Guide (For Windows® Systems)


7.4.2 Changing Application Server for Developers settings by using the set subcommand

To change the Application Server for Developers settings, use the set subcommand of the asadmin utility command to change the setting values of the domain configuration file.

Prerequisites

Intended users

Procedure

  1. To view the settings of Application Server for Developers, run the get subcommand of the asadmin utility command.

    asadmin get "*"

    In the execution results of the command, verify the identifier of the setting to be changed and the value before the change.

    If a value is specified for multiple parameters, the specified value is treated as follows:

    For performance tracer-related parameters:

    When parameter values that start with both hitachi-prf.hitachi-prf.performance_tracer_name. and hitachi-prf-configs.hitachi-prf-config.configuration_name_of_the_performance_tracer are set, the value of the parameter that starts with hitachi-prf.hitachi-prf.performance_tracer_name. takes effect.

    For web server-related parameters

    When parameter values that start with both hitachi-webservers.hitachi-webserver.web_server_name and hitachi-webserver-configs.hitachi-webserver-config.configuration_name_of_the_web_server are set, the value of the parameter that starts with hitachi-webservers.hitachi-webserver.web_server_name takes effect.

    For a server instance-related parameter

    When parameter values that start with both servers.server.Java_EE_server_name and configs.config.configuration_name_of_the_Java_EE_server are set, the value of the parameter that starts with servers.server.Java_EE_server_name takes effect.

  2. Specify the value of the identifier to be changed, and then run the set subcommand of the asadmin utility command.

    asadmin set target_identifier_to_be_changed=value
    Reference note

    When you change values other than standard properties (directives) of the web server, use the server template to change the web server settings.

    When this command is run, the result is displayed as follows:

    Command set executed successfully.
  3. To verify the settings of Application Server for Developers after the change, run the get subcommand of the asadmin utility command.

    asadmin get "*"

    Verify that the value that was specified for the identifier by running the set subcommand in step 2 is reflected in the execution result of the command.