Author: jfclere
Date: Thu Feb  7 02:24:19 2008
New Revision: 619349

URL: http://svn.apache.org/viewvc?rev=619349&view=rev
Log:
Arrange it (remove old stuff).

Modified:
    tomcat/connectors/trunk/jk/README.txt

Modified: tomcat/connectors/trunk/jk/README.txt
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/README.txt?rev=619349&r1=619348&r2=619349&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/README.txt (original)
+++ tomcat/connectors/trunk/jk/README.txt Thu Feb  7 02:24:19 2008
@@ -19,65 +19,15 @@
 Building
 ========
 
-* Install tomcat(3.3, 4.0, 4.1). Install Apache(1.3, 2.0). Any
-combination is fine, but j-t-c developers should have them all.
+* The java part is included in each tomcat build.
 
-* Copy build.properties.sample to build.properties
+Building native part:
 
-* Edit build.properties to taste. In particular it's important to set
-the paths to tomcat and apache.
+* You need to install the web server and go the native subdirectory
+  and process the instructions in its BUILDING.txt.
 
-* Run "ant". It'll build modules for all the detected containers.
+Building the doc:
 
-* If your system have a current working version of libtool, run "ant native". 
-  This will build the native connectors for the detected servers ( both jk
-  and jk2).
-
-  Alternatively, you can build using configure/make/dsp/apxs.
-
-* Run "ant install". This will copy the files in the right location
-  in your server/container. Optional: on unix systems you can create
-  symlinks ( XXX script will be provided ) and avoid copying. 
-
-Setting tomcat 3.3
-==================
-
-Restart tomcat. 
-
-Setting tomcat 4.0
-==================
-
-To use the ajp13 connector for tomcat 4:
-
-XXX Can we automate this ?
-
- 1) add the following to server.xml:
-
-     <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
-               port="8009" acceptCount="10" debug="0"/>
-
-Setting tomcat 4.1
-==================
-
-Restart tomcat. 
-
-( XXX this is not completely implemented. For now we'll use the same 
-mechanism as in 4.0 - i.e. add <Connector> in server.xml.  )
-
-Configuring JK1
-===============
-
-
-
-Configuring JK2
-===============
-
-
-Building the tests
-==================
-( probably not working - the best test is to run watchdog/tester/3.3 test 
webapp )
-( XXX is it ok to remove this ? )
-
-* Download junit from http://www.junit.org (version 3.7 or greater is 
required).
-
-* "ant test"
\ No newline at end of file
+* Go to the subdirection xdocs and use ant
+  ant
+  The documentation will be in build/docs.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to