This project provides a small diagnostic app that will let you list running modules on a Domino server. Specifically, “modules” here refers to active XPages applications and any Jakarta Modules from the XPages JEE project, and so it's very much intended as a troubleshooting/development tool when writing applications using Jakarta EE on Domino. It allows:

  • Viewing active applications
  • Viewing the virtual filesystem as used in the XPages or Jakarta environment
  • Listing CDI beans
  • Listing NoSQL Entities, their backing Domino forms, and their mapped properties

Requirements

This application requires Domino 14 or above and the XPages Jakarta EE Support project version 3.7.0 or above.

Usage

To use this application, deploy the NSF on your Domino server and configure its ACL as desired. Then, configure it as a Jakarta Module itself in the XPage JEE project's “jakartaconfig.nsf”. Refer to that project for documentation.

License

This project is licensed using the Apache License 2.0.