We use following syntax to stop a webpshere application server:
stopServer.sh servername -user admin_userid -password admin_password
However the start command is less luminous
startServer.sh servername
Why does only stop command requires admin credentials while start command does not ask for any?