From Eclipse 2021 06 and 09 versions if I try and run or debug a servlet within eclipse against a local Tomcat instance I get the following error. (Running on MAcOS)
Eclipse 2021 03 does not have this issue but I would like to see if there are some workarounds which will let me use the later versions. I have had some temporary limited success modifying the Apple plist.info file within the Eclipse image file but it usually decides that the program is corrupt and won't let me run it after a while.
I know how to deploy the .war file manually and run the application but I still really need to be able to debug the servlet and trace through its execution.
I would really welcome some alternatives to help me continue to use Eclipse and debug my servlets. There is a known bug report which I've filed on this subject
https://bugs.eclipse.org/bugs/show_bug.cgi?id=574611 but there is no timescale for a fix.
Many thanks
Dave