Last active
December 20, 2015 08:49
-
-
Save krishnenc/6103166 to your computer and use it in GitHub Desktop.
JBoss Admin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://docs.jboss.org/jbossas/6/Admin_Console_Guide/en-US/pdf/Admin_Console_Guide.pdf | |
https://community.jboss.org/blogs/amartin-blog/2012/02/08/how-to-set-up-a-postgresql-jdbc-driver-on-jboss-7 | |
http://localhost:9990/console/App.html#server-overview | |
create-user.sh | |
Install Maven | |
http://apache.osuosl.org/maven/maven-3/3.1.0/binaries/apache-maven-3.1.0-bin.tar.gz | |
Eclipse Kepler | |
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/kepler/R/eclipse-jee-kepler-R-linux-gtk-x86_64.tar.gz | |
Eclipse Marketplace - Jboss Tools | |
Get JBoss AS Application Server | |
http://www.redhat.com/j/elqNow/elqRedir.htm?ref=https://www.jboss.org/download-manager/content/origin/files/sha256/16/16ea1e0cef29e94c0d795bbc4b4c431dcb14c4d10831dce5ff48194ff4fb2aee/jboss-eap-6.1.0.zip | |
Extract zip somewhere | |
Eclipse Preferences > Server > Runtime Environments | |
CREATE USER tom WITH PASSWORD 'myPassword'; | |
GRANT ALL PRIVILEGES ON DATABASE jerry to tom; | |
CREATE DATABASE jerry; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment