Context specific context.xml not loading.

2018-12-19 Thread Melvin
Hello All, Just came across a problem today. Hope someone will clarify it. Tomcat 9.0.13. I wanted to customize ErrorReportValve by setting showReport="false" showServerInfo="false". Below is the META-INF/context.xml - It works fine for any internal server error produced or exceptions thrown

Tomcat 8.5 and Windows 2008 Standar R2

2018-12-19 Thread Pablo Salazar
Hi to all, I’m planning install Tomcat on Windows 2008 Standar R2, so the first question is: Is supported Tomcat 8.5 into Windows 2008 Estándar R2? Or Where I can to check the Compatibility Matrix about it? Second question: On the same Server, I have TrendMicro Antivirus 9.0 SP3 and it have o

Re: Migrating app from Tomcat5.5.17 to Tomcat7, getting Description The origin server did not find a current representation for the target resource

2018-12-19 Thread Bo
okay tomcat 6 is earliest/latest version that supports 64bit... so instead of going from 5.5.17 to 7, when attemting to just go from 5.5.17 to 64bit version of 6, it crashes ... without the program it starts but adding it gives error like Dec 19, 2018 10:48:57 PM org.apache.catalina.core.AprLi

Re: Migrating app from Tomcat5.5.17 to Tomcat7, getting Description The origin server did not find a current representation for the target resource

2018-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bo, Please do not: 1. Hijack threads 2. Email me personally - -chris On 12/20/18 00:03, Bo wrote: > Hi: > > I'm trying to migrate a custom app running Tomcat5.5.17 to Tomcat7. > This application is installed in its own folder on the root > direc

Re: Client certificate authentication -- but only for services

2018-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 12/19/18 20:18, James H. H. Lampert wrote: > I just had a crazy thought, in connection with a situation in > which we're trying to figure out a way to limit web service > connections to authorized consumers. > > Here's the situation: we h

Re: 9.0.13 encrypted cluster traffic

2018-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tim, Tomcat 9.0.14 is available and should work much better. Would it be possible for you to test the latest release with the encrypted clusterin g? Thanks, - -chris On 11/24/18 11:13, Christopher Schultz wrote: > Tim, > > On 11/23/18 12:55, Chri

Migrating app from Tomcat5.5.17 to Tomcat7, getting Description The origin server did not find a current representation for the target resource

2018-12-19 Thread Bo
Hi: I'm trying to migrate a custom app running Tomcat5.5.17 to Tomcat7. This application is installed in its own folder on the root directory of a Windows 2008 R2 64-bit machine. The application itself was originally "installed" via the unzip method, and its tomcat folder is inside of the appli

Re: [ANN] New committer: Woonsan Ko

2018-12-19 Thread Keiichi Fujino
Congratulations! Welcome Woonsan! 2018年12月19日(水) 18:56 Mark Thomas : > On behalf of the Tomcat committers I am pleased to announce that > Woonsan Ko (woonsan) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > > Kind regards, > > Mark > > -

Re: [ANN] New committer: Woonsan Ko

2018-12-19 Thread Woonsan Ko
Thank you very much for the warm welcomes! I have watched many volunteering hearts here, helping each other in this community, for years. This community has been my biggest input source from which I have learned how to grow ourselves together, in positive, collaborative, collective, inclusive, sust

Client certificate authentication -- but only for services

2018-12-19 Thread James H. H. Lampert
I just had a crazy thought, in connection with a situation in which we're trying to figure out a way to limit web service connections to authorized consumers. Here's the situation: we have both a browser-based UI (for which we definitely do NOT want to require users to have client-side certifi

Re: Windows Service not stopping Tomcat 8.5.35 but only if it has been active for more than a day

2018-12-19 Thread Mark Thomas
On 19/12/2018 20:22, Louis Zipes wrote: > Just to confirm, the relevant thread dump will have this type of header and I > want to get it while the Tomcat is attempting to stop? > > 2018-12-18 08:33:58 Full thread dump Java HotSpot(TM) 64-Bit Server VM > (24.80-b11 mixed mode): Exactly. Then lo

[ANN] Apache Tomcat 8.5.37 available

2018-12-19 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.37. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and Java Authentication Service Provider Interface for Containers t

RE: Windows Service not stopping Tomcat 8.5.35 but only if it has been active for more than a day

2018-12-19 Thread Louis Zipes
Just to confirm, the relevant thread dump will have this type of header and I want to get it while the Tomcat is attempting to stop? 2018-12-18 08:33:58 Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode): -Original Message- From: Mark Thomas [mailto:ma...@apache.

Re: Windows Service not stopping Tomcat 8.5.35 but only if it has been active for more than a day

2018-12-19 Thread Mark Thomas
On 19/12/2018 19:44, Louis Zipes wrote: > > First of all, congratulations to Woonsan on his achievement! > > My issue is that I'm running Tomcat 8.5.35/JDK 1.7 on Windows 2012 and I'm > stopping and starting it using Windows Service. I have no problems starting > the Tomcat service and I also

Windows Service not stopping Tomcat 8.5.35 but only if it has been active for more than a day

2018-12-19 Thread Louis Zipes
First of all, congratulations to Woonsan on his achievement! My issue is that I'm running Tomcat 8.5.35/JDK 1.7 on Windows 2012 and I'm stopping and starting it using Windows Service. I have no problems starting the Tomcat service and I also have no problems stopping the Tomcat service IF I s

RE: log4j app logging

2018-12-19 Thread Lemke, Michael ST/HZA-ZIC2
On December 19, 2018 6:54 PM Lemke, Michael wrote: >On December 18, 2018 8:52 PM Christopher Schultz wrote: >>On 12/18/18 12:42, Lemke, Michael ST/HZA-ZIC2 wrote: >>> I have an old webapp that uses log4j 1.2 and which I am trying to >>> deploy on tomcat. For the heck of it I can't get tomcat to u

RE: log4j app logging

2018-12-19 Thread Lemke, Michael ST/HZA-ZIC2
Christopher, On December 18, 2018 8:52 PM Christopher Schultz wrote: >On 12/18/18 12:42, Lemke, Michael ST/HZA-ZIC2 wrote: >> I have an old webapp that uses log4j 1.2 and which I am trying to >> deploy on tomcat. For the heck of it I can't get tomcat to use the >> log4.properties file. What am

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

2018-12-19 Thread James H. H. Lampert
Fellow List members: In the end, this morning, having been told that getting the development instance running under Java 8 had become a priority, and knowing that Tomcat was running under Apache (and also learning that Apache itself wasn't running under a service name containing recognizable w

[ANN] Apache Tomcat 9.0.14 available

2018-12-19 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.14. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.14 is a bugfix and feat

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

2018-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 12/18/18 17:34, James H. H. Lampert wrote: > On the Debian List, "deloptes" brought up the subect of > "openjdk-8-jdk-headless"; could that be relevant? The "headless" version has fewer package dependencies because it does not provide al

RE: [ANN] New committer: Woonsan Ko

2018-12-19 Thread Arjuna Bandara
Congratulations. - Arjuna From: Mark Thomas Sent: Wednesday, December 19, 2018 03:26 PM To: Tomcat Developers List; Tomcat Users List Subject: [ANN] New committer: Woonsan Ko On behalf of the Tomcat committers I am pleased to announce that Woonsan Ko (woonsan) has been voted in as a new Tomcat

Re: [ANN] New committer: Woonsan Ko

2018-12-19 Thread HeeGu Lee
Congratulations! 2018년 12월 19일 (수) 오후 7:23, Raul losoha 님이 작성: > You are welcome !!! > > Shalom , > > Raul Losoha > > From: Felix Schumacher > Sent: Wednesday, December 19, 2018 10:10 AM > To: Tomcat Developers List; Tomcat Users List > Subject: Re: [ANN] New com

Re: [ANN] New committer: Woonsan Ko

2018-12-19 Thread Raul losoha
You are welcome !!! Shalom , Raul Losoha From: Felix Schumacher Sent: Wednesday, December 19, 2018 10:10 AM To: Tomcat Developers List; Tomcat Users List Subject: Re: [ANN] New committer: Woonsan Ko Am Mittwoch, den 19.12.2018, 09:56 + schrieb Mark Thomas: >

Re: [ANN] New committer: Woonsan Ko

2018-12-19 Thread Felix Schumacher
Am Mittwoch, den 19.12.2018, 09:56 + schrieb Mark Thomas: > On behalf of the Tomcat committers I am pleased to announce that > Woonsan Ko (woonsan) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. Congrats, Felix > > Kind regards, > > Mark > > ---

Re: [ANN] New committer: Woonsan Ko

2018-12-19 Thread Zala Pierre GOUPIL
Congratulations Woonsan! Keep up the good work! Regards, Zala On Wed, Dec 19, 2018 at 10:56 AM Mark Thomas wrote: > On behalf of the Tomcat committers I am pleased to announce that > Woonsan Ko (woonsan) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > > Ki

[ANN] New committer: Woonsan Ko

2018-12-19 Thread Mark Thomas
On behalf of the Tomcat committers I am pleased to announce that Woonsan Ko (woonsan) has been voted in as a new Tomcat committer. Please join me in welcoming him. Kind regards, Mark - To unsubscribe, e-mail: users-unsubscr...@

Re: tomcat logs

2018-12-19 Thread Adlet Azhibek
8.0.33 tomcat java Spring framework 4.3.13 logging by "*org.slf4j.Logger*", "*org.slf4j.LoggerFactory*": example: *private final static Logger logger = LoggerFactory.getLogger(WebSocketController.class);* my logback-auction.xml: [image: grey — копия — копия.PNG] *logback-auction.xml* is located i

Re: Tomcat 9 throws exception when sending unencoded charecters in QueryString

2018-12-19 Thread Mark Thomas
On 19/12/2018 04:58, Melvin wrote: > Hi Christopher Schultz, > * > * > I did not mean that the browser is throwing an error. My problem is that > in 9.0.13 tomcat's error page is shown instead of my error page. As Rémy has already explained: - The URL is invalid - Therefore, Tomcat reports an err

Re: tomcat logs

2018-12-19 Thread Mark Thomas
On 19/12/2018 04:19, Adlet Azhibek wrote: > hello. dear tomcat users! > > My web application is named "Auction". I've been looking for any log info > in "auction.log" file in {cataline_base}/logs > > At some moment my app stopped to logging to that file. I'm just wondering > what went wrong. What

Re: [EXTERNAL] Re: tomcat Finding!

2018-12-19 Thread Peter@Kreuser-Online
Danyaal, > Am 18.12.2018 um 21:15 schrieb > : > > Added following to the Server.xml, still showing in the latest scan. > > showReport=false" showServerInfo="false" /> > > Thank you, > Danyaal > > -Original Message- > From: John Palmer [mailto:johnpalm...@gmail.com] > Sent: Friday