Re: Translations update

2018-11-27 Thread tomcat
On 27.11.2018 15:21, Mark Thomas wrote: On 27/11/2018 13:19, Rémy Maucherat wrote: Yes, I agree: it's not possible for non english speakers to use Tomcat, so it did seem pointless. Mark still wanted to do the experiment, and since the tool was easy and I had some time I did that French stuff.

Re: Translations update

2018-11-27 Thread tomcat
On 27.11.2018 13:13, PÉNET Ludovic wrote: Le 27/11/2018 12:01, André Warnier a écrit : On 26.11.2018 17:01, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rémy, On 11/26/18 10:05, Rémy Maucherat wrote: [...] A corollary of this is that the error messages and

Re: [slightly OT] Re: Tomcat 9 does not work with Java 11

2018-11-27 Thread Shawn Heisey
On 11/27/2018 3:08 AM, Andi Meister wrote: What I did now: - removed Tomcat services by service.bat - uninstalled all Tomcats (7 and 9) - uninstalled all Java (was only Version 11) - server reboot - Installed Java 11 (File: jdk-11.0.1_windows-x64_bin.exe) That filename tells me you're

Excessive number of tomcat-users.xml open files

2018-11-27 Thread Chen Levy
Hello everyone I have two Tomcat servers running under load, on two EC2 instances with amazon-linux-2 and JRE 10.0.2, one server is 9.0.12 and the other 9.0.13 The servers share the exact same application, configuration and load; however, the 9.0.13 server keeps hundreds of open files of the

Re: [slightly OT] Re: Tomcat 9 does not work with Java 11

2018-11-27 Thread Andi Meister
Shawn, thank you for you hint regarding the license. I will keep an eye on that. And thanks for testing. The mentioned jvm.dll IS in the location where the log tells. And Tomcat service runs as "local system account". I did not change anything to the default values in the installer. Very

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

2018-11-27 Thread Lou Wallace
Hi André, Here is some info on the setup, let me know what it tells you. tomcat etc/tomcat drwxrwxr-x. 3 root tomcat 23 Nov 18 17:48 Catalina -rw-r--r--. 1 root tomcat 13443 Oct 16 09:16 catalina.policy -rw-r--r--. 1 root tomcat 6496 Oct 16 09:16 catalina.properties drwxr-xr-x. 2 root

Re: Excessive number of tomcat-users.xml open files

2018-11-27 Thread Mark Thomas
On 27/11/2018 19:13, Chen Levy wrote: > Hello everyone > > I have two Tomcat servers running under load, on two EC2 instances with > amazon-linux-2 and JRE 10.0.2, one server is 9.0.12 and the other 9.0.13 > The servers share the exact same application, configuration and load; > however, the

[slightly OT] Re: Tomcat 9 does not work with Java 11

2018-11-27 Thread tomcat
On 27.11.2018 01:49, Christopher Schultz wrote: -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

RE: Connection pool and parallel deployment problem

2018-11-27 Thread Gilles SCHLIENGER
Just one more thing I forgot to mention : When I see the conections opened on databases using an sql query, I also see the Threads of the connection pool still present using jConsole to connect to tomcat Gilles -Message d'origine- De : Chris Cheshire [mailto:yahoono...@gmail.com]

Re: Connection pool and parallel deployment problem

2018-11-27 Thread HeeGu Lee
I'm glad to solve problem. But I am concerned that the C3p0 is not updated since 2015. Let's hope for a better library. Bye~ 2018년 11월 27일 (화) 오후 6:20, Gilles SCHLIENGER 님이 작성: > Thanks, > > I don't have this problem using C3p0 > > Parallel deployment is working fine so far, especially now that

RE: Connection pool and parallel deployment problem

2018-11-27 Thread Gilles SCHLIENGER
Thanks a lot Heegu, I looked at your project on github. 1. Which part of the code is exporting JMX beans ? Is it the @ManagedBean annotation ? 2. What do you use JMX for ? Thanks again Regards Gilles -Message d'origine- De : HeeGu Lee [mailto:elfhazardw...@gmail.com] Envoyé : mardi

Re: Connection pool and parallel deployment problem

2018-11-27 Thread HeeGu Lee
1. JMX registration is call by BasicDataSource of apache commons-dbcp2 library. It is hidden inside and can not be controlled. The name of the spring bean is referenced as part of the JMX name. You can change the bean name for each distribution. But that is not smart. 2. Usually, JMX is use for

Re: [slightly OT] Re: Tomcat 9 does not work with Java 11

2018-11-27 Thread Andi Meister
Chris, I tried your suggestions, but it did not help. Still the same error. I will now try a complete remove of Java and Tomcat. Then install Java11 and after that install Tomcat9. Andre, I can report that in Tomcat 7 there is no service.bat etc. But in Tomcat 9 everything is there in the bin

Re: [slightly OT] Re: Tomcat 9 does not work with Java 11

2018-11-27 Thread Andi Meister
What I did now: - removed Tomcat services by service.bat - uninstalled all Tomcats (7 and 9) - uninstalled all Java (was only Version 11) - server reboot - Installed Java 11 (File: jdk-11.0.1_windows-x64_bin.exe) - reboot - Installed Tomcat 9 (File: apache-tomcat-9.0.13.exe) - During installation

Re: Connection pool and parallel deployment problem

2018-11-27 Thread Esther Montes
Buenas tardes nomás kiero saber si tengo que ir otra vez al banco para para q me meten unas claves o asi me va a entregar los depósitos El mar., 27 de nov. de 2018 1:03 AM, Gilles SCHLIENGER < gilles.schlien...@cncc.fr> escribió: > Thanks a lot Heegu, > > I looked at your project on github. >

RE: Connection pool and parallel deployment problem

2018-11-27 Thread Gilles SCHLIENGER
You can try HikariCP, it is mentionned in the Spring documentation -Message d'origine- De : HeeGu Lee [mailto:elfhazardw...@gmail.com] Envoyé : mardi 27 novembre 2018 10:28 À : Tomcat Users List Objet : Re: Connection pool and parallel deployment problem I'm glad to solve problem. But

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

2018-11-27 Thread Thorsten Schöning
Guten Tag Christopher Schultz, am Montag, 26. November 2018 um 16:07 schrieben Sie: > web.xml > - --- > > UTF-8 > Tested that with Tomcat 9 and this setting fixed my problem the same as using SetCharacterEncodingFilter. It doesn't work in Tomcat 8.5, I guess because that simply doesn't

[OT] Re: Connection pool and parallel deployment problem

2018-11-27 Thread tomcat
On 27.11.2018 10:13, Esther Montes wrote: Buenas tardes nomás kiero saber si tengo que ir otra vez al banco para para q me meten unas claves o asi me va a entregar los depósitos Either this is some fiendishly elaborate new scam method of which I haven't heard before, or else there is

Re: Overriding MultiPartConfig

2018-11-27 Thread Mark Thomas
On 26/11/2018 21:57, Mark A. Claassen wrote: > 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,

Re: [slightly OT] Re: Tomcat 9 does not work with Java 11

2018-11-27 Thread Mark Thomas
On 27/11/2018 08:47, André Warnier (tomcat) wrote: > On 27.11.2018 01:49, Christopher Schultz wrote: >> Hmm... just realized that the service.bat file might not be included >> in the "installer" bundle. You might have to grab the ZIP bundle from >> the Tomcat downloads site to get those

Re: Translations update

2018-11-27 Thread Rémy Maucherat
On Mon, Nov 26, 2018 at 5:31 PM André Warnier (tomcat) wrote: > 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

RE: Connection pool and parallel deployment problem

2018-11-27 Thread Gilles SCHLIENGER
Thanks, I don't have this problem using C3p0 Parallel deployment is working fine so far, especially now that we will use connection pools configured inside the webapp (no more context xml file) Regards Gilles -Message d'origine- De : HeeGu Lee [mailto:elfhazardw...@gmail.com] Envoyé 

Re: Translations update

2018-11-27 Thread PÉNET Ludovic
Le 27/11/2018 11:51, Rémy Maucherat a écrit : On Mon, Nov 26, 2018 at 5:31 PM André Warnier (tomcat) wrote: 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

Re: Translations update

2018-11-27 Thread PÉNET Ludovic
Le 27/11/2018 12:01, André Warnier a écrit : On 26.11.2018 17:01, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rémy, On 11/26/18 10:05, Rémy Maucherat wrote: [...] A corollary of this is that the error messages and the documentation should agree with each

Re: Translations update

2018-11-27 Thread tomcat
On 26.11.2018 17:01, Christopher Schultz wrote: -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é,

Re: Translations update

2018-11-27 Thread Rémy Maucherat
On Tue, Nov 27, 2018 at 12:01 PM André Warnier (tomcat) wrote: > I must say that, although I tried to participate as much I could, I have > some reservations > about this whole translation project. And that is because most of the > original messages > which I have seen, are really "technical"

RE: [slightly OT] Re: Tomcat 9 does not work with Java 11

2018-11-27 Thread Eduardo Quintanilla
A follow up question. When the option "Use default" is selected in the Tomcatw manager. Where is that value configured? I assumed it was JAVA_HOME. Eduardo Quintanilla Software Developer Block Networks  -Original Message- From: Mark Thomas Sent: martes, 27 de noviembre de 2018 4:23

Re: Translations update

2018-11-27 Thread Mark Thomas
On 27/11/2018 13:19, Rémy Maucherat wrote: > Yes, I agree: it's not possible for non english speakers to use Tomcat, so > it did seem pointless. Mark still wanted to do the experiment, and since > the tool was easy and I had some time I did that French stuff. Anyway it's > done now, and people

Re: [slightly OT] Re: Tomcat 9 does not work with Java 11

2018-11-27 Thread Mark Thomas
On 27/11/2018 14:08, Eduardo Quintanilla wrote: > A follow up question. When the option "Use default" is selected in the > Tomcatw manager. Where is that value configured? I assumed it was JAVA_HOME. It is the default Java version configured in the registry. From memory (it is a long time since