[160551] adding content to parent docs for server tools
diff --git a/docs/org.eclipse.wst.server.ui.doc.user/topics/tcreate.html b/docs/org.eclipse.wst.server.ui.doc.user/topics/tcreate.html
index b95966e..a7be537 100644
--- a/docs/org.eclipse.wst.server.ui.doc.user/topics/tcreate.html
+++ b/docs/org.eclipse.wst.server.ui.doc.user/topics/tcreate.html
@@ -29,6 +29,15 @@
 <div><p />
 </div>
 
-
+<div>
+<ul class="ullinks">
+<li class="ulchildlink"><strong><a href="../topics/twcrtins.html">Creating a server</a></strong><br />
+<span>You can create a server to identify the runtime environment that you want to use for testing your project resources. The term <em>creating a server</em> defines creating a pointer from the workbench to an existing installation of an application server</span>.</li>
+<li class="ulchildlink"><strong><a href="../topics/twedtins.html">Editing a server</a></strong><br />
+You can edit your server using a server editor. The fields that you change are dependant on what runtime environment the server is defined to use, or whether it is defined as a local or remote server.</li>
+<li class="ulchildlink"><strong><a href="../topics/twdelins.html">Deleting a server</a></strong><br />
+You may delete a server from the Servers view.</li>
+</ul>
+</div>
 </body>
 </html>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.server.ui.doc.user/topics/tdebug.html b/docs/org.eclipse.wst.server.ui.doc.user/topics/tdebug.html
index 2ed1f38..17c0111 100644
--- a/docs/org.eclipse.wst.server.ui.doc.user/topics/tdebug.html
+++ b/docs/org.eclipse.wst.server.ui.doc.user/topics/tdebug.html
@@ -32,7 +32,14 @@
 and examining the contents of the variables. You can debug the following artifacts
 on a server without losing the state of your application:</p>
 </div>
-
+<div>
+<ul class="ullinks">
+<li class="ulchildlink"><strong><a href="../topics/tservlet.html">servlets</a></strong><br />
+</li>
+<li class="ulchildlink"><strong><a href="../topics/tdbgjsp.html">JavaServer Pages (JSP) files</a></strong><br />
+</li>
+</ul>
+</div>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.server.ui.doc.user/topics/tpref.html b/docs/org.eclipse.wst.server.ui.doc.user/topics/tpref.html
index 8b8db95..dc2ed4d 100644
--- a/docs/org.eclipse.wst.server.ui.doc.user/topics/tpref.html
+++ b/docs/org.eclipse.wst.server.ui.doc.user/topics/tpref.html
@@ -29,7 +29,20 @@
 <div><p>The server tools allow you to define the following
 preferences:</p>
 </div>
-
+<div>
+<ul class="ullinks">
+<li class="ulchildlink"><strong><a href="../topics/twsrvprf.html">Defining the server preferences</a></strong><br />
+Using the Preferences page, you can define attributes used for testing projects by the servers. To define these preferences, complete the following:</li>
+<li class="ulchildlink"><strong><a href="../topics/tprefaud.html">Defining the audio preferences</a></strong><br />
+Using the Preferences page, you can define the preferences that servers will use for audio purposes.</li>
+<li class="ulchildlink"><strong><a href="../topics/twlaunchpref.html">Defining the launching preferences</a></strong><br />
+<span>Using the Preferences page, you can define the preferences that the servers use when starting or switching server modes. Switching server modes occurs when you use the <span class="uicontrol">Run on Server</span></span><span> or <span class="uicontrol">Debug on Server</span> commands.</span></li>
+<li class="ulchildlink"><strong><a href="../topics/twinstprf.html">Defining the installed server runtime environments preferences</a></strong><br />
+Using the Preferences page, you can direct the workbench to use a specific runtime environment of an application server for compiling your application. You can complete this by defining the installation directory of the server:</li>
+<li class="ulchildlink"><strong><a href="../topics/twtcpprf.html">Defining the TCP/IP Monitor preferences</a></strong><br />
+Using the Preferences page, you can define the TCP/IP Monitor attributes. To define these preferences, complete the following:</li>
+</ul>
+</div>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.server.ui.doc.user/topics/tpublish.html b/docs/org.eclipse.wst.server.ui.doc.user/topics/tpublish.html
index ace11d5..ab5dac2 100644
--- a/docs/org.eclipse.wst.server.ui.doc.user/topics/tpublish.html
+++ b/docs/org.eclipse.wst.server.ui.doc.user/topics/tpublish.html
@@ -28,7 +28,12 @@
 
 <div><p />
 </div>
-
+<div>
+<ul class="ullinks">
+<li class="ulchildlink"><strong><a href="../topics/twpub.html">Publishing your application</a></strong><br />
+<em>Publishing</em> involves copying files (projects, resource files, and server configurations) to the correct location for the server to find and use them. In the test environments, these files may already be in the correct location. In some cases, temporary copies of the server configurations may be created. You can either publish your application automatically or manually.</li>
+</ul>
+</div>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.server.ui.doc.user/topics/twmanage.html b/docs/org.eclipse.wst.server.ui.doc.user/topics/twmanage.html
index f71138e..a795c8d 100644
--- a/docs/org.eclipse.wst.server.ui.doc.user/topics/twmanage.html
+++ b/docs/org.eclipse.wst.server.ui.doc.user/topics/twmanage.html
@@ -29,7 +29,22 @@
 <div><p>You can use the server tools views to manage servers.
 The following tasks may be included as part of the development path:</p>
 </div>
-
+<div>
+<ul class="ullinks">
+<li class="ulchildlink"><strong><a href="../topics/twaddprj.html">Adding projects to a server</a></strong><br />
+Once you have created a server, you need to create a relationship between the projects that contain the files you want to test and your server.</li>
+<li class="ulchildlink"><strong><a href="../topics/twremprj.html">Removing a project from a server</a></strong><br />
+To remove a project from a server:</li>
+<li class="ulchildlink"><strong><a href="../topics/twsrtins.html">Starting a server</a></strong><br />
+When you are ready to test your projects, you must start a server. In some situations, listed below, the server tools start a server for you automatically. For more information on which test server will start, refer to the list of related topics at the end of this topic.</li>
+<li class="ulchildlink"><strong><a href="../topics/twstpins.html">Stopping a server</a></strong><br />
+You can stop the server from the Servers view.</li>
+<li class="ulchildlink"><strong><a href="../topics/twprefin.html">Setting a default server</a></strong><br />
+A default server is the server that you want to use when a project has more than one server defined.</li>
+<li class="ulchildlink"><strong><a href="../topics/tmetasrv.html">Displaying or hiding the metadata of the server</a></strong><br />
+On the workbench, you have the option to display or hide the metadata of the server.</li>
+</ul>
+</div>
 
 </body>
 </html>
\ No newline at end of file