Author: jfrederic.clere(a)jboss.com
Date: 2011-07-05 05:20:26 -0400 (Tue, 05 Jul 2011)
New Revision: 1765
Modified:
trunk/webapps/docs/building.xml
Log:
Explain where to put the jbossweb.jar file.
Modified: trunk/webapps/docs/building.xml
===================================================================
--- trunk/webapps/docs/building.xml 2011-07-04 13:55:32 UTC (rev 1764)
+++ trunk/webapps/docs/building.xml 2011-07-05 09:20:26 UTC (rev 1765)
@@ -8,7 +8,7 @@
<properties>
<author>Remy Maucherat</author>
- <title>Building Tomcat</title>
+ <title>Building JBossWeb</title>
</properties>
<body>
@@ -17,7 +17,7 @@
<p>
Building JBoss Web from SVN is very easy, and is the first step to contributing to
-Tomcat. The following is a step by step TODO list.
+JBossWeb. The following is a step by step TODO list.
</p>
</section>
@@ -68,7 +68,7 @@
<p>
Download a source package from:
- <
code>http://labs.jboss.com/jbossweb/</code>
+ <
code>http://www.jboss.org/jbossweb/downloads/jboss-web</code>
</p>
<p>
@@ -93,6 +93,12 @@
</p>
<p>
+NOTE: That build jar files in output/jars, the <code>jbossweb.jar</code>
+have to be copied in
<code>${jboss.server.data.dir)/modules/org/jboss/as/web/main</code> to be
+used in AS7.
+</p>
+
+<p>
NOTE: Users accessing the Internet through a proxy must use a properties
file to indicate to Ant the proxy configuration. Read below.
</p>