Tomcat – netbeans 7.1.3 tomcat server location not valid

netbeanstomcat

I am using netbenas 7.1.3.

When I try to add the tomcat server to netbeans it says "The specified server location(Catalina Home) folder is not valid".

I have the CATALINA_HOME and JAVA_HOME class paths working as I can get the tomcat server running fine on its own.

I'm using windows 8 x64. The location tomcat is C:\apache-tomcat-8.0.0-RC1.

Any help with this would be great. I have tried several approaches. This includes creating a user with administrative privileges in tomcat its self.enter image description here

Best Answer

I found a solution.

Delete the CATALINA_HOME and JAVA_HOME class paths and

use tomcat version 7 not version 8

Related Topic