Reputation: 765
I want to connect with tomcat server with eclips IDE. I have already install tomcat 8.5 and 9.0 versions. Both versions shows this error.
So please help me how can I configure my eclipse with tomcat any versions
Upvotes: 0
Views: 516
Reputation: 20003
Don't use an installed copy of Tomcat. Instead, download the Core zip/tar file and unpack it somewhere under your user's home directory. It has the most predictable layout for needed files and avoid any write permission issues you might have with an installed copy.
Upvotes: 1