You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/11/16 02:10:53 UTC

svn commit: r717957 - in /tomcat/trunk/webapps/docs: building.xml cgi-howto.xml security-manager-howto.xml

Author: markt
Date: Sat Nov 15 17:10:53 2008
New Revision: 717957

URL: http://svn.apache.org/viewvc?rev=717957&view=rev
Log:
Sync docs in trunk with 6.0.x

Modified:
    tomcat/trunk/webapps/docs/building.xml
    tomcat/trunk/webapps/docs/cgi-howto.xml
    tomcat/trunk/webapps/docs/security-manager-howto.xml

Modified: tomcat/trunk/webapps/docs/building.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/building.xml?rev=717957&r1=717956&r2=717957&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/building.xml (original)
+++ tomcat/trunk/webapps/docs/building.xml Sat Nov 15 17:10:53 2008
@@ -179,17 +179,13 @@
 </p>
 
 <p>
-Use File-&gt;New Project to create a new Java project 
-for each of the binaries repository (e.g., /usr/share/java), 
-container, connectors, jasper, servletapi. 
-Unless you thought ahead to make the ${tomcat.source} directory be under
-your Workspace folder, tell Eclipse the external location using &quot;Import/Export...&quot;,
-General-&gt;Existing Project into Workspace.
+Use File-&gt;Import and chose &quot;Existing Projects into Workspace&quot;.
+From there import the root directory where you have checked out tomcat.
 </p>
 
 <p>
-Eclipse .project and .classpath files are provided in each of these
-directories so Eclipse should find all source trees and jars, and
+Eclipse .project and .classpath files are provided in to root directory of tomcat repository
+should allow Eclipse to find all source trees and jars, and
 hopefully compile without problems. <b>Note</b> that these
 files assume you are using Eclipse with a 5.0 or later JDK; also, the
 connectors module must be built with a compiler compliance level of 5.0.

Modified: tomcat/trunk/webapps/docs/cgi-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/cgi-howto.xml?rev=717957&r1=717956&r2=717957&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/cgi-howto.xml (original)
+++ tomcat/trunk/webapps/docs/cgi-howto.xml Sat Nov 15 17:10:53 2008
@@ -59,11 +59,12 @@
 
 <p>Remove the XML comments from around the CGI servlet and servlet-mapping
 configuration in <code>$CATALINA_BASE/conf/web.xml</code>.</p>
-</section>
 
 <p>Only Contexts which are marked as privileged may use the CGI servlet (see the
 privileged property of the Context element).</p>
 
+</section>
+
 <section name="Configuration">
 
 <p>There are several servlet init parameters which can be used to

Modified: tomcat/trunk/webapps/docs/security-manager-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/security-manager-howto.xml?rev=717957&r1=717956&r2=717957&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/security-manager-howto.xml (original)
+++ tomcat/trunk/webapps/docs/security-manager-howto.xml Sat Nov 15 17:10:53 2008
@@ -180,7 +180,6 @@
 //
 // * Read access to the document root directory
 //
-// $Id$
 // ============================================================================
 
 



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