Products Downloads


French version


 

Access

To create a physical server, select the Create option from the context-sensitive menu in the Physical servers tab in the Client configuration dialog box.


To modify a physical server, you must either:


Data entry

Name

Alias of the machine corresponding to the physical server .


Description

Remark associated with the server.


Host name or IP address

Enter either the host name (if there is a DNS on the machine), or else the server's IP address.


Port

Port on which the Middleware daemon is to listen.

Default port: 910.


Profile

Server connection profile.

    • With Windows or Java servers, the profile must have been declared in the server machine configuration; the profile name is case-sensitive (i.e. distinguishing between capitals and lowercase letters).

    • With AS/400 servers, the profile must be present on the AS/400.

This profile will automatically be sent to the server when the client machine connects to it.

However, if the profile is left blank in this dialog box, it will have to be entered when the client machine connects to the server.

The special value *SSO indicates that you wish to enable single sign-on (SSO). The server must be configured to accept this authentication mode.


Password

Password associated with the connection profile.

    • With Windows or Java servers, the password is case-sensitive (i.e. distinguishing between capitals and lowercase letters).

In the case of single sign-on, the password is ignored.


URL

URL designating the Middleware servlet to be contacted.

You can only enter data in this field if the Via HTTP box is checked.

Note: with a Windows HTTP configuration, the Web server's URL must contain the port number if it is different than the default port (i.e. port 80 with the HTTP protocol and port 443 with the HTTPS protocol).


Special case - Validity of the SSL certificate in HTTPS mode

  • Invalid certificates are processed by default. If you want to ignore any invalid certificates, you must add the FlagSSL key in the physical server or physical HTTP server section of the MWCLIENT.INI client/server configuration file.
  • It is possible to combine the following values by adding them together (e.g. 1 + 2).

    0

    Ignore the validity control.

    1

    Do not ignore the name on a security certificate if it is invalid or does not match the site name.

    2

    Do not ignore the date of an invalid security certificate.

    4

    Do not ignore if the certificate is not signed by a trusted authority.


    Example:

    [PhySrvHttp0000] or [PhySrv0000]

    ...

    FlagSSL=3


Check boxes

Via HTTP 

Checked

Service calls are made via an HTTP server (Visual applications only). Single sign-on (SSO) is not compatible with this login mode.

Not checked

Service calls are made directly to the physical Adelia server using the TCP protocol.


Buttons

Create/Modify

This button validates the information entered and closes the dialog box.


Cancel

This button closes the dialog box without validating the information entered.


↑ Top of page