</p>
<p>
-Use File->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 "Import/Export...",
-General->Existing Project into Workspace.
+Use File->Import and chose "Existing Projects into Workspace".
+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.
<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