-
Notifications
You must be signed in to change notification settings - Fork 198
TODO Help Info
All todo lists are managed on Trello via a public board (https://trello.com/b/Bwcmrsyd/clusterd)
-
WebLogic shows not supported, with debug message
WebLogic libraries not found, disabling platform
You're likely running an old version of clusterd. WebLogic modules have since been revamped to perform all actions through the web console, and not via the WebLogic libraries. Please update your version of clusterd.
-
Where's the ColdFusion and Railo undeployer?
ColdFusion does not deploy applications in the same way that most of the other platforms here do. Instead of managing a deployed package, clusterd simply writes the payload out to the web root. There is currently no way to remove all remnants of a deployed payload without direct shell access.
-
How can I change setting N?
clusterd stores a majority of it's settings inside of
src/core/state.py
. If you need to change something like the temp directory location, that can be done here. Most of these variables can be set via the CLI at runtime, though some cannot.