If you wish to manually terminate Confluence:
ps -ef | grep confluence
This will return the PID of Confluence if running, ensure you located the Confluence service and not the database connections.
Kill -9 PID
Welcome to FreeSoftwareServers Confluence Wiki
If you wish to manually terminate Confluence:
ps -ef | grep confluence
This will return the PID of Confluence if running, ensure you located the Confluence service and not the database connections.
Kill -9 PID