Changeset 29751

Show
Ignore:
Timestamp:
01/28/08 23:20:58 (10 months ago)
Author:
bstefanescu
Message:

updated README.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.runtime/trunk/nuxeo-runtime/src/main/resources/README.txt

    r29750 r29751  
    55org.nuxeo.runtime.server.locator 
    66 
    7 that poitns to the remoting service locator. Example: 
     7that points to the remoting service locator. Example: 
    88 
    9 org.nuxeo.runtime.server.locator=servlet://localhost:8080/servlet-invoker/ServerInvokerServlet/?datatype=nuxeo 
     9org.nuxeo.runtime.server.locator=servlet://localhost:8080/nuxeo/ServerInvokerServlet/?datatype=nuxeo 
    1010 
    11 where http://localhost:8080/servlet-invoker/ServerInvokerServlet should be URL of the servlet invoker 
     11where http://localhost:8080/nuxeo/ServerInvokerServlet should be URL of the servlet invoker 
     12 
     13On the Apogee side you create a connection using the Custom Platform wizard page 
     14and copy there the previous URL: 
     15 
     16 servlet://localhost:8080/nuxeo/ServerInvokerServlet/?datatype=nuxeo 
     17