cvs update -dP

2020-01-02 Thread zahid
This "up and running" is not just a step but an important *milestone* especially For experienced developers. This is because after that the experience developers know from this point on they have taken over control of the software behaviour. | b/r Zahid www.backbutton.co.uk ¯\_(ツ)

Re: JDBC connection pooling maxActive or MaxTotal

2020-01-03 Thread zahid
chris, Is commons-dbcp-2.x   a Database pooling component for any container Jetty,Jboss tomcat   etc. ? is commons-dbcp-2.x a third option, separate option from the two pooling options [tomcat-pool and commons-pool] you mentioned ? On 03/01/2020 23:21, Dave Bothwell wrote: Chris, That

Re: JDBC connection pooling maxActive or MaxTotal

2020-01-03 Thread zahid
|I hope these descriptions of the setting helps you in making a decision as to the value. | |maxActive| (int) The maximum number of active connections that can be allocated from this pool at the same time. The default value is |100||| | | On 03/01/2020 18:47, Dave Bothwell wrote: Hello,

Re: Tomcat 9 does not allow to read file in /tmp folder with 777 permission?

2020-01-04 Thread zahid
Actually this is *one of many *punishments following the sin of choosing *.nix and not Microsoft Windows. Have ever heard of "*chmod*" in windows ? MS windows trust you with your machine. You bought it , you paid for it , you own it. although you have many ways of installing software.

Re: Tomcat 9 does not allow to read file in /tmp folder with 777 permission?

2020-01-05 Thread zahid
> Apples and Oranges You're right, Sorry. www.backbutton.co.uk ¯\_(ツ)_/¯ ♡۶ java -cp classpath class-path Marriage of loose and tight coupling -> healthy applications On 06/01/2020 01:47, Guang Chao wrote: On Mon, Jan 6, 2020 at 9:44 AM zahid <mailto:zahidr1...@gmail.co

Re: Tomcat 9 does not allow to read file in /tmp folder with 777 permission?

2020-01-05 Thread zahid
Why will MS Windows users will never have to deal with issue of *chmod* ? also keep in mind why java command line have three  different options to do the same thing ? java -cp java -classpath java class-path On 06/01/2020 01:21, Guang Chao wrote: On Sun, Jan 5, 2020 at 9:26 AM zahid

Re: Tomcat 9 does not allow to read file in /tmp folder with 777 permission?

2020-01-06 Thread zahid
house keys away from house owner, strange idea of security. That is my view. I hope you appreciate I have a right to a view point. You could always chmod 777 * and you will have MS WINDOWS friendly user experience. On 06/01/2020 08:57, calder wrote: On Sat, Jan 4, 2020 at 7:26 PM zahid

Re: [OT] Re: Maven Warning. Ubuntu Users

2020-01-07 Thread zahid
Thank you sir. I was truly lucky because I don't know how this Apache organisation  works at the moment. Now I can prototype a rather complex skeleton application I am working on with a stable environment, without concern for platform warnings. Best Regards Zahid secure by design http

Re: Tomcat 9 does not allow to read file in /tmp folder with 777 permission?

2020-01-07 Thread zahid
to me as "troll" I am not part of the fashion victim of *nix, so  Mr Shultz also referred to me as a "troll". On 06/01/2020 21:45, logo wrote: Well - why do you think someone is calling you names? Mark did not, right? Am 06.01.2020 um 22:11 schrieb Zahid Rahman :

Re: [OT] Re: Maven Warning. Ubuntu Users

2020-01-08 Thread zahid
ote: On 08/01/2020 08:41, Peter Kreuser wrote: Zahid, you‘re talking to one of the most respected members of the community like this? All participants in Apache communities are expected to follow the code of conduct: http://www.apache.org/foundation/policies/conduct.html This is irrespect

ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
tomcat document page: https://tomcat.apache.org/tomcat-8.5-doc/appdev/processes.html BEFORE TOMCAT STARTED KONSOLE OUTPUT kub18@UB18:~/myapp$ ant install Buildfile: /home/kub18/myapp/build.xml Trying to override old definition of datatype resources prepare: compile: [javac]

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
nts step by step. On Thu, 19 Dec 2019, 17:32 Christopher Schultz, < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Zahid, > > On 12/19/19 10:09, Zahid Rahman wrote: > > tomcat document page: > > https://

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
at 18:48, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Zahid, > > On 12/19/19 12:57, Zahid Rahman wrote: > > I'm religiously following the instructions. > > :) Are you using CVS as your

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
with these changes in tomcat-users.xml On Thu, 19 Dec 2019 at 20:20, Zahid Rahman wrote: > I updated tomcat-users.xml and I am able to login at > http://localhost:8080/manager > with tomcat & s3cret > but at the url http://localhost:8080/manager/text >

http://localhost:8080/manager/

2019-12-21 Thread Zahid Rahman
I am on http://tomcat.apache.org/tomcat-8.5-doc/manager-howto.html Tomcat Web Application Manager This same page is produced by http://localhost:8080/manager/html http://localhost:8080/manager/ but http://localhost:8080/manager/text produces FAIL - Unknown command [/text] I thought that was a

Re: http://localhost:8080/manager/

2019-12-21 Thread Zahid Rahman
Yes thank you. I was just about to send message to with draw my message as I found the answer as I read on. http://tomcat.apache.org/tomcat-8.5-doc/manager-howto.html It seems I was a but *impatient* :) On Sat, 21 Dec 2019, 19:46 Mark Thomas, wrote: > On 21/12/2019 19:27, Zahid Rahman wr

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-20 Thread Zahid Rahman
ind the syntax for adding second , third , so elements. CHANGE@I believe the 403 page should show how to add a second element syntax. On Fri, 20 Dec 2019 at 14:21, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: S

Re: http://localhost:8080/manager/

2019-12-23 Thread Zahid Rahman
019, 14:52 Christopher Schultz, < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Zahid, > > On 12/21/19 15:22, Zahid Rahman wrote: > > Yes thank you. I was just about to send message to with draw my > > messag

Re: BLOCKING: performance issue with Tomcat 8.5.35 in org.apache.tomcat.util.net.NioBlockingSelector.write API

2020-01-08 Thread Zahid Rahman
https://www.codota.com/code/java/methods/org.apache.tomcat.util.net.NioBlockingSelector/open On Thu, 9 Jan 2020, 04:49 Rathore, Rajendra, wrote: > Hi Team, > > If someone know how to check whether proper read/write operation done or > not or it will caused by network please let me know because

Re: Using the certificate files instead of a Java Keystore file, Re: Let's Encrypt with Tomcat?

2020-01-08 Thread Zahid Rahman
http://tomcat.10.x6.nabble.com/Can-t-Get-SSL-to-Work-in-8-5-td5071245.html On Thu, 9 Jan 2020, 03:01 Zahid Rahman, wrote: > > https://confluence.atlassian.com/confkb/ssl-connector-fails-to-initialize-during-tomcat-startup-646251490.html > > On Thu, 9 Jan 2020, 02:44 Zahid Ra

Re: BLOCKING: performance issue with Tomcat 8.5.35 in org.apache.tomcat.util.net.NioBlockingSelector.write API

2020-01-08 Thread Zahid Rahman
https://alvinalexander.com/java/jwarehouse/apache-tomcat-6.0.16/java/org/apache/tomcat/util/net/NioBlockingSelector.java.shtml On Thu, 9 Jan 2020, 04:49 Rathore, Rajendra, wrote: > Hi Team, > > If someone know how to check whether proper read/write operation done or > not or it will caused by

Re: BLOCKING: performance issue with Tomcat 8.5.35 in org.apache.tomcat.util.net.NioBlockingSelector.write API

2020-01-08 Thread Zahid Rahman
You post has taken my interest and I am going to experiment and get a good understanding of how this works. At the end of it I guarantee you I will know all there is to know about this. On Thu, 9 Jan 2020, 05:25 Rathore, Rajendra, wrote: > Hi Zahid, > > How below link is going t

Re: Using the certificate files instead of a Java Keystore file, Re: Let's Encrypt with Tomcat?

2020-01-08 Thread Zahid Rahman
The second technique is to use the *.nix command. The result is as below diff a.out b.out I draw your attention to third line in FILE b.out 5,7c5,7 < SSLEnabled="true" scheme="https" secure="true" < keystoreFile="[REDACTED]" keyAlias="[REDACTED]" ciphers="[REDACTED]" < clientAuth="false"

Re: BLOCKING: performance issue with Tomcat 8.5.35 in org.apache.tomcat.util.net.NioBlockingSelector.write API

2020-01-08 Thread Zahid Rahman
https://youtu.be/VhSu1pRIEqQ This will you understand . Also explains io blocking performance. On Thu, 9 Jan 2020, 05:25 Rathore, Rajendra, wrote: > Hi Zahid, > > How below link is going to help me out to know the root cause of the > problem? > > Thanks and Regards,

Re: BLOCKING: performance issue with Tomcat 8.5.35 in org.apache.tomcat.util.net.NioBlockingSelector.write API

2020-01-08 Thread Zahid Rahman
If I was in your position I would use the code to experiment and debug the problem. On Thu, 9 Jan 2020, 05:25 Rathore, Rajendra, wrote: > Hi Zahid, > > How below link is going to help me out to know the root cause of the > problem? > > Thanks and Regards, > Rajendra

Re: JDBC connection pooling maxActive or MaxTotal

2020-01-08 Thread Zahid Rahman
avac Garden/Vegetables/VineVegetable.java java Garden.Vegetables.VineVegetable On Fri, 3 Jan 2020 at 23:50, zahid wrote: > chris, > > > Is commons-dbcp-2.x a Database pooling component for any container > Jetty,Jboss tomcat etc. ? > > is commons-dbcp-2.x a third

Re: Using the certificate files instead of a Java Keystore file, Re: Let's Encrypt with Tomcat?

2020-01-08 Thread Zahid Rahman
https://stackoverflow.com/questions/46786046/severe-main-org-apache-catalina-core-standardservice-initinternal-failed-to-in I went to college and studied IT before finding a job. My teacher explained to me that you should always look at the first error and ignore the rest. First error.

Re: Using the certificate files instead of a Java Keystore file, Re: Let's Encrypt with Tomcat?

2020-01-08 Thread Zahid Rahman
https://confluence.atlassian.com/confkb/ssl-connector-fails-to-initialize-during-tomcat-startup-646251490.html On Thu, 9 Jan 2020, 02:44 Zahid Rahman, wrote: > > https://stackoverflow.com/questions/46786046/severe-main-org-apache-catalina-core-standardservice-initinternal-failed-to-in

Re: [OT] Re: Maven Warning. Ubuntu Users

2020-01-08 Thread Zahid Rahman
ing: - Java 11 - Maven 3.3.9 - Eclipse Oxygen - Junit 4.12 On Wed, 8 Jan 2020, 12:36 zahid, wrote: > ok > > Thank you. > > www.backbutton.co.uk > ♡۶¯\_(ツ)_/¯ ♡۶ > Marriage of loose and tight coupling > -> healthy applications >♡۶ >

Re: [OT] Re: Maven Warning. Ubuntu Users

2020-01-08 Thread Zahid Rahman
I am going to put all your emails attacking me on my website. On Wed, 8 Jan 2020, 21:20 calder, wrote: > What does this have to do with Tomcat? > > Moderators??? > > > > On Wed, Jan 8, 2020, 13:52 Zahid Rahman wrote: > > > Another example of using maven 2015 ver

Re: [OT] Re: Maven Warning. Ubuntu Users

2020-01-08 Thread Zahid Rahman
I am responding to statement made by lersencrypt guy with evidence. Statement he made on this list. It is known as right to respond. On Wed, 8 Jan 2020, 21:20 calder, wrote: > What does this have to do with Tomcat? > > Moderators??? > > > > On Wed, Jan 8, 2020, 13:5

Re: How to set apache load balancer for send request to 6 tomcat server

2019-12-23 Thread Zahid Rahman
If your backend tomcat servers are running on different physical machines therefore with different ip addresses then there is nothing wrong with each backend tomcat server listening on same port (80) of each machine. Further to mod_jk worker properties file redirection. It is pointless in having

Re: How to set apache load balancer for send request to 6 tomcat server

2019-12-23 Thread Zahid Rahman
Your home page is in Italian https://www.flottaweb.com/en/ While your login page is in English https://www.flottaweb.com/en/login/ On Mon, 23 Dec 2019, 17:45 Giancarlo Celli, wrote: > Hi, > I need to configure a load balancer with apache connector on a jelastic > server that redirects

Re: How to set apache load balancer for send request to 6 tomcat server

2019-12-23 Thread Zahid Rahman
If you wish we can work the problem , piece by piece through logical construction of the solution. On Mon, 23 Dec 2019, 17:45 Giancarlo Celli, wrote: > Hi, > I need to configure a load balancer with apache connector on a jelastic > server that redirects requests to 6 server workers with

Re: Re[2]: How to set apache load balancer for send request to 6 tomcat server

2019-12-24 Thread Zahid Rahman
est regards. > Giancarlo > > > -- Messaggio originale -- > Da: "Zahid Rahman" > A: "Tomcat Users List" ; "Giancarlo Celli" < > giancarlo.ce...@flottaweb.com> > Inviato: 23/12/2019 23:56:41 > Oggetto: Re: How to set apache load balance

Re: Re[2]: How to set apache load balancer for send request to 6 tomcat server

2019-12-24 Thread Zahid Rahman
Load balancing Algorithms https://youtu.be/iqOTT7_7qXY On Tue, 24 Dec 2019, 10:06 Zahid Rahman, wrote: > There is a really great series of videos on this subject. He is > referencing tomcat Apache website. > If you speak German > > https://youtu.be/mQKZ8-EfBHU > > On Tu

Re: Re[2]: How to set apache load balancer for send request to 6 tomcat server

2019-12-24 Thread Zahid Rahman
ce itself. > He again attached the files with the extracts of the configurations > Thanks. > Best regards. > Giancarlo > > > -- Messaggio originale -- > Da: "Zahid Rahman" > A: "Tomcat Users List" ; "Giancarlo Celli" < > gi

Re: [OT] Re: How to set apache load balancer for send request to 6 tomcat server

2019-12-27 Thread Zahid Rahman
Good, please expand On Fri, 27 Dec 2019, 15:27 Christopher Schultz, < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Zahid, > > On 12/23/19 15:19, Zahid Rahman wrote: > > If your backend tomcat servers are running on d

Re: Let's Encrypt with Tomcat?

2020-01-06 Thread Zahid Rahman
》> If, however, I do curl https://foo.bar.net from my Mac, I get a > response, but if I do curl https://localhost, it doesn't get > anywhere. This may be relevant. In the video mentioned earlier in the thread the let's encrypt expert says let's encrypt doesn't work on localhost but it only

Maven Warning. Ubuntu Users

2020-01-06 Thread Zahid Rahman
To all ubuntu Maven users. Do NOT install maven using sudo apt install maven Install by direct download only from https://maven.apache.org/download.cgi BECAUSE: "I seem to remember they [ubuntu] have their own build of Maven which differs from the Apache source. (

Re: Let's Encrypt with Tomcat?

2020-01-06 Thread Zahid Rahman
> Did I? I don't recall recommending purchasing a certificate Purchase a domain name not certificate. On Mon, 6 Jan 2020, 16:45 Christopher Schultz, wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Zahid, > > On 1/6/20 10:08, Zahid Rahman wrote: > >

Re: [OT] Tomcat 9 does not allow to read file in /tmp folder with 777 permission?

2020-01-06 Thread Zahid Rahman
hultz, wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Zahid, > > On 1/4/20 20:26, zahid wrote: > > > > Actually this is *one of many *punishments following the sin of > > choosing *.nix > > > > and not Microsoft Windows. > > >

Re: [OT] Re: Maven Warning. Ubuntu Users

2020-01-06 Thread Zahid Rahman
and disgraceful failure in coordination by Apache Foundation. On Mon, 6 Jan 2020, 19:45 Mark Thomas, wrote: > On 06/01/2020 18:37, Zahid Rahman wrote: > > To all ubuntu Maven users. > > This is off-topic for this mailing list. > > Please keep posts on this list on topic.

Re: Tomcat 9 does not allow to read file in /tmp folder with 777 permission?

2020-01-06 Thread Zahid Rahman
Are you calling me names ? On Mon, 6 Jan 2020, 20:35 Mark Thomas, wrote: > On 06/01/2020 16:29, Christopher Schultz wrote: > > You have a right to a view, and you can troll all you want. But you > > will be ignored. > > Up to a point. > > Users that continue to troll will be unsubscribed and

Re: Tomcat 9 does not allow to read file in /tmp folder with 777 permission?

2020-01-06 Thread Zahid Rahman
So people who find miserable software breakdowns and failures will be called trolls and blocked. That sound about right . On Mon, 6 Jan 2020, 20:35 Mark Thomas, wrote: > On 06/01/2020 16:29, Christopher Schultz wrote: > > You have a right to a view, and you can troll all you want. But

Re: [OT] Re: Maven Warning. Ubuntu Users

2020-01-06 Thread Zahid Rahman
. On Mon, 6 Jan 2020, 20:17 Michael Osipov, wrote: > Am 2020-01-06 um 21:13 schrieb Zahid Rahman: > > That must be the reason why Apache Netbeans is using a version from 2015 > > and Apache Struts is recommending to use jdk 8. > > > > Because there is somebody li

Re: Curl problem with reloadSslHostConfigs, Re: Let's Encrypt with Tomcat?

2020-01-06 Thread Zahid Rahman
https://stackoverflow.com/questions/17560858/command-prompt-having-trouble-escaping-quotes-and-braces You can use curl -g to turn off globbing: On Tue, 7 Jan 2020, 02:11 James H. H. Lampert, wrote: > Dear Mr. Schultz, et al.: > > The manager password on this Tomcat server has an embedded curly

Re: Dates on Linux vs. Windows

2020-01-07 Thread Zahid Rahman
If you wish to find out if the database connection API is buggy. Is the result when you use select query from each of the operating system same. Select column_name from table; If select on both return values are same then likely the database API is buggy. You have choice of two database

Re: Dates on Linux vs. Windows

2020-01-07 Thread Zahid Rahman
Jerry Malcolm wrote : >Again this is the SAME line of code in java reading the >SAME field in > the SAME database. Only thing different is >Linux/Windows OS On Tue, 7 Jan 2020, 21:52 , wrote: > > > -Original Message- > > From: Jerry Malcolm > > Sent: Tuesday, January 07, 2020

Re: http://localhost:8080/manager/

2019-12-27 Thread Zahid Rahman
r resource ? separates the location from the data key=value Field Name and associated values & separates key value pairs + replaces the space character.Note that all other special characters are hex-encoded. On Mon, 23 Dec 2019 at 15:51, Zahid Rahman wrote:

Re: [OT] Re: Maven Warning. Ubuntu Users

2020-01-08 Thread Zahid Rahman
: > Zahid, > > you‘re talking to one of the most respected members of the community like > this? > > STFU or leave. > > This calls for an ban! > > Peter > > > Am 08.01.2020 um 06:06 schrieb Zahid Rahman : > > > >  > >> > >&

Re: [OT] Re: Maven Warning. Ubuntu Users Ban him for abusive behaviour.

2020-01-08 Thread Zahid Rahman
Ban him for abusive behaviour. On Wed, 8 Jan 2020, 08:42 Peter Kreuser, wrote: > Zahid, > > you‘re talking to one of the most respected members of the community like > this? > > STFU or leave. > > This calls for an ban! > > Peter > > > Am 0

Re: [OT] Re: Maven Warning. Ubuntu Users

2020-01-08 Thread Zahid Rahman
You can STFU. He doesn't even know about an what in API is ? On Wed, 8 Jan 2020, 08:42 Peter Kreuser, wrote: > Zahid, > > you‘re talking to one of the most respected members of the community like > this? > > STFU or leave. > > This calls for an ban! > > Pete

Re: [OT] Re: Maven Warning. Ubuntu Users

2020-01-07 Thread Zahid Rahman
ote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Zahid, > > On 1/6/20 3:13 PM, Zahid Rahman wrote: > > That must be the reason why Apache Netbeans is using a version from > > 2015 > > A version of what? > > > and Apache Struts is recommending to

how do I block weak ciphers on Tomcat 4.1.31

2008-05-13 Thread Naqvi Zahid - znaqvi
than tomcat might be providing/serving these ciphers (such as a java certificate etc.) on the port used by tomcat. Thanks for any help you can provide. Zahid * The information contained in this communication

RE: how do I block weak ciphers on Tomcat 4.1.31

2008-05-13 Thread Naqvi Zahid - znaqvi
Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 13, 2008 1:19 PM To: Tomcat Users List Subject: Re: how do I block weak ciphers on Tomcat 4.1.31 Naqvi Zahid - znaqvi wrote: I have extensively searched the web, but I can't find a definitive answer on this. Here's the situation. You'll need