2019.2
Table Of Contents
- What is Connect Send?
- Installation
- License modes
- OL Connect Send in Workflow
- Using the Printer Driver
- Log files
- Troubleshooting
URL for print job submission
The URL for print job submission allows the URL for Workflow to be entered. This is the
server that will capture and process print jobs.
It needs to be entered as a full URL, for example:
http://demo.objectiflune.com:8080/olcs_transfer
The required pattern is:
<protocol>://<host>:<port>/[<path>/]<http action>
l <protocol>: Sets the communication protocol and has to be either HTTP or HTTPS. Any
other setting is invalid. As soon as HTTPS is set as protocol, the communication will
automatically run in protected mode (SSL).
Tip
For additional information about secure file transfer, HTTPS certificates and how to
request a countersigned certificate, please see this page: SSL HowTo.
l <host>: The host name or IP address of the target machine. This is either the computer
where the related Connect Workflow is running or a gateway machine.
l
<port>: The port entry is mandatory, even if the port should be one of the standard ones
(80 for HTTP or 443 for HTTPS).
l <path>: Optional additional URL path components.
l <http action>: The HTTP action name as defined in the related Workflow HTTP Input
plugin.
The Test button can be used to check if the URL is pointing to a machine with a correctly set up
Connect Workflow with a HTTP Input plugin and the OLCS Job Processor plugin. If the test
was successful, this will be indicated by the green text "Server is ALIVE, workflow running".
Note
8080 is the default port for communications with Workflow, but it could be changed. Check this in
Page 14