Changeset 29751
- Timestamp:
- 01/28/08 23:20:58 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.runtime/trunk/nuxeo-runtime/src/main/resources/README.txt
r29750 r29751 5 5 org.nuxeo.runtime.server.locator 6 6 7 that poi tns to the remoting service locator. Example:7 that points to the remoting service locator. Example: 8 8 9 org.nuxeo.runtime.server.locator=servlet://localhost:8080/ servlet-invoker/ServerInvokerServlet/?datatype=nuxeo9 org.nuxeo.runtime.server.locator=servlet://localhost:8080/nuxeo/ServerInvokerServlet/?datatype=nuxeo 10 10 11 where http://localhost:8080/servlet-invoker/ServerInvokerServlet should be URL of the servlet invoker 11 where http://localhost:8080/nuxeo/ServerInvokerServlet should be URL of the servlet invoker 12 13 On the Apogee side you create a connection using the Custom Platform wizard page 14 and copy there the previous URL: 15 16 servlet://localhost:8080/nuxeo/ServerInvokerServlet/?datatype=nuxeo 17
