bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / tomcat-connectors-1.2.32-src / docs / miscellaneous / doccontrib.html
1 <html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>The Apache Tomcat Connector - Miscellaneous Documentation - How to Contribute to the Documentation</title><meta name="author" value="Robert Sowders"><meta name="email" value="rsowders@usgs.gov"><link href="../style.css" type="text/css" rel="stylesheet"></head><body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"><table border="0" width="100%" cellspacing="4"><!--PAGE HEADER--><tr><td colspan="2"><!--TOMCAT LOGO--><a href="http://tomcat.apache.org/"><img src="../images/tomcat.gif" align="left" alt="Apache Tomcat" border="0"></a><!--APACHE LOGO--><a href="http://www.apache.org/"><img src="http://www.apache.org/images/asf-logo.gif" align="right" alt="Apache Logo" border="0"></a></td></tr><!--HEADER SEPARATOR--><tr><td colspan="2"><hr noshade size="1"></td></tr><tr><!--LEFT SIDE NAVIGATION--><td width="20%" valign="top" nowrap="true"><p><strong>Links</strong></p><ul><li><a href="../index.html">Docs Home</a></li></ul><p><strong>Reference Guide</strong></p><ul><li><a href="../reference/workers.html">workers.properties</a></li><li><a href="../reference/uriworkermap.html">uriworkermap.properties</a></li><li><a href="../reference/status.html">Status Worker</a></li><li><a href="../reference/apache.html">Apache HTTP Server</a></li><li><a href="../reference/iis.html">IIS</a></li></ul><p><strong>Generic HowTo</strong></p><ul><li><a href="../generic_howto/quick.html">For the impatient</a></li><li><a href="../generic_howto/workers.html">All about workers</a></li><li><a href="../generic_howto/timeouts.html">Timeouts</a></li><li><a href="../generic_howto/loadbalancers.html">Load Balancing</a></li><li><a href="../generic_howto/proxy.html">Reverse Proxy</a></li></ul><p><strong>Webserver HowTo</strong></p><ul><li><a href="../webserver_howto/apache.html">Apache HTTP Server</a></li><li><a href="../webserver_howto/iis.html">IIS</a></li><li><a href="../webserver_howto/nes.html">Netscape/SunOne/Sun</a></li></ul><p><strong>AJP Protocol Reference</strong></p><ul><li><a href="../ajp/ajpv13a.html">AJPv13</a></li><li><a href="../ajp/ajpv13ext.html">AJPv13 Extension Proposal</a></li></ul><p><strong>Miscellaneous Documentation</strong></p><ul><li><a href="../miscellaneous/faq.html">Frequently asked questions</a></li><li><a href="../miscellaneous/changelog.html">Changelog</a></li><li><a href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Tomcat+Connectors&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">Current Tomcat Connectors bugs</a></li><li><a href="../miscellaneous/doccontrib.html">Contribute documentation</a></li><li><a href="../miscellaneous/jkstatustasks.html">JK Status Ant Tasks</a></li><li><a href="../miscellaneous/reporttools.html">Reporting Tools</a></li><li><a href="http://tomcat.apache.org/connectors-doc-archive/jk2/index.html">Old JK/JK2 documentation</a></li></ul><p><strong>News</strong></p><ul><li><a href="../news/20110701.html">2011</a></li><li><a href="../news/20100101.html">2010</a></li><li><a href="../news/20090301.html">2009</a></li><li><a href="../news/20081001.html">2008</a></li><li><a href="../news/20070301.html">2007</a></li><li><a href="../news/20060101.html">2006</a></li><li><a href="../news/20050101.html">2005</a></li><li><a href="../news/20041100.html">2004</a></li></ul></td><!--RIGHT SIDE MAIN BODY--><td width="80%" valign="top" align="left"><table border="0" width="100%" cellspacing="4"><tr><td align="left" valign="top"><h1>The Apache Tomcat Connector - Miscellaneous Documentation</h1><h2>How to Contribute to the Documentation</h2></td><td align="right" valign="top" nowrap="true"><small><a href="printer/doccontrib.html"><img src="../images/printer.gif" border="0" alt="Printer Friendly Version"><br>print-friendly<br>version
2                     </a></small></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Introduction"><strong>Introduction</strong></a></font></td></tr><tr><td><blockquote>
3 <p>
4     This document describes how you can easily contribute to the 
5 documentation.  I'm going to try to make it easy for everyone to help out with 
6 the documentation of Tomcat, more specifically the documentation for the 
7 connectors.  This is written from a windows user perspective as I believe they 
8 will most benefit from it.  For people using Unix it should be easy for them to 
9 apply these steps.  Just substitute Unix syntax where needed.
10 </p>
11 <p>
12     The documentation is produced using xml with xsl style sheets.  This 
13 effectivly seperates the content of the documents from the style, so all that 
14 contributers need to worry about the content.  It is much easier to use than 
15 html.
16 </p>
17 <p>
18     It's all really quite simple.  Here is what you will need:
19 <ul>
20 <li>
21 <b>A recent version of Ant</b>
22 </li>
23 <li>
24 <b>The source code for the connectors from subversion</b>
25 </li>
26 <li>
27 <b>Any ascii text editor</b>
28 </li>
29 </ul>
30 </p>
31 </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Getting Started Step by Step"><strong>Getting Started Step by Step</strong></a></font></td></tr><tr><td><blockquote>
32 <p>
33     After you get these tools they are simple to set up.
34 </p>
35     <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="STEP 1. Get Ant"><strong>STEP 1. Get Ant</strong></a></font></td></tr><tr><td><blockquote>
36 <p>
37     Install <a href="http://ant.apache.org/">Ant</a>. The only advice I 
38 have is to choose a simple installation path.  Now set an environment variable 
39 for ANT_HOME, and then add the location of the Ant/bin directory to your PATH 
40 variable.  Consult your Operating system documentation for information on how 
41 to do this.  When you are finished verify that you can run ant from the command 
42 line.
43 </p>
44 <p>
45     Ant is used to build the documentation, among other things, and it must be 
46 able to see a file called <b>build.xml</b>.  This file is located in the 
47 <b>xdocs</b> directory.  In the 
48 <b>build.xml</b> file there is a target named <b>all</b> that will be used to build 
49 the docs.
50 </p>
51 </blockquote></td></tr></table>
52 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="STEP 2.  Get the sources"><strong>STEP 2.  Get the sources</strong></a></font></td></tr><tr><td><blockquote>
53 <p>
54     Get the sources for
55 <a href="http://svn.apache.org/repos/asf/tomcat/jk/trunk/">tomcat-connectors</a>
56 from the subversion repository.  If you'll 
57 be editing from a windows platform you will need a windows subversion client.  There 
58 are several available.  I like <a href="http://tortoisesvn.tigris.org/">turtoiseSVN</a>.  
59 Unix users should install the subversion client of their choice,
60 if they don't already have one.
61 </p>
62 <p>
63     You are ready to download the sources now.  Change directory to the 
64 location where you want your repository to be.  For simplicity we will call this 
65 your <b>SVN_HOME</b>.  Mine is located in C:\build.
66 </p>
67 <p>
68     Run the following command to <b>checkout</b> the sources for the first time.
69 You should only need to do this once.
70 <p class="screen"><div align="left"><table width="80%" border="1" cellspacing="0" cellpadding="2" bgcolor="#000000"><tr><td bgcolor="#000000" align="left"><code class="screen"><nobr> </nobr></code><br><code class="screen"><nobr>C:\build\&gt;svn checkout http://svn.apache.org/repos/asf/tomcat/jk/trunk/
71 tomcat-connectors</nobr></code><br><code class="screen"><nobr> </nobr></code><br></td></tr></table></div></p>
72 </p>
73 <p>
74     You should now be watching all the downloads come in.  Now that you have 
75 the sources on your machine the hard part is over.  From now on, to update your 
76 sources all you have to do is cd into any directory in your repository and run 
77 the <b>svn update</b> command.
78     <p class="screen"><div align="left"><table width="80%" border="1" cellspacing="0" cellpadding="2" bgcolor="#000000"><tr><td bgcolor="#000000" align="left"><div class="screen">    To update your xdocs directory simply cd into the xdocs directory 
79 and:</div><code class="screen"><nobr>C:\build\tomcat-connectors\&gt;cd xdocs</nobr></code><br><code class="screen"><nobr>C:\build\tomcat-connectors\xdocs\&gt;svn update</nobr></code><br></td></tr></table></div></p>
80 </p>
81 </blockquote></td></tr></table>
82 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="STEP 3.  Test your build environment"><strong>STEP 3.  Test your build environment</strong></a></font></td></tr><tr><td><blockquote>
83 <p>
84     Open a command prompt window and cd to the directory where you downloaded 
85 the source.  Now cd into the xdocs directory so that <b>Ant</b> can see the 
86 <b>build.xml</b> file. Then from a command prompt, run the following:
87 <p class="screen"><div align="left"><table width="80%" border="1" cellspacing="0" cellpadding="2" bgcolor="#000000"><tr><td bgcolor="#000000" align="left"><code class="screen"><nobr> </nobr></code><br><code class="screen"><nobr>C:\build\tomcat-connectors&gt;cd xdocs</nobr></code><br><code class="screen"><nobr>C:\build\tomcat-connectors\xdocs&gt;ant all</nobr></code><br><code class="screen"><nobr> </nobr></code><br></td></tr></table></div></p>
88 </p>.
89 <p>
90     You should see the ant compiler messages scrolling by rapidly and then stop 
91 with the following:
92 <p class="screen"><div align="left"><table width="80%" border="1" cellspacing="0" cellpadding="2" bgcolor="#000000"><tr><td bgcolor="#000000" align="left"><code class="screen"><nobr>[style] Transforming into C:\build\tomcat-connectors\build\docs\news\printer&gt;</nobr></code><br><code class="screen"><nobr>[style] Processing C:\build\tomcat-connectors\xdocs\news\20041100.xml 
93 to</nobr></code><br><code class="screen"><nobr>C:\build\tomcat-connectors\build\docs\news/20041100.html</nobr></code><br><code class="screen"><nobr>[style] Loading stylesheet C:\build\tomcat-connectors\xdocs\style.xsl</nobr></code><br><code class="screen"><nobr>[style] Processing C:\build\tomcat-connectors\xdocs\news\20050101.xml 
94 to</nobr></code><br><code class="screen"><nobr>C:\build\tomcat-connectors\build\docs\news/20050101.html</nobr></code><br><code class="screen"><nobr>[style] Processing C:\build\tomcat-connectors\xdocs\news\20060101.xml 
95 to</nobr></code><br><code class="screen"><nobr>C:\build\tomcat-connectors\build\docs\news/20060101.html</nobr></code><br><code class="screen"><nobr>[style] Transforming into C:\build\tomcat-connectors\build\docs&gt;</nobr></code><br><code class="screen"><nobr>[style] Processing C:\build\tomcat-connectors\xdocs\index.xml 
96 to</nobr></code><br><code class="screen"><nobr>C:\build\tomcat-connectors\build\docs\index.html</nobr></code><br><code class="screen"><nobr>[style] Loading stylesheet C:\build\tomcat-connectors\xdocs\style.xsl</nobr></code><br><code class="screen"><nobr> </nobr></code><br><code class="screen"><nobr>BUILD SUCCESSFUL</nobr></code><br><code class="screen"><nobr>Total time: 10 seconds</nobr></code><br><code class="screen"><nobr>C:\build\tomcat-connectors&gt;</nobr></code><br></td></tr></table></div></p>
97 </p>
98 <p>
99     All the xml files present in the xdocs directory structure were transformed 
100 to html and copied to the <b>SVN_HOME\tomcat-connectors\build\docs</b>
101 directory.  Open one of the 
102 html files in your browser and see how it looks.
103 </p>
104 </blockquote></td></tr></table>
105 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="STEP 4.   The editing process."><strong>STEP 4.   The editing process.</strong></a></font></td></tr><tr><td><blockquote>
106 <p>
107     I find it easier to use two windows while doing my updates.  One I call my 
108 <b>build</b> window.  I keep this one in the <b>SVN_HOME\tomcat-connectors\xdocs</b>
109 directory and I only run two commands in this window:
110 <p class="screen"><div align="left"><table width="80%" border="1" cellspacing="0" cellpadding="2" bgcolor="#000000"><tr><td bgcolor="#000000" align="left"><code class="screen"><nobr> </nobr></code><br><div class="screen">   First I run</div><code class="screen"><nobr>ant clean</nobr></code><br><div class="screen">   Then I run</div><code class="screen"><nobr>ant all</nobr></code><br><code class="screen"><nobr> </nobr></code><br></td></tr></table></div></p>
111 </p>
112 <p>
113     My second window I call my <b>edit</b> window and I keep that one in the 
114 <b>SVN_HOME\tomcat-connectors\xdocs</b> directory where I'm doing my
115 edits, diffs and svn updates.
116 </p>
117 <p>
118     Before you start editing you should always update your local repository to 
119 prevent conflicts.
120 <p class="screen"><div align="left"><table width="80%" border="1" cellspacing="0" cellpadding="2" bgcolor="#000000"><tr><td bgcolor="#000000" align="left"><div class="screen">    You only need to update the xdocs directory</div><code class="screen"><nobr>C:\build\tomcat-connectors&gt;cd xdocs</nobr></code><br><code class="screen"><nobr>C:\build\tomcat-connectors\xdocs&gt;</nobr></code><br><code class="screen"><nobr>C:\build\tomcat-connectors\xdocs&gt;svn update</nobr></code><br></td></tr></table></div></p>
121 </p>
122 <p>
123     Now that your repository is up to date you can begin editing.  Find 
124 something in the documentation to edit.  When you find something remember the 
125 name of the file.  In your <b>edit</b> window find and edit the xml source file 
126 with the same name.  After you are done return to the  <b>build</b> window, and 
127 in the <b>SVN_HOME\tomcat-connectors\xdocs</b> directory run:
128 <p class="screen"><div align="left"><table width="80%" border="1" cellspacing="0" cellpadding="2" bgcolor="#000000"><tr><td bgcolor="#000000" align="left"><code class="screen"><nobr> </nobr></code><br><code class="screen"><nobr>C:\build\tomcat-connectors\xdocs&gt; ant clean</nobr></code><br><code class="screen"><nobr> </nobr></code><br></td></tr></table></div></p>
129 </p>
130 <p>
131     This will delete all the previous html files and make the area ready for 
132 updated material.  Now to make fresh documents that incorporate your changes 
133 run:
134 <p class="screen"><div align="left"><table width="80%" border="1" cellspacing="0" cellpadding="2" bgcolor="#000000"><tr><td bgcolor="#000000" align="left"><code class="screen"><nobr> </nobr></code><br><code class="screen"><nobr>C:\build\tomcat-connectors\xdocs&gt;ant all</nobr></code><br><code class="screen"><nobr> </nobr></code><br></td></tr></table></div></p>
135 </p>
136 <p>
137     Use your browser to view the edits you just made, they will be in the 
138 <b>SVN_HOME\tomcat-connectors\build\docs</b> sub-tree.  If it looks
139 good and is ready to go, 
140 all that is left to do is to create a patch and submit it.
141 </p>
142 </blockquote></td></tr></table>
143 <table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#828DA6"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="STEP 5.  Creating a patch and submitting it."><strong>STEP 5.  Creating a patch and submitting it.</strong></a></font></td></tr><tr><td><blockquote>
144 <p>
145     From your <b>edit</b> window cd into the directory that contains the xml 
146 file you are working on, and run the <b>svn update</b> command.  For example, 
147 to produce a diff of the index.xml file and call it patch.txt, you 
148 would cd into the directory containing the index.xml file and:
149 <p class="screen"><div align="left"><table width="80%" border="1" cellspacing="0" cellpadding="2" bgcolor="#000000"><tr><td bgcolor="#000000" align="left"><code class="screen"><nobr>C:\build\tomcat-connectors\xdocs\&gt;svn diff index.xml &gt;  
150 patch.txt.</nobr></code><br><code class="screen"><nobr> </nobr></code><br></td></tr></table></div></p>
151 </p>
152 <p>
153     Now that you have your patch you are ready to send it in.
154 </p>
155 <p>
156     Patches to the documentation are handled just like a bug report.  You 
157 should submit your patches to <a href="http://issues.apache.org/bugzilla/">http://issues.apache.org/bugzilla/</a>
158  and include a good one line subject.  If this is your first time to use the 
159 bug database then you should read  <a href="http://issues.apache.org/bugzilla/bugwritinghelp.html">http://issues.apach
160 e.org/bugzilla/bugwritinghelp.html.</a>  You will need to create a user 
161 account.  At the web site paste your patch into the web form and don't forget 
162 to describe what it is your patch is for.  Sooner or later a someone with 
163 commit privileges will review your suggestion.
164 </p>
165 </blockquote></td></tr></table>
166 </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Subversion Basics"><strong>Subversion Basics</strong></a></font></td></tr><tr><td><blockquote>
167 <p>
168     After you have checked out the sources the first time it is much easier to 
169 use subversion.  You can cd into any directory of the repository and run <b>svn 
170 update</b> to get the latest sources for that directory.  For editing 
171 purposes you should always update your repository before you start editing to 
172 reduce conflicts.
173 </p>
174 <p>
175     You will need to run <b>svn diff</b> to generate patches for submission.  
176 Again cd into the directory containing the file you are editing and run <b>svn 
177 diff name_of_the_file_you_edited &gt; patch.txt</b> to generate a patch for 
178 submission.
179 </p>
180 <p>
181     Pay attention to the terminal window during the update.
182 </p>
183 <p>
184     Lines begining with a <b>A</b> indicate files that have been added.
185 </p>
186 <p>
187     Lines begining with a <b>D</b> indicate files that have been deleted.
188 </p>
189 <p>
190     Lines begining with a <b>U</b> mean the local copy was patched to update it 
191 to the current version in the master repository.
192 </p>
193 <p>
194     Lines begining with a <b>G</b> mean your local copy is different from the 
195 master copy, and the changes were successfully merged into your copy.
196 </p>
197 <p>
198     Lines begining with a <b>C</b> mean there was a conflict in merging the 
199 changes and you need to review the file and merge the changes manually.  Search 
200 for  &gt;&gt;&gt;&gt; and merge the changes.
201 </p>
202 <p>
203     Lines begining with a <b>?</b> indicate files that reside on your local 
204 system which are not part of the repository.  You will normally see this when 
205 you are creating new files for submission.
206 </p>
207 </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Updating Web site"><strong>Updating Web site</strong></a></font></td></tr><tr><td><blockquote>
208 <p>
209     Only Committers are able to update the web site (http://tomcat.apache.org/connectors-doc/).
210     To do it:
211     <ul>
212     <li>Connect to people.apache.org.</li>
213     <li>umask 002</li>
214     <li>Copy the changed files to /www/tomcat.apache.org/connectors-doc/.</li>
215     <li>or use ant from a checkout tomcat/jk/trunk/xdocs repository:<br>
216         ant -Dbuild.dir=/www/tomcat.apache.org -Ddist.name=connectors-doc 
217     </li>
218     <li>The changes need around 4 hours to be synced to tomcat.apache.org.</li>
219     </ul>
220 </p>
221 </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Guides and Resources"><strong>Guides and Resources</strong></a></font></td></tr><tr><td><blockquote>
222 <p>
223     A little help to get you started if you need it
224 </p>
225 <ul>
226 <li>
227 <a href="http://www.xml.org/xml/resources_focus_beginnerguide.shtml">XML 
228 Beginner's Guide</a>
229 </li>
230 <li>
231 <a href="http://issues.apache.org/bugzilla/">Bugzilla</a>
232 </li>
233 <li>
234 <a href="http://issues.apache.org/bugwritinghelp.html">Bugzilla Bug 
235 Writing Guide</a>
236 </li>
237 <li>
238 <a href="http://ant.apache.org/">Ant</a>
239 </li>
240 <li>
241 <a href="http://subversion.tigris.org/">Subversion Home</a>
242 </li>
243 <li>
244 <a href="http://svn.apache.org/repos/asf/tomcat/jk/trunk/xdocs/">JK Docs repository</a>
245 </li>
246 </ul>
247 </blockquote></td></tr></table></td></tr><!--FOOTER SEPARATOR--><tr><td colspan="2"><hr noshade size="1"></td></tr><!--PAGE FOOTER--><tr><td colspan="2"><div align="center"><font color="#525D76" size="-1"><em>
248         Copyright &copy; 1999-2011, Apache Software Foundation
249         </em></font></div></td></tr></table></body></html>