Author: mturk
Date: Thu Feb 18 05:50:44 2010
New Revision: 911257

URL: http://svn.apache.org/viewvc?rev=911257&view=rev
Log:
Add a quick howto for updating native and connector docs

Modified:
    tomcat/site/trunk/README.txt

Modified: tomcat/site/trunk/README.txt
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/README.txt?rev=911257&r1=911256&r2=911257&view=diff
==============================================================================
--- tomcat/site/trunk/README.txt (original)
+++ tomcat/site/trunk/README.txt Thu Feb 18 05:50:44 2010
@@ -42,3 +42,27 @@
 svn up
 
 to have the changes reflected on the Tomcat web site.
+
+Merging connectors documentation
+
+Tomcat Native and JK connector have their own documentation that
+needs to get updated on release. Beside updating release notes and
+download page that should reflect the current stable, it is needed
+to copy those documents as well.
+Currently this is manual procedure that involves copying connector
+documentation and modifying symbolic links
+
+When releasing Tomcat native create a new native-doc-x.y.z directory
+and upload the documentation created with calling ant inside
+native's xdoc directory.
+Once you have done that update the symlink to point to that new location.
+Inside  /www/tomcat.apache.org/ directory, execute:
+
+ln -sf native-doc-x.y.x native-doc
+
+Similar should be done for JK connector documentation with the exception
+that all symbolic link for the connectors-doc should point to the
+connectors-doc-x.y.z
+
+ln -sf connectors-doc-x.y.x connectors-doc
+



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to