Skip to content

Commit

Permalink
talk about jboss.home property in ref guide
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Dec 19, 2008
1 parent 992fa54 commit 518c928
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions reference/en/modules/ri.xml
Expand Up @@ -29,6 +29,15 @@ $ unzip ~/jboss-5.0.0.GA.zip]]></programlisting>
<programlisting><![CDATA[$ cd ~/
$ unzip ~/webbeans-1.0.0.ALPHA1.zip]]></programlisting>


<para>
Next, we need to tell Web Beans where JBoss is located. Edit
<literal>jboss-as/build.properties</literal> and set the
<literal>jboss.home</literal> property. For example:
</para>

<programlisting>jboss.home=/Applications/jboss-5.0.0.GA</programlisting>

<para>
As Web Beans is a new piece of software, you need to update JBoss AS to
run the Web Beans RI. Future versions of JBoss AS will include these
Expand Down

0 comments on commit 518c928

Please sign in to comment.