VirtualBox

Changeset 39852 in vbox for trunk/doc


Ignore:
Timestamp:
Jan 24, 2012 4:20:07 PM (13 years ago)
Author:
vboxsync
Message:

doc/manual: use consistent wording for 'web service'

Location:
trunk/doc/manual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/SDKRef.xml

    r37865 r39852  
    371371          <listitem>
    372372            <para><computeroutput>--verbose</computeroutput> (or
    373             <computeroutput>-v</computeroutput>): Normally, the webservice
     373            <computeroutput>-v</computeroutput>): Normally, the web service
    374374            outputs only brief messages to the console each time a request is
    375             served. With this option, the webservice prints much more detailed
     375            served. With this option, the web service prints much more detailed
    376376            data about every request and the COM methods that those requests
    377377            are mapped to internally, which can be useful for debugging client
     
    383383            <computeroutput>-F</computeroutput>)
    384384            <computeroutput>&lt;file&gt;</computeroutput>: If this is
    385             specified, the webservice not only prints its output to the
     385            specified, the web service not only prints its output to the
    386386            console, but also writes it to the specified file. The file is
    387387            created if it does not exist; if it does exist, new output is
    388             appended to it. This is useful if you run the webservice
     388            appended to it. This is useful if you run the web service
    389389            unattended and need to debug problems after they have
    390390            occurred.</para>
     
    434434        Linux hosts to authenticate users. Any valid username/password
    435435        combination is accepted, it does not have to be the username and
    436         password of the user running the webservice daemon. Unless
     436        password of the user running the web service daemon. Unless
    437437        <computeroutput>vboxwebsrv</computeroutput> runs as root, PAM
    438438        authentication can fail, because sometimes the file
     
    464464
    465465        <para>When everything is configured correctly you can start the
    466         VirtualBox webservice with the following command:<screen>svcadm enable svc:/application/virtualbox/webservice:default</screen></para>
     466        VirtualBox web service with the following command:<screen>svcadm enable svc:/application/virtualbox/webservice:default</screen></para>
    467467
    468468        <para>For more information about SMF, please refer to the Solaris
     
    677677          xreflabel="IManagedObjectRef::release()" /> method explicitly, which
    678678          frees appropriate managed reference, as is required by the raw
    679           webservice; see <xref linkend="managed-object-references" /> for
     679          web service; see <xref linkend="managed-object-references" /> for
    680680          details. This limitation may be reconsidered in a future version of
    681681          the VirtualBox SDK.</para>
     
    725725        API layer, thereby hiding different implementation details, so it is
    726726        actually an example of code share among XPCOM, MSCOM and web services.
    727         If you are interested in how to interact with the webservices layer
     727        If you are interested in how to interact with the web services layer
    728728        directly, have a look at
    729729        <computeroutput>install/vboxapi/__init__.py</computeroutput> which
     
    732732
    733733        <para>To start the shell, perform the following commands: <screen>/opt/VirtualBox/vboxwebsrv -t 0
    734             # start webservice with object autocollection disabled
     734            # start web service with object autocollection disabled
    735735export VBOX_PROGRAM_PATH=/opt/VirtualBox
    736736            # your VirtualBox installation directory
     
    745745        use the <computeroutput>connect</computeroutput> shell command to
    746746        connect to remote VirtualBox servers; in this case you can skip
    747         starting the local webserver.</para>
     747        starting the local web server.</para>
    748748      </sect2>
    749749
     
    14061406        <computeroutput>VirtualBoxManager</computeroutput> hides most
    14071407        platform-specific details. It can be used to access both the local
    1408         (COM) and the webservice-based API. The following code can be used by
     1408        (COM) and the web service based API. The following code can be used by
    14091409        an application to use the glue layer.</para>
    14101410
     
    14181418
    14191419# Alternatively, one can be more verbose, and initialize
    1420 # glue with webservice backend, and provide authentication
     1420# glue with web service backend, and provide authentication
    14211421# information
    14221422virtualBoxManager = VirtualBoxManager("WEBSERVICE",
     
    41694169          parameters both the old NULL and empty string is allowed. This
    41704170          change was necessary to support more client bindings, especially
    4171           using the webservice API. Many of them either have no special NULL
     4171          using the web service API. Many of them either have no special NULL
    41724172          value or have trouble dealing with it correctly in the respective
    41734173          library code.</para>
  • trunk/doc/manual/user_ChangeLogImpl.xml

    r39490 r39852  
    800800
    801801      <listitem>
    802         <para>Webservice: fixed timeout handling with HTTP 1.1 keepalive, and
     802        <para>Web service: fixed timeout handling with HTTP 1.1 keepalive, and
    803803          be more robust when connections fail</para>
    804804      </listitem>
     
    15701570
    15711571      <listitem>
    1572         <para>Webservice: use own log file, with log rotation to limit size</para>
     1572        <para>Web service: use own log file, with log rotation to limit size</para>
    15731573      </listitem>
    15741574
     
    19111911
    19121912      <listitem>
    1913         <para>Webservice: now listens to localhost by default as documented
     1913        <para>Web service: now listens to localhost by default as documented
    19141914          (bug #6067)</para>
    19151915      </listitem>
     
    33043304
    33053305      <listitem>
    3306         <para>Webservice: fixed a rare crash when calling IGuest methods from the webservice</para>
     3306        <para>Web service: fixed a rare crash when calling IGuest methods from the web service</para>
    33073307      </listitem>
    33083308
     
    37173717
    37183718      <listitem>
    3719         <para>webservice: more structs and array fixes in PHP bindings</para>
     3719        <para>Web service: more structs and array fixes in PHP bindings</para>
    37203720      </listitem>
    37213721
     
    38883888
    38893889      <listitem>
    3890         <para>webservice: vboxwebsrv is now multithreaded</para>
     3890        <para>Web service: vboxwebsrv is now multithreaded</para>
    38913891      </listitem>
    38923892
    38933893       <listitem>
    3894         <para>webservice: fixed handling of structs and arrays in PHP bindings</para>
     3894        <para>Web service: fixed handling of structs and arrays in PHP bindings</para>
    38953895      </listitem>
    38963896
     
    50865086      <listitem>
    50875087        <para>Python WS: fixed issue with certain enumerations constants having
    5088           wrong values in Python webservices bindings</para>
     5088          wrong values in Python web services bindings</para>
    50895089      </listitem>
    50905090
     
    51375137
    51385138      <listitem>
    5139         <para>Webservice: fixed a severe memory leak, at least on platforms using XPCOM</para>
     5139        <para>Web service: fixed a severe memory leak, at least on platforms using XPCOM</para>
    51405140      </listitem>
    51415141
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette