🐿️
Squirrel for Domino
  • Squirrel for HCL Domino (Freeware)
  • Quick Start
    • πŸš€Installation / Update
    • πŸ”„Start / Stop Squirrel
    • πŸ“©Contact / Problem Reporting
    • ⬇️Download
    • πŸ’°Licenses
  • Hints and Tips
  • πŸ”OAuth 2.0 Support
  • πŸ“¬Mail Server Settings
  • 🐞Debugging Tips
  • πŸ‘¨β€πŸ”¬Administrator Tips
  • πŸ‘¨β€πŸ’»Developer Tips
Powered by GitBook
  1. Quick Start

Start / Stop Squirrel

How to start or stop Squirrel

PreviousInstallation / UpdateNextContact / Problem Reporting

Last updated 4 days ago

Start Application

Option 1: Program Document

The easiest and recommended way is to add a program document in the HCL Domino directory.

To reduce memory usage in the Domino JVM, the β€œSingleRun” parameter can be specified to stop Squirrel after all subscription documents have been processed. The β€œRepeat interval of” parameter in the program document schedules Squirrel to run at the specified intervals.

Option 2: Console Command

Enter the command Load RunJava JAddin Squirrel in the HCL Domino console:

> Load RunJava JAddin Squirrel
17.10.2020 15:07:24   JVM: Java Virtual Machine initialized.
17.10.2020 15:07:24   RunJava: Started JAddin Java task.
17.10.2020 15:07:24   Squirrel: The Internet Mail Collector for HCL Domino - Version 1.4.1 2020-10-18
17.10.2020 15:07:24   Squirrel: Copyright iota systems GmbH / ABdata, Andy Brunner - All Rights Reserved
17.10.2020 15:07:25   Squirrel: License key valid for 10 mail account subscriptions until 2021-12-31
17.10.2020 15:07:26   Squirrel: IMAPS message forwarded to XXX/XXX from XXX@XXX.XXX (Size 689 KB)
17.10.2020 15:07:26   Squirrel: POP3S message forwarded to XXX/XXX from XXX@XXX.XXX (Size 286 KB)

Option 3: Notes.ini

You may change the line starting with ServerTasks= to include the task to be started, e.g.

ServerTasks=Replica,Router,Update,RunJava JAddin Squirrel,AMgr,...

Please note that the Java class names JAddin and Squirrel are both case-sensitive and must be coded with exact case during startup.

Stop Application

To terminate Squirrel, enter Tell Squirrel Quit on the HCL Domino console.

> Tell Squirrel Quit
19.01.2024 08:58:34   Squirrel: Termination in progress
19.01.2024 08:58:36   RunJava: Finalized JAddin Java task.
19.01.2024 08:58:37   RunJava shutdown.
πŸ”„
Program document to start Squirrel at server startup
Program document to start Squirrel at specific intervals