Well, you could manually deploy your app via the admin console.
Or you could use the asadmin
command. A remote deployment in its simplest from would look like:
asadmin deploy --user=<adminuser> --host=<hostname> <path to jar/war/ear>
And this could be shell scripted, or wrapped in Ant, or Maven.
Or you could use more specialized tools (the Ant Task, the maven glassfish plugin, the maven asadmin plugin, Cargo).
It all depends on your context, there is no single answer and there are many possibilities. If you don't know what you're looking for, just use the Ant build scripts created by NetBeans.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…