• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JBoss Installation

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I would like to install JBoss Server. Is there any tutorial or article that helps go over the installation process and also are there any sample applications that i can run to understand deploying on a JBoss Server.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For installing JBossAS, all you have to do is download the .zip from the AS download page and unzip it on your system. Then set JAVA_HOME to point to a JDK installation. To start the server, go to the command prompt and "cd" to the bin folder of the unzipped AS and type run.bat for Windows OS (or ./run.sh for *nix OS). Here's the wiki which points to various documentations.

Also if you are looking for some book then there's JBoss In Action for JBoss AS5.
 
reply
    Bookmark Topic Watch Topic
  • New Topic