Home > Article > Operation and Maintenance > Where is the linux tomcat directory?
The linux tomcat directory is under "usr/local/", and the full path is "usr/local/tomcat"; developers can use the find command to view the tomcat installation directory, and only need to execute "find / -name *tomcat*” command.
#The operating environment of this tutorial: linux5.9.8 system, Dell G3 computer.
The linux tomcat directory is under "usr/local/
", and the full path is "usr/local/tomcat
".
linux How to view the tomcat installation directory
Connect to the corresponding linux host, enter the linux command line state, and wait for the shell command to be entered.
Execute in the linux command line: find / -name *tomcat*
.
You will see that tomcat is installed in the usr/local/tomcat
folder.
Related recommendations: "Linux Video Tutorial"
The above is the detailed content of Where is the linux tomcat directory?. For more information, please follow other related articles on the PHP Chinese website!