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

2018-11-21 Thread Loai Abdallatif
Hi Lou may be its worth to check Selinux , try setenforce 0 On Wed, Nov 21, 2018 at 8:41 PM Lou Wallace wrote: > Hey Greg, > > Thanks for the info. I changed both httpd.conf and workers.properties to > your settings. Got the same error msg when I restarted httpd. > > When I checked journalist

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

2018-11-21 Thread Rainer Jung
> Nov 21 18:32:37 server2 httpd[24339]: Invalid command 'JkWorkersFile', > perhaps misspelled or defined by a module not included in the server > configuration That means that there was no LoadModule line for mod_jk before that config line. You originally posted the first config line

Re: 9.0.13 encrypted cluster traffic

2018-11-21 Thread Tim K
On Wed, Nov 21, 2018, 9:48 AM Christopher Schultz < ch...@christopherschultz.net wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Tim, > > On 11/20/18 13:36, Tim K wrote: > > On Tue, Nov 20, 2018, 12:19 PM Christopher Schultz < > > ch...@christopherschultz.net wrote: > > > > Tim, >

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

2018-11-21 Thread Lou Wallace
Hi Chris, I tried that and got similar error msgs. I am wondering if something needs to be defined upstream for Apache, Tomcat or maybe even Java? On Wed, Nov 21, 2018 at 11:37 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256

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

2018-11-21 Thread Lou Wallace
Hey Greg, Thanks for the info. I changed both httpd.conf and workers.properties to your settings. Got the same error msg when I restarted httpd. When I checked journalist I get ● httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor

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

2018-11-21 Thread Mark Thomas
On 21/11/2018 16:18, Lou Wallace wrote: > Hi Everyone, > > So still having issues with mod_jk. I have downloaded > > wget > http://www.eu.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.46-src.tar.gz > wget >

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

2018-11-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lou, On 11/21/18 11:18, Lou Wallace wrote: > Hi Everyone, > > So still having issues with mod_jk. I have downloaded > > wget > http://www.eu.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-conne ctors-1.2.46-src.tar.gz > > wget >

RE: Connection pool and parallel deployment problem

2018-11-21 Thread Gilles SCHLIENGER
Are you talking about parallel deployment or connection pools ? Parallel deployment is in Tomcat since Tomcat 7 Gilles -Message d'origine- De : HeeGu Lee [mailto:elfhazardw...@gmail.com] Envoyé : mercredi 21 novembre 2018 13:24 À : Tomcat Users List Objet : Re: Connection pool and

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

2018-11-21 Thread Greg Huber
For my centos/mod._jk I use : /etc/httpd/conf.d/my.conf : ... JkWorkersFile "/etc/httpd/conf.d/workers.properties" JkLogFile "/etc/httpd/logs/mod_jk.log" JkShmFile "/etc/httpd/logs/jk-runtime-status.log" JkLogLevel info JkLogStampFormat "[%a %b %d %H:%M:%S %Y]" JkMount / worker1 JkMount

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

2018-11-21 Thread Lou Wallace
Hi Everyone, So still having issues with mod_jk. I have downloaded wget http://www.eu.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.46-src.tar.gz wget http://www.eu.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.46-src.tar.gz.sha1 and make install, and

Re: 9.0.13 encrypted cluster traffic

2018-11-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tim, I'm all ready for a back-port of the EncryptInterceptor to Tomcat 8.5 but I'd like to make sure things are working for you before I do it. Thanks, - -chris On 11/21/18 09:48, Christopher Schultz wrote: > Tim, > > On 11/20/18 13:36, Tim K

Re: 9.0.13 encrypted cluster traffic

2018-11-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tim, On 11/20/18 13:36, Tim K wrote: > On Tue, Nov 20, 2018, 12:19 PM Christopher Schultz < > ch...@christopherschultz.net wrote: > > Tim, > > On 11/20/18 11:42, Tim K wrote: > > Ignore the secure port. The code behind that setting was

RE: Translations update

2018-11-21 Thread Tran, Minh
Hi All, I can help you with the addition of the Vietnamese translation so we can cover few of the under represented areas. Kind Regards, Minh Tran; Ph.D. From: Mark Thomas [ma...@apache.org] Sent: Wednesday, November 21, 2018 4:58 AM To: Tomcat Users

Re: Translations update

2018-11-21 Thread Woonsan Ko
It is truly amazing. I'm proud of ourselves. Let's keep improving it together! Cheers, Woonsan On Wed, Nov 21, 2018 at 4:58 AM Mark Thomas wrote: > > Hi all, > > I wanted to let you know about the amazing progress that is being made > on the Tomcat translations at >

Re: Connection pool and parallel deployment problem

2018-11-21 Thread Mark Thomas
On 21/11/2018 11:00, Gilles SCHLIENGER wrote: > Hi all, > > We are using Tomcat 9 and parallel deployment. > > I use a connection pool defined in the xml context (myApp##1.xml, > myApp##2.xml in my exemple) > > I have the following problem : > - I have myApp##1.war deployed using a connection

Re: Connection pool and parallel deployment problem

2018-11-21 Thread HeeGu Lee
I think it is good for your mental health not to use this feature. You just have to think of it as an experimental function like google chrome's about://flags. JMX has subscribe model. However, Tomcat is no ability to receive notifications. And most JDBC implementations are not interested in such

Connection pool and parallel deployment problem

2018-11-21 Thread Gilles SCHLIENGER
Hi all, We are using Tomcat 9 and parallel deployment. I use a connection pool defined in the xml context (myApp##1.xml, myApp##2.xml in my exemple) I have the following problem : - I have myApp##1.war deployed using a connection pool (configured in myApp##1.xml) - I deploy myApp##2.war

Translations update

2018-11-21 Thread Mark Thomas
Hi all, I wanted to let you know about the amazing progress that is being made on the Tomcat translations at https://poeditor.com/join/project/NUTIjDWzrl In the short time since this effort has started the community has achieved the following: - French has increased from 18% to 64% coverage -