Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Dahyabhai2021-05-24 22:23:04 +0000
committerNitin Dahyabhai2021-05-24 22:23:04 +0000
commit728c528d7db6669b05e3ae751b36cecef7eeac43 (patch)
treeae76f1dad62b06489901dc4b981f84429c2f75b3
parent31e89855dbf0d73a5c5cc598969d54adb95a1938 (diff)
downloadwebtools.servertools-728c528d7db6669b05e3ae751b36cecef7eeac43.tar.gz
webtools.servertools-728c528d7db6669b05e3ae751b36cecef7eeac43.tar.xz
webtools.servertools-728c528d7db6669b05e3ae751b36cecef7eeac43.zip
[572025] Dynamic Web Module v5.0 is not supported with Tomcat 10
-rw-r--r--plugins/org.eclipse.jst.server.tomcat.core/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.jst.server.tomcat.core/plugin.xml b/plugins/org.eclipse.jst.server.tomcat.core/plugin.xml
index 016dba0d3..738c05fad 100644
--- a/plugins/org.eclipse.jst.server.tomcat.core/plugin.xml
+++ b/plugins/org.eclipse.jst.server.tomcat.core/plugin.xml
@@ -336,7 +336,7 @@
description="%tomcat100ServerDescription"
supportsRemoteHosts="false"
runtime="true"
- startTimeout="45000"
+ startTimeout="60000"
stopTimeout="15000"
initialState="stopped"
hasConfiguration="true"
@@ -579,7 +579,7 @@
version="10.0"/>
<facet
id="jst.web"
- version="2.2,2.3,2.4,2.5,3.0,3.1,4.0"/>
+ version="2.2,2.3,2.4,2.5,3.0,3.1,4.0,5.0"/>
<facet
id="jst.webfragment"
version="3.0,3.1,4.0"/>

Back to the top