Hi,
I am on eclipse Kepler and working with the SAPUI5 plugin. Yesterday, I made the fatal error to hit the "Update" button in the "installation details" tabs. Now, the UI development toolkit is on version 1.22.4 (and 1.22.3 for the runtime components), but I can't start the Tomcat Server for local testing.
Since then, for each registered application in Tomcat, I get "fatal exceptions" when Catalina tries to add them. The root error is
Caused by: java.lang.IllegalArgumentException: The servlets named [DiscoveryServlet] and [DiscoveryServlet] are both mapped to the url-pattern [/discovery/*] which is not permitted
I checked all the web.xml of my applications, and the web.xml of the server - neither contains a mapping for a servlet named "DiscoveryServlet".
Any help where I could find and fix this mal-declaration? And why is it declared twice?
Thanks for any help on this mysterious DiscoveryServlet.
Regards,
Rüdiger
[tempted to never push "Update" in my life again...]