Tomcat plugin 9.1.2 don't update rootDir at Eclipse Neon .
Tomcat Manager Plugin version
I download 9.1.2 from market place.
Eclipse version
Eclipse Java EE IDE for Web Developers.
Version: Neon.2 Release (4.6.2)
Build id: 20161208-0600
( I try 4.6.1 too... )
≈
Last edit: FengChih Hsu 2017-01-31
Same problem exists on Neon 4.6.3 and Mars 4.5.2
Version: Neon.3 Release (4.6.3) Build id: 20170314-1500
Version: Mars.2 Release (4.5.2) Build id: 20160218-0600
Tomcat 8.5.14
Tomcat Plugin 9.1.2 (DevLoaderTomcat85.jar)
Windows 10 (build 10240)
It seems that any UPDATE for a string properties from "Tomcat Project Panel->General Tab" being ignored. Applies to: webapplication root (optional), web applciation work (optional), context name.
During CREATION only context name is actually used, the rest: webapplication root (optional) - ignored and project folder used, web applciation work (optional) - always defaults to /work.
Note: Both above mentioned setups work fine with opriginal sysdeo plugin and Tomcat 7.x
Last edit: Andriy Potapov 2017-06-16
I get the same issue in Oxygen Release (4.7.0)
Build id: 20170620-1800
Changes to webapplication root (optional) and web applciation work (optional) are reset to "blank" and "work" respectively.
Also, everytime I click apply a new "Loader" tag gets added to the context xml file.
<loader classname="org.apache.catalina.loader.DevLoader" reloadable="true" debug="1" usesystemclassloaderasparent="false"></loader>
Here is the PR https://github.com/his-eg/tomcatplugin/pull/9, waiting for merge
Tomcat plugin 9.1.4 fixes this bug
Tested on
Eclipse Version: Photon Release (4.8.0) Build id: 20180619-1200
Apache Tomcat/8.5.24
DevLoader modified by e.siffert (August 04 2014) for Tomcat 8
Thanks!!!