1 Reply Latest reply on Jul 31, 2008 3:51 PM by peterj

    How to install jboss on windows xp?

    srikanth_wrls

      I am new to JBoss. how can I install jboss on windows xp? What version of JBoss is stable and current? Prerequisites?

      Thanks

        • 1. Re: How to install jboss on windows xp?
          peterj

          Prerequisites:

          1) A 1.5 JDK, download and install from java.sun.com. (Do not install the JDK in "Program Files" even though it wants to.)
          2) Set JAVA_HOME to where JDK was installed

          Installation:

          1) Download and unzip the JBossAS 4.2.3.GA version (latest production release). Do not unzip into "Program Files" (I have mine at d:\opt\jboss\jboss-4.2.3.GA)

          Running:

          1) Open command prompt at JBossAS bin directory (that is d:\opt\jboss\jboss-4.2.3.GA\bin for me)
          2) Enter: run
          3) Open browser, enter URL: http://localhost:8080

          Read the first chapter (free download) of the book JBoss in Action (http://www.manning.com/jamae), it repeats the above and shows how to deploy a simple app. The book is based on JBossAS 5 (which is still not production ready), but much of the first chapter still works correctly for 4.2.3 (if I recall correctly, the only difference is some reorganization of the directory structure).