When deploying an application to a glassfish server, some exception can appear in the administration console and server.log file: “org.glassfish.deployment.common.DeploymentException”
Category: Devops
Git useful command list
Basic Commands To init a repository within a folder: git init To set your global username/email configuration: git config –global
Git Repositories
A repository is a place where the history of your code is stored. It lives in a .git subdirectory of