Fix The “specified Tomcat Installation Directory Does Not Exist” Error

Asked By 0 points N/A Posted on -
qa-featured

I recently carried out a re-installation of my Windows 7 system. Now, my project fabricated in Eclipse does not run on the local Tomcat server. Every time I try to run the server, the following error “SPECIFIED Tomcat installation directory DOES NOT EXIST” shows up-

I can really use some help here. Thank you!

SHARE
Answered By 0 points N/A #331879

Fix The “specified Tomcat Installation Directory Does Not Exist” Error

qa-featured

Hi! This error is most probably showing up due to a broken server, which might be the result of a re-installation for some reason. Open Eclipse and navigate to Window -> Preferences. Now, click on the Server option and choose Runtime Environments. The following window will open-

Remove and re-add the broken server in your case. Go to the New Server Runtime Environment dialogue box, select your server again, and click on “Create local server”.

Continue to the next screen where you can specify your Tomcat installation directory. Once this is done, Click on Finish and then OK.

You are good to go!

Related Questions