Advertisement
ninofelino

ubuntuGlassfish

Jul 22nd, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get install python-software-properties
  3. sudo add-apt-repository ppa:webupd8team/java
  4. sudo apt-get update
  5. sudo apt-get install oracle-java7-installer
  6. wget download.java.net/glassfish/4.0/release/glassfish-4.0.zip
  7. apt-get install unzip
  8. unzip glassfish-4.0.zip -d /opt
  9. asadmin start-domain
  10. asadmin enable-secure-admin
  11. asadmin stop-domain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement