Next: , Previous: Common configuration parameters, Up: Configuring the GIOP personality


11.3.2 IIOP Configuration Parameters

     
     ###############################################################################
     # IIOP parameters
     #
     
     [iiop]
     
     ###############################################################
     # IIOP Global Settings
     
     # Preference level for IIOP
     #polyorb.binding_data.iiop.preference=0
     
     # IIOP's default address
     #polyorb.protocols.iiop.default_addr=127.0.0.1
     
     # IIOP's default port
     #polyorb.protocols.iiop.default_port=2809
     
     # IIOP's alternate addresses
     #polyorb.protocols.iiop.alternate_listen_addresses=127.0.0.1:2810 127.0.0.1:2820
     
     # Default GIOP/IIOP Version
     #polyorb.protocols.iiop.giop.default_version.major=1
     #polyorb.protocols.iiop.giop.default_version.minor=2
     
     ###############################################################
     # IIOP 1.2 specific parameters
     
     # Set to True to enable IIOP 1.2
     #polyorb.protocols.iiop.giop.1.2.enable=true
     
     # Set to True to send a locate message prior to the request
     #polyorb.protocols.iiop.giop.1.2.locate_then_request=true
     
     # Maximum message size before fragmenting request
     #polyorb.protocols.iiop.giop.1.2.max_message_size=1000
     
     ###############################################################
     # IIOP 1.1 specific parameters
     
     # Set to True to enable IIOP 1.1
     #polyorb.protocols.iiop.giop.1.1.enable=true
     
     # Set to True to send a locate message prior to the request
     #polyorb.protocols.iiop.giop.1.1.locate_then_request=true
     
     # Maximum message size before fragmenting request
     #polyorb.protocols.iiop.giop.1.1.max_message_size=1000
     
     ###############################################################
     # IIOP 1.0 specific parameters
     
     # Set to True to enable IIOP 1.0
     #polyorb.protocols.iiop.giop.1.0.enable=true
     
     # Set to True to send a locate message prior to the request
     #polyorb.protocols.iiop.giop.1.0.locate_then_request=true