tomcat9 - Connection refused/closed and parse error

2025-04-28 Thread Ramesh B R
Hell all, The application hosted on tomcat9 exposes soap api which is consumed by SAP. On a daily basis we are getting 200 thousands transactions and out of that we could see around 1000 to 2000 failed transactions due to CONNECTION REFUSED, CONNECTION CLOSED and PARSE ERROR. The application is r

Best practices to set heap memory

2025-04-20 Thread Ramesh B R
Hello team, How to decide on heap memory size? is it 25% of total memory? or 50% total memory? What is the ideal value (in %) for heap memory ? Regards, Ramesh

Re: Tomcat Clustering Roadmap And Max Node Limit

2025-04-03 Thread r . barclay
Hi Tim, If you have an HTTP load balancer that supports "sticky sessions", you can have a cluster of as many Tomcat instances as you like as backend, without having to rely on any clustering feature of Tomcat. Yours, Reg > Gesendet: Freitag, den 04.04.2025 um 02:57 Uhr > Von: "Tim N" > An: "

Re: Tomcat9 - unresponsive

2024-12-17 Thread Ramesh B R
ne? 3. How to restart the server without impacting current transactions. Regards, Ramesh Regards, Ramesh On Tue, Dec 17, 2024 at 6:06 PM Mark Thomas wrote: > On 17/12/2024 11:36, Ramesh B R wrote: > > Hello team, > > > > Need your help to resolve the unrespo

Tomcat9 - unresponsive

2024-12-17 Thread Ramesh B R
Hello team, Need your help to resolve the unresponsive behaviour of tomcat9 very frequently which made us to restart the server to fix the issue which is not a right thing. Tomcat 9 Java8 Linux 8 Please let me know if you need any other details. Regards, Ramesh

Lightweight container for bare "void service(req,res)", maybe through custom Engine implementation?

2024-08-12 Thread r . barclay
Hi, I have an application which is built on top of Tomcat, currently 10.1. The part of the application that interfaces with Tomcat is a single custom class that extends jakarta.servlet.GenericServlet[1]: This servlet implements the abstract void "service" method, which 1. reads the request head

Re: Crypto Randomly Not Getting Initialized

2023-06-13 Thread r . barclay
Hey Jerry, > Caused by: java.lang.SecurityException: Can not initialize cryptographic > mechanism >     at > java.base/javax.crypto.JceSecurity.(JceSecurity.java:120) ... 86 mo > Caused by: java.lang.SecurityException: Can't read cryptographic policy > directory: unlimited Does this help?

Apache httpd as reverse proxy in front of Tomcat 10.1 - Different Connectors vs. HTTP request smuggling

2023-05-05 Thread r . barclay
Hello, I have some questions about HTTP request smuggling in the context of Tomcat with Apache httpd as its reverse proxy. First of all, a few words about my current setup: At the moment I have a few applications that are deployed this way: I use Tomcat 10.1 as my backend server. It only activa

Tomcat 9.0.71 Anomalies

2023-03-06 Thread HARRIS Mark R * DOC
started generating stack traces, I don't have any to share. Likewise we do not have GC or JVM dumps to share. We were in production break/fix mode and in a rush to keep our production environment responsive to our customers. R. Mark Harris Information Technology Systems Oregon Departme

Re: AW: Request for SSL Setup

2022-06-27 Thread Manibharathi R
from an external source. Please do not click links or open attachments unless you recognize the sender. Hello, -Ursprüngliche Nachricht- Von: Manibharathi R Gesendet: Dienstag, 28. Juni 2022 07:16 An: users@tomcat.apache.org Betreff: Request for SSL

Request for SSL Setup

2022-06-27 Thread Manibharathi R
Dear Team, Greetings, I have done keystore generation, import key features and changes done in server.xm. But still I am unable to access throught https. Kindly send me the causes of this issue Regards, R.Manibharathi, AM,Android Mobile App Developer This ema

Re: Log format access logs standard

2022-06-07 Thread rinilnath r
%S did solve. Thanks to Mark. Thanks and Regards, Rinilnath Mobile#9786285451 On Tue, 7 Jun, 2022, 20:07 Jalaj Asher, wrote: > Can you try JSessionID ? > > -Original Message- > From: rinilnath r > Sent: Tuesday, June 7, 2022 7:25 AM > To: Tomcat Users List > Su

Re: Log format access logs standard

2022-06-07 Thread rinilnath r
07:06, rinilnath r wrote: > > Hi, > > > > What's the meaning of this? > > %>s > > If that appears in the pattern attribute of an AccessLogValve then it is > an error and you'll see th

Log format access logs standard

2022-06-06 Thread rinilnath r
Hi, What's the meaning of this? %>s Thanks and Regards, Rinilnath Mobile#9786285451

Re: Issues when building native image with GraalVM

2022-01-07 Thread Mar R
You can >disable JMX use in Tomcat with --no-jmx (until recently this was done >internally in Tomcat when using AOT). Thanks I'll try again this way, as soon as I discover where to use it :D Il giorno mar 4 gen 2022 alle ore 14:22 Rémy Maucherat ha scritto: > On Fri, Dec 31,

Re: Issues when building native image with GraalVM

2021-12-31 Thread Mar R
aal/issues/4164 Il giorno ven 31 dic 2021 alle ore 14:47 Mar R ha scritto: > I forgot something sorry. Maybe I'm missing something important but, about > classloading, on native image shouldn't it NOT exist? As far as I > understood after you have a native image you have (resou

Re: Issues when building native image with GraalVM

2021-12-31 Thread Mar R
.dll files. Unless I missed something and a graal native image has a jvm or sort of which will actually run, so now i get why java code outside of the binary will actually be used, BUT then I don't get why it was designed this way, this isn't AOT anymore Il giorno ven 31 dic 2021 alle ore 14:

Re: Issues when building native image with GraalVM

2021-12-31 Thread Mar R
Il giorno mar 28 dic 2021 alle ore 22:26 Rémy Maucherat ha scritto: > On Tue, Dec 28, 2021 at 7:18 PM Mar R wrote: > > > > Tomcat 10.0.14 > > Windows 10 x64 21H1 OS Build 19043.1415 > > > > openjdk version "17.0.1" 2021-10-19 > > OpenJDK Runtim

Issues when building native image with GraalVM

2021-12-28 Thread Mar R
Tomcat 10.0.14 Windows 10 x64 21H1 OS Build 19043.1415 openjdk version "17.0.1" 2021-10-19 OpenJDK Runtime Environment GraalVM CE 21.3.0 (build 17.0.1+12-jvmci-21.3-b05) OpenJDK 64-Bit Server VM GraalVM CE 21.3.0 (build 17.0.1+12-jvmci-21.3-b05, mixed mode, sharing) NetBeans 12.6, maven webapp pr

Re: HttpNIO error

2021-08-31 Thread rinilnath r
@chris, Tomcat 9.0.50 Thanks and Regards, Rinilnath Mobile#9786285451 On Tue, 31 Aug, 2021, 19:24 rinilnath r, wrote: > Hi Chris, > > Java : 1.8.0_45 > OS : Windows 7 > > protocol="org.apache.coyote.http11.Http11Nio2Protocol" > connectionTimeout="6&q

Re: HttpNIO error

2021-08-31 Thread rinilnath r
Hi Chris, Java : 1.8.0_45 OS : Windows 7 Thanks and Regards, Rinilnath Mobile#9786285451 On Tue, 31 Aug, 2021, 19:16 Christopher Schultz, < ch...@christopherschultz.net> wrote: > Rinilnath, > > On 8/31/21 09:23, rinilnath r wrote: > > I am using tomcat Http11nio2prot

HttpNIO error

2021-08-31 Thread rinilnath r
Hi, I am using tomcat Http11nio2protocol. I configured it in server XML. When I start the server it failed to start UnsupportedOperationException. SO_LINGER not supported Any help please? Thanks and Regards, Rinilnath Mobile#9786285451

AW: Troubleshoot with registered libraries after startup

2021-04-27 Thread Glorius, R. (RPD)
Mark On 27/04/2021 09:12, Glorius, R. (RPD) wrote: > Hello, > > I've got a question for a troubleshoot with my Tomcat (10.0.5): > > My war-file contains liblaries like Jersey and Jackson in the latest version > for a JSON-REST API. > > After Deployment my Tomcat s

Troubleshoot with registered libraries after startup

2021-04-27 Thread Glorius, R. (RPD)
Hello, I've got a question for a troubleshoot with my Tomcat (10.0.5): My war-file contains liblaries like Jersey and Jackson in the latest version for a JSON-REST API. After Deployment my Tomcat starts very well without some Exceptions oder Failures inside logging. That's fine. My REST-Servic

RE: Release Schedule

2019-08-14 Thread Bush, Clinton R (CGI Federal)
cybersecurity requirements. As part of that, I am trying to gather release schedules for the software we use. Thanks! Clinton R. Bush Senior Software Developer CGI Federal, Inc. (229)889-6551 (229)308-2820 clinton.b...@cgifederal.com<mailto:clinton.b...@cgifederal.com> Proprietary/confid

Re: error 0 issue

2019-06-26 Thread Kumar R
7;ll get huge > performance boost moving to linux. > > John Larsen > > > On Wed, Jun 26, 2019 at 11:11 AM Kumar R wrote: > > > Hi Team, > > Is it possible to go for higher version of JDK(64 bit) and Tomcat(64bit) > on > > 32 bit window 2003 architecture. >

Re: error 0 issue

2019-06-26 Thread Kumar R
2003. If app is in java you'll get > > huge performance boost moving to linux. > > [Citation Needed] > > - -chris > > > On Wed, Jun 26, 2019 at 11:11 AM Kumar R > > wrote: > > > >> Hi Team, Is it possible to go for higher version of JDK(64 bit) &

Re: error 0 issue

2019-06-26 Thread Kumar R
Hi Team, Is it possible to go for higher version of JDK(64 bit) and Tomcat(64bit) on 32 bit window 2003 architecture. If so, kindly let me know the possible difficulties. Thanks Rajib On Tue, Jun 25, 2019, 1:17 AM Kumar R wrote: > Hi, > Thanks for the help. > Thanks & Regards >

Re: error 0 issue

2019-06-24 Thread Kumar R
Hi, Thanks for the help. Thanks & Regards Rajib On Tue, Jun 25, 2019, 1:14 AM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > > Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R : > >Hi Team, > >I am facing server 0 issue while starting tomcat 5 s

error 0 issue

2019-06-24 Thread Kumar R
Hi Team, I am facing server 0 issue while starting tomcat 5 service after increase the heap size from 1024 to 2048. Server:- Windows 32 Jre:- 1.5.0_15-h04, mixed mode sharing Tomcat:- 5.5 Error:- Jakarta log:- create JavaVM failed, failed initializing java. Event log:- The Apache Tomcat service te

RE: Fwd: Tomcat-embed-core-9.0.12.jar bug about Content-Length Corrupting Parsing logic for Subsequent Request

2019-02-07 Thread Caldarale, Charles R
> From: Bhavesh Mistry [mailto:mistry.p.bhav...@gmail.com] > Subject: Re: Fwd: Tomcat-embed-core-9.0.12.jar bug about Content-Length Corrupting > Parsing logic for Subsequent Request > I am stating following when you have request/response on the same TCP > connection. for example, > My unders

RE: Tomcat 8 runs under Java 7, but not Java 8

2018-12-18 Thread Caldarale, Charles R
> From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] > Subject: Re: Tomcat 8 runs under Java 7, but not Java 8 > Excerpt from the relevant time period, catalina.2018-12-18.log: > > 18-Dec-2018 20:18:55.419 SEVERE [main] org.apache.catalina.core.StandardServer.await > > StandardServer.a

RE: Translation help wanted

2018-11-13 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Translation help wanted > There is no need to have an en-BR, en-US and eu-AU when simply "en" will work. Might need an en-EastEnders or en-Yorkshire though... - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

RE: Translation help wanted

2018-11-13 Thread Caldarale, Charles R
> From: André Warnier (tomcat) [mailto:a...@ice-sa.com] > Subject: Re: Translation help wanted > Ok, I take it back. I don't think there's an AI smart enough to translate this one : > "The attribute directive (declared in line [{1}] and whose name attribute is [{0}], the > value of this name-fr

RE: Handling empty Host in HTTP Header

2018-10-27 Thread Caldarale, Charles R
> From: Mani [mailto:mani.chandraseka...@protonmail.com.INVALID] > Subject: Handling empty Host in HTTP Header > May I know, when is the next official tomcat release planned? Releases for Tomcat versions under active development (including the 8.5 leg) normally occur in the first week of each c

RE: Cookie Header Not Being Parsed

2018-10-20 Thread Caldarale, Charles R
> From: Durand, Dustin [mailto:dustin_dur...@intuit.com] > Subject: Cookie Header Not Being Parsed > I've been attempting to track down an issue where the cookies aren't being > parsed out of the cookie header in rare cases. We're using a java service > that utilizes JSession, so this causes th

RE: Tomcat Clustering Support

2018-10-10 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: Tomcat Clustering Support > Thread A is in the middle of processing a request. It is evaluating some > EL which requires access to the view map which in turn causes the > ViewMap to update the session. > com.sun.faces.application.view.V

RE: Contexts: can there be a hierarchy?

2018-08-23 Thread Caldarale, Charles R
> From: Jäkel, Guido [mailto:g.jae...@dnb.de] > Subject: RE: Contexts: can there be a hierarchy? > why do you call it not really a hierachy? If you name the deployments e.g. > ROOT.war > foo.war > foo#bar.war > then the "expected" will happen: The longest context path will match

RE: Contexts: can there be a hierarchy?

2018-08-22 Thread Caldarale, Charles R
> From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] > Subject: Contexts: can there be a hierarchy? > Suppose we have a Tomcat 8 server Let's hope that's Tomcat 8.5, since 8.0 has reached EOL. > Is there a way to set up contexts in a hierarchy, such that requests for > "https://xyz.ex

RE: Servlet Threads Changing Instance Data

2018-08-15 Thread Caldarale, Charles R
> From: Jerry Malcolm [mailto:techst...@malcolms.com] > Subject: Re: Servlet Threads Changing Instance Data > I'm not sure what you mean by typically there is only one servlet > object.  There's one class.  But a new instance is created on each > request, right? No - there's only one instance

RE: Problem with CATALINA_OPTS in setenv.sh

2018-08-02 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Problem with CATALINA_OPTS in setenv.sh > > "With the -XX:+AlwaysPreTouch option the JVM touches every single > > byte of the max heap size with a '0', resulting in the memory being > > allocated in the physical mem

RE: Problem with CATALINA_OPTS in setenv.sh

2018-08-02 Thread Caldarale, Charles R
> From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] > Subject: Problem with CATALINA_OPTS in setenv.sh > I've been experimenting with some CATALINA_OPTS changes, as recommended > by our webapp developer, and one of them is causing Tomcat to "crash on > takeoff" with stacktraces like t

RE: Tomcat JDBC Pool memory leak when using StatementFinalizer interceptor

2018-07-14 Thread Caldarale, Charles R
> From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] > Subject: Re: Tomcat JDBC Pool memory leak when using StatementFinalizer interceptor > Am 11.07.2018 um 16:22 schrieb Martin Knoblauch: > > Now it might be, that we are just using the StatementFinalizer in a wrong > > manner.

RE: Re: Tomcat 5.5.17 migration to 6

2018-07-14 Thread Caldarale, Charles R
> From: David Babooram [mailto:david.baboo...@digicelgroup.com] > Subject: Re: Re: Tomcat 5.5.17 migration to 6 > But by decision was based on what was presented in the Apache site. In that, upgrade from > 5.5 was known to only go to 6. Seriously, don't even think about "upgrading" to another v

RE: Getting the Manager app running on localhost.. Please help

2018-07-12 Thread Caldarale, Charles R
> From: Hassan Schroeder [mailto:hassan.schroe...@gmail.com] > Subject: Re: Getting the Manager app running on localhost.. Please help > FYI, I'm on MacOS (Sierra 10.12.6). I just now > 1) installed apache-tomcat-8.5.32 > 2) added these two lines to tomcat-users.xml > > > Note that such a

Intermittently a Tomcat’s 7's response loses all (non-Coyote-added) headers

2018-05-03 Thread R Mundell
Attention Tomcat developers who know how the Coyote bit of Tomcat works… I’ve got a tricky one for you! :-) We’re struggling with a puzzling problem where intermittently, calls to a servlet are delivered back to the client with all of the headers missing except the ones that Coyote adds. In ro

RE: Is it possible and how

2018-02-28 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Is it possible and how > On 2/28/18 11:12 AM, M. Osama Alghwell wrote: > > I have a Java application that run on windows and using to Tomcat > > (unfortunately it is Tomcat 4.5 and I an assigned to upgrade it). The

RE: Running as user tomcat

2018-02-23 Thread Caldarale, Charles R
> From: Peter@Kreuser-Online [mailto:l...@kreuser.name] > Subject: Re: Running as user tomcat > Am 23.02.2018 um 18:36 schrieb Cheltenham, Chris : > > I am trying to run tomcat as a non root user. > > It will start as the tomcat user but it will not bind to connector 443 unless it starts as ro

Re: Is tomcat 8.5.24 uses thread pool by default.

2018-02-05 Thread Shiva Kumar K R
Hi, I got u right. Thanks for the quick answer. On 05-Feb-2018 8:32 PM, "Shiva Kumar K R" wrote: > Hi, > > Thanks for the response, u r right I'll do the cleanup. And is tomcat uses > new thread for each request or reuse existing thread. > > Thank you, &

Re: Is tomcat 8.5.24 uses thread pool by default.

2018-02-05 Thread Shiva Kumar K R
Hi, Thanks for the response, u r right I'll do the cleanup. And is tomcat uses new thread for each request or reuse existing thread. Thank you, Shiva On 05-Feb-2018 8:28 PM, "Johan Compagner" wrote: > If that is the case then the problem is also that you don't clea

Is tomcat 8.5.24 uses thread pool by default.

2018-02-05 Thread Shiva Kumar K R
current request. Thank You, Shiva Kumar K R

Re: getting "BindException: permission denied" exception when trying to change port 8080 to 8090

2017-12-26 Thread Alceu R. de Freitas Jr.
Hello Coty, For the sake of others readers, I confirm the behavior you identified from SELinux: [root@localhost audit]# grep -P '^type=AVC' audit.log | grep name_bind type=AVC msg=audit(1513876523.918:145): avc:  denied  { name_bind } for  pid=10420 comm="java" src=8090 scontext=system_u:system_

RE: Is it Normal for Tomcat 8 to Use 20-80% More Memory Than Tomcat 6?

2017-12-22 Thread Caldarale, Charles R
> From: Eric Robinson [mailto:eric.robin...@psmnv.com] > Subject: RE: Is it Normal for Tomcat 8 to Use 20-80% More Memory Than Tomcat 6? > if JVM instance "A" is configured as follows on server 1 under tomcat6/jdk 1.6, then > instance "A" on server 2 is configured the same, except it is running

Re: getting "BindException: permission denied" exception when trying to change port 8080 to 8090

2017-12-21 Thread Alceu R. de Freitas Jr.
onfig.file=/usr/share/tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager org.apache.catalina.startup.Bootstrap start root  4438  0.0  0.0 112680   988 pts/0    R+   17:44   0:00 grep --color=auto -i tomcat Em quinta-feira, 21 de dezembro de 2017 17:34:39 BRS

getting "BindException: permission denied" exception when trying to change port 8080 to 8090

2017-12-21 Thread Alceu R. de Freitas Jr.
Hello folks, I'm new to this list, and to Tomcat as well. I was trying to get Jenkins and Tomcat running on the same VM that I have (with CentOS 7), but I'm struggling with a small issue. Since I already had Jenkins running on port number 8080, I decided to change Tomcat to listen to 8090 by edit

RE: Trying to understand How Tomcat uses Keystore for SSL

2017-12-03 Thread Caldarale, Charles R
> From: Don Flinn [mailto:fl...@alum.mit.edu] > Subject: Re: Trying to understand How Tomcat uses Keystore for SSL > Attached is a first cut at setting up SSL for Tomcat.  It is in MicroSoft Word. Most attachments are automatically stripped by the mailing list server. You can either send it in

RE: [SECURITY] CVE-2017-12617 Apache Tomcat Remote Code Execution via JSP upload

2017-10-03 Thread Caldarale, Charles R
> From: Baron Fujimoto [mailto:ba...@hawaii.edu] > Subject: Re: [SECURITY] CVE-2017-12617 Apache Tomcat Remote Code Execution via JSP upload > I haven't seen an announcement for 8.0.47, nor does the Apache Tomcat > website seem to reference it yet, but it appears to be available in the > distribu

RE: Trouble using SSL with Tomcat 9

2017-09-27 Thread Caldarale, Charles R
> From: Don Flinn [mailto:fl...@alum.mit.edu] > Subject: Re: Trouble using SSL with Tomcat 9 > I installed a new download of tomcat 9, established one application with > php/java bridge (need php and java access). Set the SSL port to an unused > port, 443, and ran my app who's only out put is an

debian 9 and tomcat 8 error at startup

2017-09-25 Thread r . bottoni
Hi, i have installed tomcat 8 on a Debian server using aptitude command. but when tomcat starts, I get this strange error : 26-Sep-2017 07:47:14.613 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.14 (Debian) 26-Sep-2017 07:47:14.614 I

RE: More, Re: This is weird (cross-posted to Tomcat and Debian Lists): Tomcat 8.5 is going to /var/lib/tomcat7/webapps/ROOT

2017-09-07 Thread Caldarale, Charles R
> From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] > Subject: More, Re: This is weird (cross-posted to Tomcat and Debian Lists): > Tomcat 8.5 is going to /var/lib/tomcat7/webapps/ROOT > If I remember right, Linux file systems can have not only symbolic links > to files, but also multi

RE: Performance issue 8.5.20 (metaspace related?)

2017-08-29 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Performance issue 8.5.20 (metaspace related?) > > > That sounds like a healthy behavior to me. That means GC is > > > occurring and Metaspace is getting cleaned up. Why do you think > > > Metaspace is the problem?

RE: Refreshing webapps slows server

2017-08-23 Thread Caldarale, Charles R
> From: Jerry Malcolm [mailto:techst...@malcolms.com] > Subject: Refreshing webapps slows server > I have a very weird situation. Actually, it's fairly common. > This is somewhat circumstantial.  But TC will run fine for days and > never hits OutofMemory situations.  But as soon as I start rep

RE: This is weird: can't bind to 443

2017-08-02 Thread Caldarale, Charles R
> From: Igal @ Lucee.org [mailto:i...@lucee.org] > Subject: Re: This is weird: can't bind to 443 > I agree about the "one more thing to go wrong", but fronting Tomcat with > a Web Server gives a performance hit? I mean, sure, now requests for > Tomcat have another step to go through, but all o

RE: This is weird: can't bind to 443

2017-08-02 Thread Caldarale, Charles R
> From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] > Subject: Re: This is weird: can't bind to 443 > > Binding on ports < 1024 on Linux require elevated permissions, no? > If so, somebody please elaborate. That's a Linux restriction/feature - must be superuser to use the low port num

RE: RemoteEndpoint.Async sendText blocking

2017-06-29 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: RemoteEndpoint.Async sendText blocking > When the BIO connector is in use, you end up with weird things like > this. I would switch to BIO if you want to use async. Might want to rephrase that... Presumably Chris me

RE: [Tomcat 8.5] Cannot obtain singleton resource with startStopThreads > 1

2017-06-10 Thread Caldarale, Charles R
> From: MrChuoi [mailto:mrch...@gmail.com] > Subject: Re: [Tomcat 8.5] Cannot obtain singleton resource with > startStopThreads > 1 > OK. I will put the resource in the context of each webapp to see what is > going on, but what I don't understand is why this configuration works when > I start we

RE: [Tomcat 8.5] Cannot obtain singleton resource with startStopThreads > 1

2017-06-10 Thread Caldarale, Charles R
> From: MrChuoi [mailto:mrch...@gmail.com] > Subject: Re: [Tomcat 8.5] Cannot obtain singleton resource with > startStopThreads > 1 > Hi Mark, Don't top-post. Follow the mailing list guidelines published here: http://tomcat.apache.org/lists.html#tomcat-users > And to simplify the declaration o

RE: Under system account, Tomcat starts even with shutdown port conflict

2017-06-08 Thread Caldarale, Charles R
> From: Igor Cicimov [mailto:icici...@gmail.com] > Subject: Re: Under system account, Tomcat starts even with shutdown port > conflict > If you are trying to run it on port <1024 you need authbind enabled Read the original message. The OP is running on Windows, not Linux, so there are no rest

Max Sessions Across whole Server

2017-05-24 Thread Anthony, Clark R [US] (MS)
Hello, I'm currently using Tomcat 8.5.14. I'd like to be able to limit the number of active sessions across the entire Tomcat server. I saw the "maxActiveSessions" value in the Manager configuration component, but that appears to be required to be nested inside a Context object. So that would se

RE: Tomcat 8.5.4 and LegacyCookieProcessor

2017-05-18 Thread Caldarale, Charles R
> From: jared.paul.wal...@gmail.com [mailto:jared.paul.wal...@gmail.com] On > Behalf Of Jared Walker > Subject: Tomcat 8.5.4 and LegacyCookieProcessor > We are migrating to the version of tomcat identified in the subject Before exposing an almost year-old version to the nasty real world, you mig

RE: CLOSE_WAIT between Application (Tomcat) and Apache HTTPD

2017-05-11 Thread Caldarale, Charles R
> From: Adhavan Mathiyalagan [mailto:adhav@gmail.com] > Subject: Re: CLOSE_WAIT between Application (Tomcat) and Apache HTTPD What part of do not top-post do you not understand? > The Application port is configured in the catalina.properties file > HTTP_PORT=8030 > JVM_ROUTE=dl360x3805.8030

RE: changing tomcat default password

2017-03-31 Thread Caldarale, Charles R
> From: Theresa Whitney [mailto:theresa.whit...@nisd.net] > Subject: changing tomcat default password > I am trying to address a security vulnerability notification for several > servers. We have tomcat6 installed. Right there is your biggest security problem - Tomcat 6 has reached end of life

RE: Migration

2017-03-21 Thread Caldarale, Charles R
> From: M. Osama Alghwell [mailto:malghw...@gmail.com] > Subject: Migration > I have been asked by a company to update their existing working tomcat 5 > application, which is working on an old Windows 2003 platform and accessing > SQL 2005. The new servers are Windows and SQL 2012. I downloaded

RE: getRealPath is a bad idea?

2017-03-10 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: getRealPath is a bad idea? > I would use a well-known location for the file. Maybe the application > can be installed anywhere, but the config file needs to be in > %APPDATA%\YourCompany\YourProduct\config.properties

RE: Re:[OT] get NPE from NamingContextListener in app moved from TomEE to Tomcat

2017-03-10 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re:[OT] get NPE from NamingContextListener in app moved from TomEE > to Tomcat > > name="jdbc/tst36" not id=... > Hmm. When 'name' is null we should have a better behavior than NPE. :( It gets your attention... - Ch

RE: Apache Tomcat 9

2017-03-09 Thread Caldarale, Charles R
> From: pina.freder...@gmail.com [mailto:pina.freder...@gmail.com] > Subject: Apache Tomcat 9 > I'm trying to teach myself Java Web App Development but can't seem to get > this issue resolved. > Mar 09, 2017 5:44:17 PM org.apache.catalina.core.StandardServer await > SEVERE: StandardServer.awai

RE: getRealPath is a bad idea?

2017-03-09 Thread Caldarale, Charles R
> From: Berneburg, Cris J. - US [mailto:cberneb...@caci.com] > Subject: RE: getRealPath is a bad idea? > How do you all configure the location of a special folder that is not part of > the > deployment package itself? A site-specific config file perhaps? Take a look at this: http://tomcat.apa

RE: CVE-2017-6056.

2017-02-24 Thread Caldarale, Charles R
> From: Paralos Trainings [mailto:paralostranin...@gmail.com] > Subject: CVE-2017-6056. > I'd like to know if the latest version of Tomcat 7 and Tomcat 8 are > affected by CVE-2017-6056. Real Tomcat releases (downloaded from tomcat.apache.org) are not affected. Some 3rd-party repackaged versio

RE: I want hide apache-coyote1.1 infomation on my tomcat 5.0.28

2017-02-12 Thread Caldarale, Charles R
> From: grkim [mailto:gr...@injeinc.co.kr] > Subject: I want hide apache-coyote1.1 infomation on my tomcat 5.0.28 > I saw "apache-coyote1.1" information on my tomcat reply when I use curl - > I IP:PORT on my tomcat 5.0.28. > I want to hide this for security reason. Seriously? By running such

RE: Migration to Tomcat 8.0 Post/PreResources vs VirtualWebappLoader with optional resources

2016-12-07 Thread Berg, R. van den (Robin)
igration to Tomcat 8.0 Post/PreResources vs VirtualWebappLoader with optional resources -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Robin, On 12/7/16 4:01 AM, Berg, R. van den (Robin) wrote: > Hello! I have an issue that seems not supported anymore with Tomcat 8. > The same prob

Migration to Tomcat 8.0 Post/PreResources vs VirtualWebappLoader with optional resources

2016-12-07 Thread Berg, R. van den (Robin)
Hello! I have an issue that seems not supported anymore with Tomcat 8. The same problem is also posted in the comments on: https://tomcat.apache.org/tomcat-8.0-doc/config/resources.html PROBLEM: We used the virtualWebAppLoader to get some extra libraries and classes that were on the machine on t

RE: Getting "Invalid message received with signature xxxxx" messages in catalina.out

2016-11-18 Thread Caldarale, Charles R
> From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] > Subject: Re: Getting "Invalid message received with signature x" messages > in catalina.out > > No, 8009 is the default port for communication between httpd and Tomcat. > > 8005 is > > the default shutdown port. > > If you'r

RE: Getting "Invalid message received with signature xxxxx" messages in catalina.out

2016-11-18 Thread Caldarale, Charles R
> From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] > Subject: Re: Getting "Invalid message received with signature x" messages > in catalina.out > This is interesting: > > Isn't 8009 some sort of backchannel control port, perhaps the one used > for controlled shutdown of Tomca

RE: war file incompletely deployed

2016-11-07 Thread Caldarale, Charles R
> From: Christoph P.U. Kukulies [mailto:k...@kukulies.org] > Subject: Re: war file incompletely deployed > This makes sense somehow, but wouldn't a local move or copy from within > the server's filesystem have the same complications? No, a local mv or rename in a modern file system simply chang

RE: war file incompletely deployed

2016-11-07 Thread Caldarale, Charles R
> From: Christoph P.U. Kukulies [mailto:k...@kukulies.org] > Subject: war file incompletely deployed > I started developing a webapp (Windows 7, tomcat 7/x64). I generate a > WAR file using eclipse/maven. Once built I copy over the war file > to a network share on the tomcat server. The share i

RE: MaxInactiveInterval

2016-11-04 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: MaxInactiveInterval > On 04/11/2016 15:07, André Warnier (tomcat) wrote: > > A log message in an application running under Tomcat 8 mentions the > > "MaxInactiveInterval" setting, saying that it is a bit short.. > > > > I think that I

Re: [SECURITY] CVE-2016-6797 Apache Tomcat Unrestricted Access to Global Resources

2016-11-01 Thread R Paul
Excellent mark..thankyou..i am just trying to learn as much as i can and that gives me so good data to evaluate paths of understanding... look forward to communicating again.. rich On Tue, Nov 1, 2016 at 4:30 PM, Mark Thomas wrote: > On 01/11/2016 19:56, R Paul wrote: > > Hi Mark >

Re: [SECURITY] CVE-2016-6797 Apache Tomcat Unrestricted Access to Global Resources

2016-11-01 Thread R Paul
Hi Mark met you at pivotal...in toronto.. i have been watching these forums for some time..and just seeing the quantity of emails are these people experiencing a normal number of issues with gettting tomacat to work with their software? Can you catergorize some of those issues to me..as student stu

RE: Tomcat 9 exe, High CPU usage due to TCP I/O with itself

2016-10-27 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Tomcat 9 exe, High CPU usage due to TCP I/O with itself > On 10/27/16 1:45 PM, Dustin Delage wrote: > > Looks like the app is now slated for redevelopment. Thanks > > everyone. > I still think this has nothing to do

Is UTF-8 used everywhere for Tomcat 8.5.6?

2016-10-17 Thread R
Hi, I have a default installation of Tomcat 8.5.6. When I make a POST request with a tilde character, and the encoding is set to UTF-8, it seems that my servlet handler is decoding it incorrectly. I have to set the character encoding on the HttpServletRequest parameter to decode properly, example:

RE: Single sign on

2016-10-11 Thread Caldarale, Charles R
> From: Linux Support [mailto:ossuppor...@gmail.com] > Subject: Single sign on > Using 8.5.5 on solaris. Can you please point me in the direction of some > documentation/link/blog for how to set up the SSO for a application > deployed. Start here. http://tomcat.apache.org/tomcat-8.5-doc/config/v

RE: Host appBase vs. Context docBase

2016-10-07 Thread Caldarale, Charles R
> From: Igal @ Lucee.org [mailto:i...@lucee.org] > Subject: Host appBase vs. Context docBase > Suppose that I have an application at C:\WebApps\App1 Suppose you tell us your Tomcat version. > > > > > > > Both of the above are incorrect. It is highly unlikely that you want the

RE: apache-tomcat-9.0.0.M10: Change Context-Path in META-INF/context.xml not working

2016-09-20 Thread Caldarale, Charles R
> From: Maik Brauer [mailto:m...@brauer.nrw] > Subject: apache-tomcat-9.0.0.M10: Change Context-Path in META-INF/context.xml > not working > I have a standard Tomcat9 installation. I just put a helloworld.war in the > webapps folder > and inside the META-INF I put the context.xml with a differ

RE: Apache TomCat 5.5

2016-09-14 Thread Caldarale, Charles R
> From: Pham, Mary (NIH/OD/ORS) [E] [mailto:maryp...@mail.nih.gov] > Subject: Apache TomCat 5.5 > We have been using one of the old Apache TomCat on windows server 2008R2, IIS > 7. Firstly, it's Tomcat, not TomCat. > We need to apply a header directive in Apache "Strict-Transport-Security" so

RE: Trouble setting TOMCAT_USER

2016-08-29 Thread Caldarale, Charles R
> From: Jorge Alfonso [mailto:jo...@qbex.com] > Subject: RE: Trouble setting TOMCAT_USER > In order to setup the users for Tomcat you have to edit the file > tomcat-users.xml That has absolutely nothing to do with what the OP is asking about. The tomcat-users.xml file is the toy control

RE: Tomcat 8.5 Resource Setting Says it's being ignored but documentation shows it is supported

2016-08-17 Thread Caldarale, Charles R
> From: McKenzie, Mitch [mailto:mmcken...@markelcorp.com] > Subject: Tomcat 8.5 Resource Setting Says it's being ignored but > documentation shows it is supported > Seeing the following warning for all of my datasources when tomcat 8.5.4 > starts up : > Ignoring unknown property: value of "3

RE: Set up postgresql on tomcat7

2016-08-17 Thread Caldarale, Charles R
> From: Andrew Davis [mailto:drsockmon...@gmail.com] > Subject: Re: Set up postgresql on tomcat7 > Its a redhat .. i don't think tomcat 7 or later will run on this. Stop top posting; read the rules here: http://tomcat.apache.org/lists.html#tomcat-users The distributor of your OS is completely

RE: Unable to access Manager App, Host Manager and Server Status urls

2016-08-13 Thread Caldarale, Charles R
> From: Andrew M [mailto:bluemind2...@yahoo.com.INVALID] > Subject: Unable to access Manager App, Host Manager and Server Status urls > I have added these three lines in my tomcat-users.xml file: > > And did you remove the comment markers that bracket that area of the file? - Chuck THIS CO

RE: Native Library Error using Context forward in server.xml

2016-08-12 Thread Caldarale, Charles R
> From: Pietag, Tobias (Enterprise Security Services) > [mailto:tobias.pie...@hpe.com] > Subject: RE: Native Library Error using Context forward in server.xml > We are using the Context in the server.xml to change the root application to > a > different webapp. That's a really, really bad id

RE: tomat8.5 write logs with incorret os permission

2016-08-04 Thread Caldarale, Charles R
> From: 韭菜 [mailto:jiu...@qq.com] > Subject: tomat8.5 write logs with incorret os permission > When using tomcat8.0, it starts and write logs as follows: > (apache-tomcat-8.0.x) -rw-rw-r-- 1 app app 873710 Aug 4 20:08 catalina.log > When using tomcat8.5.x (include tomcat 9.

  1   2   3   4   5   6   7   8   9   10   >