Cannot create scheduled task

I am trying to add scheduled tasks within the Server section of Lucee. It appears there is no GUI for this, so I wrote a CFML page with a single CFSCHEDULE command:

The Page runs without errors, but there’s no task listed (in Server or Web sections).

However, I note that within c:\inetpub\wwwroot\sitefolder\WEB-INF\lucee\scheduler\scheduler.xml there is the following content:

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>

Given that there are no errors when I run the CFSCHEDULE, and it appears to add a task into the scheduler.cfm, I’m not understanding why it does not also appear in the Tasks screen. (I’ve tried restarting Apache Tomcat, with no effect).

Thanks in advance.

OS: Windows 2022
Java Version: 11.0.17
Tomcat Version: 9.0.68
Lucee Version: 5.3.10.120

where are you accessing the scheduled task screen? tasks are per web context,

are you looking under the web admin for port 8888
(i.e. http://127.0.0.1:8888/lucee/admin/web.cfm )
or under the admin under the web context (host) you ran the code,
(i.e. http://hostname.com/lucee/admin/web.cfm aka c:\inetpub\wwwroot\sitefolder)