Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Server Location (Catalina Home) folder is not valid

Trying to create Web application based on Tomcat. Can't set Tomcat folder: enter image description here

Error:

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

enter image description here

How to fix this problem?

like image 411
vico Avatar asked Jun 14 '16 09:06

vico


People also ask

How do I set the Catalina home path in Linux?

Both are stored and can be set in /etc/default/tomcat6 . By default, CATALINA_HOME is /usr/share/tomcat6 , and CATALINA_BASE is /var/lib/tomcat6 . In either Tomcat6 or Tomcat7 installed with Apt-Get, find the declarations of CATALINA_HOME and CATALINA_BASE, in /etc/init.

How install Apache Tomcat in Netbeans?

On the project view (default left side of the screen), go to services, right click on Servers and then "Add Server" Select Apache Tomcat, enter username and password and config the rest and finish.


3 Answers

Netbeans 8.1 doesn't support Tomcat 9.

Upgrade your Netbeans to 8.2, or use Tomcat 8 instead.

like image 108
Pikamander2 Avatar answered Oct 08 '22 13:10

Pikamander2


Download Tomcat (Windows Service Installer) format, then Install

Go to Installation Folder, then Try to open Tomcat 9.0 folder, then Windows Message Asked, then Take permission to open folder

That All and my purpose was solved to install Tomcat 9.0 in Netbeans 11.3

like image 6
Mohit Kumar Gupta Avatar answered Oct 08 '22 11:10

Mohit Kumar Gupta


Sometime you have to open the folder of tomcat server after installing it. It wants permission to open it.then Your problem of catlina home will be solved...

like image 5
Simba Singh Avatar answered Oct 08 '22 13:10

Simba Singh