I have an Amazon EC2 server running Windows Server 2022 Datacenter, and I’m trying to host a site with CommandBox.
The server has two user accounts, we’ll call them UserA and UserB. When I run box start
as UserA, UserB is unable to see the Lucee icon in the app tray or see the server details via box server list
, and WEB-INF
is stored in C:\Users\UserA\.commandbox\~~~
.
When UserB runs box start
, it sets up a new Lucee Server instance under their own Windows User folder, even though it’s launching the same code from the same root.
I’ve tried looking through the documentation, but I’m having a hard time finding a way to access all instances from all users in CommandBox. I’d like to have a shared WEB-INF
location where both users can access the same Lucee control panels and see the same running instances. Is there something I can do?