[105611] adding limitations file to cover known issues
diff --git a/docs/org.eclipse.wst.doc.user/META-INF/MANIFEST.MF b/docs/org.eclipse.wst.doc.user/META-INF/MANIFEST.MF
index 33c30e1..3feae4b 100644
--- a/docs/org.eclipse.wst.doc.user/META-INF/MANIFEST.MF
+++ b/docs/org.eclipse.wst.doc.user/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.wst.doc.user; singleton:=true
-Bundle-Version: 1.0.1.qualifier
+Bundle-Version: 1.0.201.qualifier
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
-Eclipse-AutoStart: true
+Eclipse-LazyStart: true
diff --git a/docs/org.eclipse.wst.doc.user/build.properties b/docs/org.eclipse.wst.doc.user/build.properties
index 51a6d97..293819e 100644
--- a/docs/org.eclipse.wst.doc.user/build.properties
+++ b/docs/org.eclipse.wst.doc.user/build.properties
@@ -1,5 +1,6 @@
 bin.includes = about.html,\
                common.css,\
+               commonltr.css,\
                images/,\
                META-INF/,\
                notices.html,\
diff --git a/docs/org.eclipse.wst.doc.user/toc.xml b/docs/org.eclipse.wst.doc.user/toc.xml
index 7ac352e..42fe925 100644
--- a/docs/org.eclipse.wst.doc.user/toc.xml
+++ b/docs/org.eclipse.wst.doc.user/toc.xml
@@ -49,5 +49,6 @@
 	<topic label="Using the server tools">
   		<link toc="../org.eclipse.wst.server.ui.doc.user/wtp_main_toc.xml" />
 	</topic>
+	<topic label="Limitations and Known Issues" href="topics/limitations.html" />
 	<topic label="Legal" href="notices.html" />
 </toc>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.doc.user/topics/limitations.html b/docs/org.eclipse.wst.doc.user/topics/limitations.html
new file mode 100644
index 0000000..f3dbb2a
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.user/topics/limitations.html
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<!-- /*******************************************************************************
+ * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *     IBM Corporation - initial API and implementation
+ *******************************************************************************/ -->
+<link rel="stylesheet" type="text/css"
+	href="../../org.eclipse.wst.doc.user/common.css" />
+<title>Web Tools Project Limitations and Known Issues</title>
+</head>
+<body>
+<h1>Web Tools Project Limitations and Known Issues</h1>
+<p>The following are limitations and known issues:</p>
+<dl>
+<dt class="dlterm"><b>When using XDoclet the generation does not appear to run.</b></dt>
+<dd><p>Cause: XDoclet has some limitations with long path names.</p>
+<p>Solution: You should install Eclipse and the Web Tools Platform into a directory with a short
+path.</p>
+</dd>
+<dt class="dlterm"><b>When creating a Web service you may see a message similar to the following one:</b></dt>
+<dd><p><samp>org.apache.axis.utils.JavaUtils isAttachmentSupported
+WARNING: Unable to find required classes (javax.activation.DataHandler and 
+javax.mail.internet.MimeMultipart). Attachment support is disabled.
+</samp></p>
+<p>Cause: Attachment support is disabled.</p>
+<p>Solution: The Apache Axis tools should auto-detect the javax.activation classes provided you add 
+<samp>activation.jar</samp> to the build path of the project to which you are generating your Web service or client. 
+For services, you will also need to make sure <samp>activation.jar</samp> is available to the Tomcat JRE, either by 
+including it in the server's global classpath or by placing a copy of activation.jar into the target Web 
+project's <samp>lib/</samp> directory.
+</p>
+</dd>
+</dl>
+</body>
+</html>
\ No newline at end of file