Unable to Add external Server Tomcat In Netbeans 7.1

后端 未结 7 1174
面向向阳花
面向向阳花 2020-12-20 22:29

I am going to add Tomcat server in Netbeans 7.1 , it shows:

The specified Server Location (Catalina Home) folder is not valid.

7条回答
  •  伪装坚强ぢ
    2020-12-20 22:58

    Netbeans 12.0 apache-tomcat-8.5.60

    this will give you the catalina.home directory

    ps aux | grep catalina

    catalina.home=/opt/tomcat/apache-tomcat-8.5.60

    catalina.base=/opt/tomcat/apache-tomcat-8.5.60

    chown the tomcat directory worked for me

    sudo chmod -R 775 /opt/tomcat/

提交回复
热议问题