Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDorian Birsan2003-01-27 18:22:00 +0000
committerDorian Birsan2003-01-27 18:22:00 +0000
commit249057b94a99c2da584ea41e1e999c286d78755d (patch)
tree6362e41a8228d1e668ec9f29b72a9caca530fcd4 /org.eclipse.help.appserver
parentf2de0a36b0867cb50d77cc660c8d9f1c7f971359 (diff)
downloadeclipse.platform.ua-249057b94a99c2da584ea41e1e999c286d78755d.tar.gz
eclipse.platform.ua-249057b94a99c2da584ea41e1e999c286d78755d.tar.xz
eclipse.platform.ua-249057b94a99c2da584ea41e1e999c286d78755d.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.help.appserver')
-rw-r--r--org.eclipse.help.appserver/schema/server.mxsd30
1 files changed, 17 insertions, 13 deletions
diff --git a/org.eclipse.help.appserver/schema/server.mxsd b/org.eclipse.help.appserver/schema/server.mxsd
index 8982251a6..26d3cf83f 100644
--- a/org.eclipse.help.appserver/schema/server.mxsd
+++ b/org.eclipse.help.appserver/schema/server.mxsd
@@ -2,13 +2,13 @@
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.help.appserver">
<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.help.appserver" id="server" name="server"/>
- </appInfo>
- <documentation>
- Internal extension point to plug in an application server for help and other eclipse plugins.
- </documentation>
-</annotation>
+ <appInfo>
+ <meta.schema plugin="org.eclipse.help.appserver" id="server" name="server"/>
+ </appInfo>
+ <documentation>
+ Internal extension point to plug in an application server for help and other eclipse plugins.
+ </documentation>
+ </annotation>
<element name="extension">
<complexType>
@@ -65,8 +65,8 @@
The following is a sample usage of the support extension point:
&lt;p&gt;
&lt;samp&gt;
-&amp;lt;extension id="appserver" name="Tomcat" point="org.eclipse.help.appserver.server"&amp;gt;
-&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;server class="org.eclipse.tomcat.internal.TomcatAppServer" default="true" /&amp;gt;
+&amp;lt;extension id=&quot;appserver&quot; name=&quot;Tomcat&quot; point=&quot;org.eclipse.help.appserver.server&quot;&amp;gt;
+&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;server class=&quot;org.eclipse.tomcat.internal.TomcatAppServer&quot; default=&quot;true&quot; /&amp;gt;
&lt;br&gt; &amp;lt;/extension&amp;gt;
&lt;/samp&gt;
&lt;/p&gt;
@@ -78,10 +78,14 @@
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
- The supplied class must implement the
-&lt;tt&gt;org.eclipse.help.internal.appserver.IWebappServer&lt;/tt&gt;
-interface. Methods in that interface control starting and stopping of the application server,
-as well as starting and stopping of a web application.
+ The supplied class must implement the
+&lt;tt&gt;org.eclipse.help.internal.appserver.IWebappServer&lt;/tt&gt;
+interface. Methods in that interface control starting and stopping of the application server,
+as well as starting and stopping of a web application.
+
+&lt;p&gt;
+In addition to this, all the web applications running under the provided application server must have access to the Jasper 1 JSP Engine runtime. These libraries are currently shipped with Tomcat 4.0.x drivers (http://jakarta.apache.org).
+&lt;/p&gt;
</documentation>
</annotation>

Back to the top