Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active December 28, 2015 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/7438920 to your computer and use it in GitHub Desktop.
Save garystafford/7438920 to your computer and use it in GitHub Desktop.
From part 1 of my blog post, 'Building a Deployment Pipeline Using Git, Maven, Jenkins, and GlassFish (Part 1 of 2)'
asadmin create-domain --domaindir "%GLASSFISH_HOME%\domains" --adminport 7070 --instanceport 7071 production
asadmin create-domain --domaindir "%GLASSFISH_HOME%\domains" --adminport 6060 --instanceport 6061 testing
asadmin create-domain --domaindir "%GLASSFISH_HOME%\domains" --adminport 5050 --instanceport 5051 development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment