Re: Tomcat 9 Getting Started

2019-08-21 Thread Enosh Mogire
Olaf, Chris and Bernd, Thank you all for the help, I managed to bypass the error by the recommendations you gave me and now I am able to run the Tomcat server. Thanks again and cheers! Best, *Enosh Nyarige* Student | Computer Science | African Leadership University

Re: Tomcat 9 Getting Started

2019-08-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Olaf and Enosh, On 8/20/19 06:37, Olaf Kock wrote: > On 20.08.19 12:28, Enosh Mogire wrote: >> When I execute ls -la /opt/tomcat this is what I get >> >> enosh@hp:~$ ls -la /opt/tomcat total 36 drwxr-xr-x 3 tomcat >> tomcat 4096 Aug 20 08:55 .

Re: Tomcat 9 Getting Started

2019-08-20 Thread bernd . schatz
Hi Enosh, Am Dienstag, den 20.08.2019, 10:14 +0200 schrieb Enosh Mogire: [SNIP] > So after installing and extracting the Tomcat archive file, I needed to set > the required permissions on the files through the commands bellow > > enosh@hp:~$ sudo chgrp -R tomcat /opt/tomcat > enosh@hp:~$ cd

Re: Tomcat 9 Getting Started

2019-08-20 Thread Enosh Mogire
Okay lemme try and thanks for the help so far On Tue, Aug 20, 2019, 12:37 Olaf Kock wrote: > On 20.08.19 12:28, Enosh Mogire wrote: > > When I execute ls -la /opt/tomcat this is what I get > > > > enosh@hp:~$ ls -la /opt/tomcat > > total 36 > > drwxr-xr-x 3 tomcat tomcat 4096 Aug 20 08:55 . > >

Re: Tomcat 9 Getting Started

2019-08-20 Thread Olaf Kock
On 20.08.19 12:28, Enosh Mogire wrote: > When I execute ls -la /opt/tomcat this is what I get > > enosh@hp:~$ ls -la /opt/tomcat > total 36 > drwxr-xr-x 3 tomcat tomcat 4096 Aug 20 08:55 . > drwxr-xr-x 7 root root 4096 Aug 19 10:53 .. > drwxr-xr-x 9 tomcat tomcat 4096 Aug 14 10:31

Re: Tomcat 9 Getting Started

2019-08-20 Thread Enosh Mogire
When I execute ls -la /opt/tomcat this is what I get enosh@hp:~$ ls -la /opt/tomcat total 36 drwxr-xr-x 3 tomcat tomcat 4096 Aug 20 08:55 . drwxr-xr-x 7 root root 4096 Aug 19 10:53 .. drwxr-xr-x 9 tomcat tomcat 4096 Aug 14 10:31 apache-tomcat-9.0.22 -rw-r--r-- 1 tomcat tomcat 220 Apr 4

Re: Tomcat 9 Getting Started

2019-08-20 Thread Olaf Kock
On 20.08.19 10:14, Enosh Mogire wrote: > So after installing and extracting the Tomcat archive file, I needed to set > the required permissions on the files through the commands bellow > > enosh@hp:~$ sudo chgrp -R tomcat /opt/tomcat > enosh@hp:~$ cd /opt/tomcat/ > enosh@hp:/opt/tomcat$ sudo

Re: Tomcat 9 Getting Started

2019-08-20 Thread Enosh Mogire
Thank you Olaf for the kind reminder and my apologies to the entire team. I am working on a system development and I am using the District Health and Information System (*DHIS2*)which is a client-server based system architecture that an organization can use to keep track of records, activities and

Re: Tomcat 9 Getting Started

2019-08-20 Thread Olaf Kock
On 20.08.19 09:44, Enosh Mogire wrote: > I trust that your week is well and that this email finds you well. My name > is Enosh and I am a newbie to the system. I recently started a personal > learning project with DHIS2 and I needed to install the Apache servlet but > I keep on getting this

Tomcat 9 Getting Started

2019-08-20 Thread Enosh Mogire
Hello, I trust that your week is well and that this email finds you well. My name is Enosh and I am a newbie to the system. I recently started a personal learning project with DHIS2 and I needed to install the Apache servlet but I keep on getting this error(attached screenshot). Please advise