[jboss-svn-commits] JBL Code SVN: r9968 - labs/jbossweb/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Mar 5 07:52:49 EST 2007


Author: jfrederic.clere at jboss.com
Date: 2007-03-05 07:52:49 -0500 (Mon, 05 Mar 2007)
New Revision: 9968

Modified:
   labs/jbossweb/trunk/BUILDING.txt
Log:
Add how to build the native part.


Modified: labs/jbossweb/trunk/BUILDING.txt
===================================================================
--- labs/jbossweb/trunk/BUILDING.txt	2007-03-05 10:30:09 UTC (rev 9967)
+++ labs/jbossweb/trunk/BUILDING.txt	2007-03-05 12:52:49 UTC (rev 9968)
@@ -5,3 +5,13 @@
 - put a JBoss AS binary distribution in the "jboss" folder (the version number must match what is in build.properties.default)
 - Alternatively type "and download" to download the JBoss AS binary matching the build.properties.default defined version
 - type "ant"; the result is in "output/jbossweb-versionnumber"
+
+How to get the native part
+-----------------------
+The tcnative are not build here you can get it from
+http://cruisecontrol.jboss.com/cc/artifacts/jbossnative/
+Or build them from the sources in
+repos: http://svn.apache.org/repos/asf/tomcat/connectors/trunk/jni or
+tarball: http://tomcat.apache.org/download-connectors.cgi
+And copy the dynamic libraries in bin/native
+You also need APR and openssl libraries.




More information about the jboss-svn-commits mailing list