Re: Connection pool and parallel deployment problem

2018-11-26 Thread HeeGu Lee
Dear Gilles, I apologize for the delay in reply. I make simple webapp and upload to github. In project, my test result is included. https://github.com/elfhazardwork/dbcp2-test Tomcat's parallel deploy mechanism is deploy new version before undeploy old. So, If your webapp is use JMX, bean name

Re: Translations update

2018-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 11/26/18 17:07, André Warnier (tomcat) wrote: > On 26.11.2018 17:01, Christopher Schultz wrote: >>> We were super serious, like for Apache Matou:) >> :) >> >> I like that as a (silly) name (Apache Dead?), but didn't get the >> actual jok

Re: Compression for Resources served through DefaultServlet

2018-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leon, On 11/26/18 18:53, Leon Rosenberg wrote: > On Mon, Nov 26, 2018 at 10:27 PM Mark Thomas > wrote: > >> On 26/11/2018 21:19, Leon Rosenberg wrote: >>> Good time of the day, >>> >>> I am debugging bad page insights reported by google for a >>>

Re: Tomcat 9 does not work with Java 11

2018-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andi, On 11/26/18 15:08, Andi Meister wrote: > Tomorrow I will try it on an other machine with no previous Tomcat > installed. But my problem is that I have to get it to run on this > machine. What could I do? First uninstall all jdks and Tomcats a

Re: Tomcat 9 does not work with Java 11

2018-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 M Manna, On 11/26/18 17:57, M. Manna wrote: > if you are moving away from Java 8, I would recommmend you install > java 11 first. Oracle JDK or openJDK doesn’t matter here. > > Once you do that, confirm that your JAVA_HOME env var is setup > correc

Re: Compression for Resources served through DefaultServlet

2018-11-26 Thread Leon Rosenberg
On Mon, Nov 26, 2018 at 10:27 PM Mark Thomas wrote: > On 26/11/2018 21:19, Leon Rosenberg wrote: > > Good time of the day, > > > > I am debugging bad page insights reported by google for a mobile versus > > desktop version of our site and I'm seeing that the static resources, > > served by the De

Re: Tomcat 9 does not work with Java 11

2018-11-26 Thread Johan Compagner
Do you have a commercial license with Oracle so that you can use oracle's Java 11? Because if you just download it from oracle's site, you can't use it at all in a production system.. But the 2 (open or Oracle) should be quite identical from Java 11 on.. Op ma 26 nov. 2018 19:52 schreef Andi Mei

Re: Tomcat 9 does not work with Java 11

2018-11-26 Thread M. Manna
if you are moving away from Java 8, I would recommmend you install java 11 first. Oracle JDK or openJDK doesn’t matter here. Once you do that, confirm that your JAVA_HOME env var is setup correctly ( google it if you’re not sure). The go ahead with your tomcat installation (service or standalone).

Re: Translations update

2018-11-26 Thread tomcat
On 26.11.2018 17:01, Christopher Schultz wrote: We were super serious, like for Apache Matou:) :) I like that as a (silly) name (Apache Dead?), but didn't get the actual joke.:( "matou" is the litteral French translation of "tomcat". (Evokes a big tough male macho alley cat, the kind which ta

RE: Overriding MultiPartConfig

2018-11-26 Thread Mark A. Claassen
Thanks for the reply! I have been working this for a while and having been failing. There is so much going on here that I don't understand that I feel like such a newby. First, when the multi-part config is in my local web.xml, everything works. However, if I remove that whole servlet from my

Re: Compression for Resources served through DefaultServlet

2018-11-26 Thread Mark Thomas
On 26/11/2018 21:19, Leon Rosenberg wrote: > Good time of the day, > > I am debugging bad page insights reported by google for a mobile versus > desktop version of our site and I'm seeing that the static resources, > served by the DefaultServlet (aka files) aren't compressed, versus to > dynamic r

Compression for Resources served through DefaultServlet

2018-11-26 Thread Leon Rosenberg
Good time of the day, I am debugging bad page insights reported by google for a mobile versus desktop version of our site and I'm seeing that the static resources, served by the DefaultServlet (aka files) aren't compressed, versus to dynamic resources served by a servlet. Tomcat version in questio

Re: Tomcat 9 does not work with Java 11

2018-11-26 Thread Andi Meister
Tomorrow I will try it on an other machine with no previous Tomcat installed. But my problem is that I have to get it to run on this machine. What could I do? First uninstall all jdks and Tomcats and then install jdk11 and newest Tomcat? Ralf Am Mo., 26. Nov. 2018, 20:59 hat Andi Meister geschri

Re: Tomcat 9 does not work with Java 11

2018-11-26 Thread Andi Meister
Thank you. Dies this mean that I'm doing anything correctly but it just doesn't work on this machine maybe? Ralf Am Mo., 26. Nov. 2018, 20:32 hat Mark Thomas geschrieben: > On 26/11/2018 18:51, Andi Meister wrote: > > I guess the JDK that I used is not OpenJDK but Oracle JDK? That's not the >

Re: Tomcat 9 does not work with Java 11

2018-11-26 Thread Mark Thomas
On 26/11/2018 18:51, Andi Meister wrote: > I guess the JDK that I used is not OpenJDK but Oracle JDK? That's not the > same isn't it? They aren't identical but the differences aren't in any areas that would impact this issue. Tomcat works happily with both. Mark > > There is a pre-story to tha

Re: Tomcat 9 does not work with Java 11

2018-11-26 Thread Andi Meister
I guess the JDK that I used is not OpenJDK but Oracle JDK? That's not the same isn't it? There is a pre-story to that. Maybe there is the reason?! On this server there was installed: JRE 1.6 and Tomcat 7 - running for years. Now there is an update planned to Java 11 and I have to check if it runs.

Re: Tomcat 9 does not work with Java 11

2018-11-26 Thread M. Manna
Tomcat 9 doesn’t use any module that’s restricted by OOB openJDK. It seems like a path issue to me. On Mon, 26 Nov 2018 at 17:34, Mark Thomas wrote: > Tomcat 9.0.13 windows installer, Open JDK 11.0.1 and Window server 2008 > R2 work first time for me on a clean install. > > This doesn't look

Re: Overriding MultiPartConfig

2018-11-26 Thread Mark Thomas
On 26/11/2018 17:11, Mark A. Claassen wrote: > I am having trouble finding a way to override my MultiPart config. I have a > servlet with a configuration in the web.xml. > > ... > > .

Re: Tomcat 9 does not work with Java 11

2018-11-26 Thread Mark Thomas
Tomcat 9.0.13 windows installer, Open JDK 11.0.1 and Window server 2008 R2 work first time for me on a clean install. This doesn't look like a Tomcat issue at this point. Mark On 26/11/2018 17:04, Andi Meister wrote: > more detailled: > 9.0.13 Core: > >- zip > >

Overriding MultiPartConfig

2018-11-26 Thread Mark A. Claassen
I am having trouble finding a way to override my MultiPart config. I have a servlet with a configuration in the web.xml. ... ... However,

Re: Tomcat 9 does not work with Java 11

2018-11-26 Thread Andi Meister
more detailled: 9.0.13 Core: - zip (pgp , sha512

Re: Connection pool and parallel deployment problem

2018-11-26 Thread Chris Cheshire
On Mon, Nov 26, 2018 at 9:58 AM Gilles SCHLIENGER wrote: > > Hi, > I understand your needs, but what is your problem, since you don't use > parallel deployment ? > Your connections are not closed but they will not be recreated when you > deploy your webapp again, so there should be no problem ?

Re: Tomcat 9 does not work with Java 11

2018-11-26 Thread Andi Meister
Hi Chris, this one: 32-bit/64-bit Windows Service Installer Ralf Am Mo., 26. Nov. 2018 um 16:52 Uhr schrieb Christopher Schultz < ch...@christopherschultz.net>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SH

Re: Translations update

2018-11-26 Thread tomcat
On 26.11.2018 15:38, Rémy Maucherat wrote: > >- "dispatch"/"dispatcher" (for the Servlet request dispatcher): ? > > > >dépêcher / dépêcheur ? > That "répartiteur" from Emmanuel sounds better in theory, will have to see in context. +1 for "répartiteur". ---

Re: Translations update

2018-11-26 Thread tomcat
On 26.11.2018 15:01, Ludovic Pénet wrote: - "endpoint" (for websockets, and for the Tomcat connectors, so >possibly >>two different terms): "point d'entrée" ? > >That sounds like exactly the opposite of "endpoint" to me. >Although I must say that even in English, the vocabulary used in some >r

Re: Translations update

2018-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rémy, On 11/26/18 10:05, Rémy Maucherat wrote: > On Mon, Nov 26, 2018 at 3:46 PM Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> André, >> >> On 11/26/18 08:35, André Warnie

Re: Translations update

2018-11-26 Thread Woonsan Ko
On Mon, Nov 26, 2018 at 10:05 AM Rémy Maucherat wrote: > > On Mon, Nov 26, 2018 at 3:46 PM Christopher Schultz < > ch...@christopherschultz.net> wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > André, > > > > On 11/26/18 08:35, André Warnier (tomcat) wrote: > > > On 26.11.2

Re: Tomcat 9 does not work with Java 11

2018-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ralf, On 11/26/18 10:39, Andi Meister wrote: > Hi, > > > I downloaded and installed Java 11 from here: > > https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloa ds-5066655.html > > > > Then I downloaded and installed Tomcat 9 W

Tomcat 9 does not work with Java 11

2018-11-26 Thread Andi Meister
Hi, I downloaded and installed Java 11 from here: https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html Then I downloaded and installed Tomcat 9 Windows service executable. During installation I was asked for the path to JRE. Java 11 does not contain a JRE an

Re: [OT] help installing mod_jk on Centos 7 on a Google Cloud server

2018-11-26 Thread Lou Wallace
Hi Chris, For the most party those were there when the Google Cloud instance created the Apache web server. But you are right once working I need to eval all of them. Lou On Mon, Nov 26, 2018 at 9:38 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE--

Re: Character encoding problems using jsp:include with jsp:param in Tomcat 8.5 only.

2018-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thorsten, On 11/26/18 08:45, Thorsten Schöning wrote: > Hi all, > > I'm currently testing migration of a legacy web app from Tomcat 7 > to 8 to 8.5 and ran into problems regarding character encoding in > 8.5 only. That app uses JSP pages and declar

Re: Translations update

2018-11-26 Thread Rémy Maucherat
On Mon, Nov 26, 2018 at 3:46 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > André, > > On 11/26/18 08:35, André Warnier (tomcat) wrote: > > On 26.11.2018 13:29, Rémy Maucherat wrote: > >> On Sat, Nov 24, 2018 at 9:48 AM Ludovic

RE: Connection pool and parallel deployment problem

2018-11-26 Thread Gilles SCHLIENGER
Hi, I understand your needs, but what is your problem, since you don't use parallel deployment ? Your connections are not closed but they will not be recreated when you deploy your webapp again, so there should be no problem ? Gilles -Message d'origine- De : Chris Cheshire [mailto:yahoo

Re: Translations update

2018-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 11/26/18 08:35, André Warnier (tomcat) wrote: > On 26.11.2018 13:29, Rémy Maucherat wrote: >> On Sat, Nov 24, 2018 at 9:48 AM Ludovic Pénet >> wrote: >> >>> Le vendredi 23 novembre 2018 à 23:51 +0100, Rémy Maucherat a >>> écrit : On

Re: [OT] help installing mod_jk on Centos 7 on a Google Cloud server

2018-11-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lou, On 11/24/18 17:01, Lou Wallace wrote: > Here is what I see > > Loaded Modules: core_module (static) so_module (static) http_module > (static) access_compat_module (shared) actions_module (shared) > alias_module (shared) allowmethods_module (s

Re: Translations update

2018-11-26 Thread Rémy Maucherat
On Mon, Nov 26, 2018 at 2:35 PM André Warnier (tomcat) wrote: > On 26.11.2018 13:29, Rémy Maucherat wrote: > > On Sat, Nov 24, 2018 at 9:48 AM Ludovic Pénet wrote: > > > >> Le vendredi 23 novembre 2018 à 23:51 +0100, Rémy Maucherat a écrit : > >>> On Wed, Nov 21, 2018 at 10:58 AM Mark Thomas >

Re: Connection pool and parallel deployment problem

2018-11-26 Thread Chris Cheshire
I'm interested in what solution there is for this because I have the exact same problem but without parallel deployment. [snip] On Mon, Nov 26, 2018 at 3:54 AM Gilles SCHLIENGER wrote: > > Hi Christopher, > > Thanks for your email. > > About connection pools not being closed, maybe the connectio

Re: Translations update

2018-11-26 Thread Ludovic Pénet
Le 26 novembre 2018 14:35:10 GMT+01:00, "André Warnier (tomcat)" a écrit : >On 26.11.2018 13:29, Rémy Maucherat wrote: >> On Sat, Nov 24, 2018 at 9:48 AM Ludovic Pénet >wrote: >> >>> Le vendredi 23 novembre 2018 à 23:51 +0100, Rémy Maucherat a écrit : On Wed, Nov 21, 2018 at 10:58 AM Mar

Re: Translations update

2018-11-26 Thread Emmanuel Bourg
Le 26/11/2018 à 13:29, Rémy Maucherat a écrit : > Now we can try to harmonize terms, fixes are then easy to do with the > search feature > > Common ones we have right now: > - "socket" (usually untranslated or cleverly omitted): ? +1 untranslated > - "endpoint" (for websockets, and for the Tomc

Character encoding problems using jsp:include with jsp:param in Tomcat 8.5 only.

2018-11-26 Thread Thorsten Schöning
Hi all, I'm currently testing migration of a legacy web app from Tomcat 7 to 8 to 8.5 and ran into problems regarding character encoding in 8.5 only. That app uses JSP pages and declares all of those to be stored in UTF-8, does really do so :-), and declares a HTTP-Content type of "text/html; char

Re: Translations update

2018-11-26 Thread tomcat
On 26.11.2018 13:29, Rémy Maucherat wrote: On Sat, Nov 24, 2018 at 9:48 AM Ludovic Pénet wrote: Le vendredi 23 novembre 2018 à 23:51 +0100, Rémy Maucherat a écrit : On Wed, Nov 21, 2018 at 10:58 AM Mark Thomas wrote: - French has increased from 18% to 64% coverage Done (well, close enou

Re: Translations update

2018-11-26 Thread Rémy Maucherat
On Sat, Nov 24, 2018 at 9:48 AM Ludovic Pénet wrote: > Le vendredi 23 novembre 2018 à 23:51 +0100, Rémy Maucherat a écrit : > > On Wed, Nov 21, 2018 at 10:58 AM Mark Thomas > > wrote: > > > > > - French has increased from 18% to 64% coverage > > > > > > > Done (well, close enough, a few tribes/h

RE: Connection pool and parallel deployment problem

2018-11-26 Thread Gilles SCHLIENGER
Hi Christopher, Thanks for your email. About connection pools not being closed, maybe the connection pool is closed but the connections to the database are not. Here are the tests I did: + TEST 1: - I deploy my war - I login to my webapp - I check on my postgresql and mysql database that conne