Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • /build.properties: tell the application where and how to install.
  • /properties/config.properties: configure the application runtime.
  • /properties/logging/log4j.properties: configure the logs of the backend.
  • /properties/logging/log4j-batch.properties: configure the logs of the batch commands. Image Added The folder tmpDir set in /properties/config.properties should be writable by the CUPS user (usually lp) as it used by esup-cupsbackend to store the states of the queues. The folder that contains the logs (see /properties/logging/log4j.properties) should also be writable by the CUPS user (the folder and not just the file, to allow log4j rotations).

Deploy

Simply run:

No Format
ant deploy

...

No Format
esup://address?backend=socket&port=xxx[&accounting=xxx]
esup://address?backend=ipp[&port=xxx]&path=xxx[&accounting=xxx]
esup://address?backend=lpd&path=xxx[&accounting=xxx] 

Parameter backend is the real backend used by esup-cupsbackend to effectively print the job, other parameters are backend-dependent. 

...