Settings in the agsoap.conf file lists the M-Business Anywhere-specific configuration directives in the agsoap.conf file. This file is located in the <M-Business_Home>/conf directory, where <M-Business_Home> is the M-Business Server install directory, or Destination Location, which you specified during installation.
Do not edit the agsoap.conf file directly. Instead, edit your changes into the agsoap.conf.default file, then run the defaults_setup.bat script (Windows) or defaults_setup script (UNIX). See Editing configuration files.
The @@...@@
variables agsoap.conf.default file must not be modified. Values for these variables are set globally in the defaults file; change the value of @@...@@
variables in the defaults file and run the defaults_setup.bat script (Windows) or defaults_setup script (UNIX) to update the values in agsoap.conf.
Table 2. agsoap.conf file settings
Setting |
Description |
||||
---|---|---|---|---|---|
Server configuration settings |
|||||
|
The name you define here must be a valid DNS name for your host. Your administrator should be able to tell you the valid DNS name. If your host does not have a registered DNS name, enter its IP address here. You will have to access it by its address (e.g., http://123.45.67.89/), and this will make redirections work in a sensible way. |
||||
|
The file in which the server should record its process identification number when it starts. |
||||
|
File used to store internal server process information. Not all architectures require this. But if yours does (you'll know because this file will be created when you run Apache) then you must ensure that no two invocations of Apache share the same scoreboard file. |
||||
|
The number of seconds before receives and sends expire. |
||||
|
This setting determines whether to allow more than one request per connection. Default: |
||||
|
Number of concurrent threads, or requests, the server will allow. You should set this value according to the responsiveness of the server and the amount of system resources you will allow the server to consume. The more active requests running at once, the slower each request will be handled. For more information on using this directive to improve performance, see Modifying the ThreadsPerChild directive. Default: |
||||
|
The number of requests each child process is allowed to process before the child dies. The child will exit to avoid problems after prolonged use when Apache (and maybe the libraries it uses) leak memory or other resources. On most systems, this is not really needed, but a few (such as Solaris) do have notable leaks in the libraries. Default: |
||||
|
A limit on total number of servers running, i.e., a limit on the number of clients that can simultaneously connect. If this
limit is ever reached, clients will be locked out, so it should not be set too low. |
||||
|
Default: |
||||
|
Log the names of clients or just their IP addresses? Valid values:
Default: |
||||
|
The port number on which the SOAP server listens for HTTP messages from clients. Do not change the Note that the full parameter definition allows for setting a log level specific for this port:
For valid values of level, see main |
||||
|
The port number on which WSDL is vended. Do not change the Note that the full parameter definition allows for setting a log level specific for this port:
For valid values of level, see main |
||||
Event logging settings |
|||||
|
Control the level of detail (and number) of messages logged to the error log. Valid values:
|
||||
|
The location of the error log file. If you do not specify an |
||||
|
Directives defining format nicknames for use with the |
||||
|
The location of the custom log file. |
||||
|
Location of the mime.types file (or its equivalent). |
||||
Supporting libraries and modules settings |
|||||
|
List of libraries required at runtime. |
||||
|
Loads the SOAP Apache module. Note that the full parameter definition allows for setting a handler for the SOAP Apache module:
|
||||
NT domain integration settings |
|||||
|
Loads the NT domain (or LDAP) external auth library. |
||||
|
Use SSPI for NT authorization? Valid values:
|
||||
|
A comma separated list of domain names or a period ( Default: |
||||
|
If multiple domains are included in the validation list, authentication can take a long time for users who aren't found until
late in the list. |
||||
|
Create M-Business users automatically for valid NT domain users? Valid values:
|
||||
LDAP adaptor configuration settings |
|||||
|
Holds the name of your LDAP server. It is recommended that you use only one to avoid user name conflicts. Additional hostnames
should be separated by a space. If you are using a non-standard port for your normal or SSL connection, you can add it to
the end of the server name. Set by |
||||
|
The distinguished name of the entry at which to start the search. |
||||
|
Sets the user ID field that the avantgo user ID will be compared against in the LDAP directory for user authentication. The
|
||||
|
Controls which fields are used to return the Full Name. If |
||||
|
If |
||||
|
If |
||||
|
This setting (currently unavailable) allows M-Business Server to connect via a SSL connection to your LDAP server. Your LDAP
server must be SSL enabled and you must set the port number in the |
||||
|
If user account on M-Business Server's machine does not have access to the LDAP server, here you can specify the user ID of an LDAP account to use for retrieval of LDAP information. This setting may also be necessary for the LDAP provider to query information about a user when an account is created from your LDAP directory. If the M-Business Server's machine does not have correct privileges, an account will be created without populating the user's first and last name. NoteThe |
||||
|
See description above for |
||||
Security module settings |
|||||
|
Common security library. Load this library if |
||||
|
Common security library. Load this library if |
||||
|
Location of security library. |
||||
|
Location of the RSA certificate issued to you. |
||||
|
Password that protects your RSA private key. Default: |
||||
|
Location of random pool file used by the security software for incoming (client) secure connections. This file is created by the server if necessary. Choose a directory where the server has read and write permissions. |
||||
Miscellaneous server configuration settings |
|||||
|
Used as the shared secret between the SOAP server and client to blowfish encrypt the session ID and user’s password during authentication. Only the first 40 characters are used, so make sure they are unique. |
||||
|
The port on which we vend the WSDL file. Used mainly by C# clients. Default: |
||||
|
The datastore with which the provider talks to the database. M-Business Anywhere supports |
||||
|
The datastore with which the provider talks to the database. M-Business Anywhere supports |
||||
|
The datastore with which the provider talks to the database. M-Business Anywhere supports |
||||
|
The user name under which the SOAP server runs. |
||||
|
The password for the user name under which the SOAP server runs. |
||||
|
The name of the M-Business Anywhere database. Default: |
||||
|
The host name for the database. (Not used with |
||||
|
The port number for the database. (Not used with |
||||
|
The server version, written by the installer. Do not change. |
||||
|
The Sync Server port number. Needed to send to the Admin UI via the SOAP API. |
||||
Debugging log files |
|||||
|
Location of debug sent log. |
||||
|
Location of debug received log. |
||||
|
Location of debug test log. |
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |