Re: [ANN] Apache Tomcat 9.0.24 available

2019-08-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Olaf, On 8/19/19 09:55, Olaf Kock wrote: > > On 19.08.19 15:41, John Dale wrote: >> Does this get included in the apt framework for ubuntu >> automatically? >> >> John >> >> >> On 8/19/19, Mark Thomas wrote: >>> The Apache Tomcat team

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: building jsvc 1.2.0 for 9.0.24

2019-08-20 Thread Mark Thomas
On August 20, 2019 7:36:03 AM UTC, Greg Huber wrote: >OK, thanks, I just copied it from the previous release this time. > >If I run ./support/buildconf.sh from the unix dir I get: > >./support/buildconf.sh: line 22: autoconf: command not found >./support/buildconf.sh: cannot generate configure

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

Re: building jsvc 1.2.0 for 9.0.24

2019-08-20 Thread Greg Huber
OK, thanks, I just copied it from the previous release this time. If I run ./support/buildconf.sh from the unix dir I get: ./support/buildconf.sh: line 22: autoconf: command not found ./support/buildconf.sh: cannot generate configure script So it wants autoconf to be installed now. Can

Re: CPU gets pegged - Problem with java.util.zip.ZStreamRef

2019-08-20 Thread Mark Thomas
On August 19, 2019 5:27:23 PM UTC, Vinay Singh wrote: >We are seeing this intermittent issue in production. The CPU gets >pegged at 50% (2 core CPU) randomly and it never comes back. Only >option is to restart the server. This is how CPU appears from Dynatrace >https://i.stack.imgur.com/7zxZW.png

Re: [ANN] Apache Tomcat 9.0.24 available

2019-08-20 Thread Mark Thomas
On August 19, 2019 6:01:34 PM UTC, "i...@flyingfischer.ch" wrote: >Am 19.08.19 um 19:43 schrieb i...@flyingfischer.ch: >> Released version is 9.0.24. >> >> Unpacking Tomcat native in /bin gives a folder named: >> >> tomcat-native-1.2.23-src >> >> while this should be >> >>

Re: building jsvc 1.2.0 for 9.0.24

2019-08-20 Thread Mark Thomas
On August 19, 2019 8:24:00 AM UTC, Greg Huber wrote: >Hello, > >I am trying to build commons-daemon-1.2.0 from the supplied >commons-daemon-native.tar.gz. There seems to be a ./configure script >missing from the >apache-tomcat-9.0.24/bin/commons-daemon-1.2.0-native-src/unix folder. > >I have