Well, I found the answer:
Tomcat is in /opt/tomcat, but I did not have permission to access that
directory. I changed the directory permission and now its working; I think.
On 2/24/22 2:30 AM, Suvendu Sekhar Mondal wrote:
Hello!
On Thu, Feb 24, 2022, 3:50 AM Amn Ojee Uw<amnoje...@gmail.com> wrote:
I am trying to setup Tomecat in Netbeans, but after installing Tomcat in
my Debian 11, and in Netbeans going to "Tools -> Servers->Add server
->Apache Tomcat or TomEE
-> Server Location
-> Browse"
I cannot tell in which directory Tomcat 10.x was installed.
I am not a qualified programmer, I am just someone who would like to
program and to make things worst, I am new to the Linux world. So... I
am really lost here; any help will be much appreciated.
Thanks in advance.
I have not used Netbeans for long times. Probably you can try to find where
CATALINA_HOME is pointing to. Normally that's the base of Tomcat in any
environment.
1. Start your Tomcat server from Netbeans
2. After that use ps and grep command to search for text "catalina". It'll
be something like:
ps aux | grep catalina
Thanks!
Suvendu