Tomcat 8.5.75 Servlet WriteListener and ReadListener setting thread

2022-02-24 Thread Istvan SZEKELY
Hello! I have an application where a ReadListener and a WriteListener (call it MyWriteListener) set to the ServletInputStream and the ServletOutputStream objects. Updating the Tomcat container from 8.5.73 to 8.5.75, the follow error occured. The ServletOutputStream objects's isReady function alway

Re: Tomcat 8.5.75 Servlet WriteListener and ReadListener setting thread

2022-02-24 Thread Rémy Maucherat
On Thu, Feb 24, 2022 at 10:31 AM Istvan SZEKELY wrote: > > Hello! > > I have an application where a ReadListener and a WriteListener (call it > MyWriteListener) set to the ServletInputStream and the ServletOutputStream > objects. Updating the Tomcat container from 8.5.73 to 8.5.75, the follow > er

Re: In what directory was tomcat installed

2022-02-24 Thread Amn Ojee Uw
Thank you so much for the help. I tried that solution, but when I type 'echo $CATALINA_HOME' at the command prompt I get a blank return. I'd like to mention that Tomcat documentation, so far, has not provide any information regarding my question. Perhaps if the Apache Technical Writers could

Re: In what directory was tomcat installed

2022-02-24 Thread Mark Thomas
How did you install Tomcat in Debian? Mark On 24/02/2022 13:15, Amn Ojee Uw wrote: Thank you so much for the help. I tried that solution, but when I type 'echo $CATALINA_HOME' at the command prompt I get a blank return. I'd like to mention that Tomcat documentation, so far, has not provide

Re: In what directory was tomcat installed

2022-02-24 Thread Amn Ojee Uw
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 wrote: I am trying

Re: Configure Tomcat development using NetBeans IDE

2022-02-24 Thread John Barrow
Mark, I have now got grep working (following a post from another member indicating that built into git bash!) > ant download-test-compile This is useful to know as I didn't run the tests script until later. > ant download-validate This didn't report Checkstyle missing - probably as not needed

Re: is too quick to respond

2022-02-24 Thread Christopher Schultz
John, On 2/23/22 05:49, John Barrow wrote: Christopher, You will just change the implementation to answer the question "have any resources been modified, but not-too-recently?" OK The check must be fast, otherwise it will hang-up other processes on the server. Don't introduce any ne

Re: Configure mulitple installs tomcat 8.5 - catalina_base/catalina_home

2022-02-24 Thread Christopher Schultz
Jason, On 2/23/22 13:50, Jason Countryman wrote: Good afternoon, On a Centos 7 machine, I have multiple full tomcat installs. /var/tomcat_installs/initiatingPROD /var/tomcat_installs/respondingPROD My app uses a spring configuration for cxf, and uses catalina.base to identify the location fo

Re: [OT] Configure Tomcat development using NetBeans IDE

2022-02-24 Thread Christopher Schultz
John, On 2/23/22 05:08, John Barrow wrote: I fall into that historic stereotypical old-school developer type labelled 'lazy' You're in good company. Awww.. the threevirtues dot com website has been hijacked by some stupid advertising company. This is why we can't have nice things. Google fo

Re: Configure mulitple installs tomcat 8.5 - catalina_base/catalina_home

2022-02-24 Thread Jason Countryman
Thank you so much for replying. I actually found the issue and it was simple. The starter daemon (which I don't control, unfortunately) wasn't launching the tomcat installs from the proper locations. It was calling the respongindPROD startup.sh from the initiatingPROD dir every time, no matte