Contents Index -x server option -y server option

ASA Database Administration Guide
  The Database Server
    The database server
      Database server options

-xs server option

Function 

To specify server side web services communications protocols.

Syntax 1 

dbeng9 | dbsrv9 } -xs { all | none | web-protocols } ...

web-protocols:
    { [ http | https ] parmlist },...
parmlist:
    ( parm=value;...)

Applies to 

All operating systems and servers.

Description 

Use the -xs option to specify which web protocols you want to use to listen for client connection broadcasts.

If you do not specify the -xss option, the server does not attempt to listen for web requests.

If you specify the -xs option with one or more protocols, the server attempts to listen for client requests using the specified protocol(s).

Regardless of which settings you choose for the -xs option, the server always listens for connection broadcasts using the shared memory protocol. You can specify any of the following:

For a description of available parameters, see Network communications parameters.

For UNIX, quotation marks are required if more than one parameter is supplied:

-xs "http(PARM1=value1;PARM2=value2;...)"
Examples 

Allow only shared memory, TCP/IP and SPX communications:

dbeng9 web.db -xs http(port=80)
See also 

CommLinks connection parameter [LINKS]


Contents Index -x server option -y server option