Installing JBoss Application Server 7.1 on Mac OS X with Eclipse Integration

Tookmeawhiletofigureout,soherearethestepsIfollowedtogeteverythingworking:

1)downloadandextractthelatestJBossAS7versionhere:

http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.tar.gz

2)extractedfilesgoto/usr/bin

3)downloadandextractthelatestversionofEclipseIndigoformac64-bitshere:

http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/indigo/SR2/eclipse-jee-indigo-SR2-macosx-cocoa-x86_64.tar.gz

4)extractedfilesgoto/Applications

5)InstallmyJBossTools:

GotoHelp>InstallNewSoftware..->Add

Inthe“Location”,addthisurl:

http://download.jboss.org/jbosstools/updates/nightly/trunk/

ChecktheupperboxtoinstallallJBoss7relatedtools

6)afterthat,followthistutorialtogettheJBossApplicationServerinEclipseforeasymanagement:

http://hudson.jboss.org/jenkins/job/JBoss-AS7-Docs/lastSuccessfulBuild/artifact/guides/developer-getting-started-guide/target/docbook/publish/en-US/html/gettingstarted.html#install.eclipse

7)starttheserverinEclipse.Toopenthewebinterface,gotohttp://localhost:8080

8)Tomanageyourserver,youwillneedtoaddanadminuserfirst.

youdothisbyusingthecommandlineandrun:

sh/usr/bin/<Jboss-AS-dir>/bin/add-user.sh

thegroupdefaultisokay(justpressenter)andchooseyourownusernameandpassword(twice)combo.afterthat,confirmbytypingYES.

nowaccessthemanagementinterfacehere:

http://localhost:9990/console

相关推荐