[ 
https://jira.nuxeo.org/browse/NXP-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Florent Guillaume updated NXP-5053:
-----------------------------------

    Upgrade notes: 
To use client/server mode:

On the server in default-repository-config.xml add:
       <listen>
         <host>localhost</host>
         <port>8181</port>
         <path>/nuxeo</path>
       </listen>
To allow Binary remoting, add:
        <binaryManager listen="true"/>

On the client in default-repository-config.xml add:
       <connect>
         <host>localhost</host>
         <port>8181</port>
         <path>/nuxeo</path>
       </connect>
To also use remote Binary fetch, add:
        <binaryManager connect="true"/>

(Note that in the repository configuration (default-repository-config.xml), the 
<queryMaker class="..." /> element is now deprecated and ignored.)


  was:
To use client/server mode:

On the server in default-repository-config.xml add:
       <listen>
         <host>localhost</host>
         <port>8181</port>
         <path>/nuxeo</path>
       </listen>

On the client in default-repository-config.xml add:
       <connect>
         <host>localhost</host>
         <port>8181</port>
         <path>/nuxeo</path>
       </connect>


(Note that in the repository configuration (default-repository-config.xml), the 
<queryMaker class="..." /> element is now deprecated and ignored.)



> VCS backend proxying to a remote VCS
> ------------------------------------
>
>                 Key: NXP-5053
>                 URL: https://jira.nuxeo.org/browse/NXP-5053
>             Project: Nuxeo Enterprise Platform
>          Issue Type: New Feature
>          Components: Core SQL Storage
>            Reporter: Florent Guillaume
>            Assignee: Florent Guillaume
>            Priority: Major
>             Fix For: 5.3.x
>
>
> This feature will make it possible to run a Nuxeo with the backend store not 
> in SQL but in a remote VCS on another machine. The remote VCS will therefore 
> be a kind of "proxy" to the final SQL database.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to