Amn Ojee Uw writes:
> I've tried to install Tomcat, different version, like so :
> /# Download the latest release of tomcat 10.1.5//
> //wget
> https://downloads.apache.org/tomcat/tomcat-8/v8.5.85/bin/apache-tomcat-8.5.85.tar.gz//
> //
> //# Create tomcat directory//
> //sudo mkdir /opt/tomcat//
Amn,
Am 2023-01-20 02:45, schrieb Niranjan Rao:
Do you absolutely need to have it as a service? If not, just expand the
tarball and run catalina.sh start from bin directory. Works perfectly
Any information in catalina.out? We need to figure out at what point
it's failing and that will send us
Do you absolutely need to have it as a service? If not, just expand the
tarball and run catalina.sh start from bin directory. Works perfectly
Any information in catalina.out? We need to figure out at what point
it's failing and that will send us in right direction.
Regards,
Niranjan
On 1/1
I've tried to install Tomcat, different version, like so :
/# Download the latest release of tomcat 10.1.5//
//wget
https://downloads.apache.org/tomcat/tomcat-8/v8.5.85/bin/apache-tomcat-8.5.85.tar.gz//
//
//# Create tomcat directory//
//sudo mkdir /opt/tomcat//
//
//# Extract the binary file wi