Re: Question about setting CATALINA_OPTS when starting Tomcat using a Windows Service in Tomcat 7.0.54

2018-08-08 Thread Daniel Savard
Le mer. 8 août 2018 à 12:08, Louis Zipes a écrit : > > Hi Calder, > I can successfully start up as a Windows service and get JMX working BUT > my problem is that Service doesn't stop cleanly (just repeating that > problem in case it wasn't made clear). It says the PORT is already in use > which

Re: Working JKS file for SSL from Tomcat8 doesn't work with Tomcat9

2018-08-08 Thread Mark Thomas
On 08/08/2018 20:22, Arnold Morein wrote: I have a company-issued, signed SSL cert installed in my Tomcat 8 system and all is well. I downloaded and set up Tomcat 9.0.10 and simply copied the same JKS file over to match my TC8 config. [code]        port="8443"

three layers model

2018-08-08 Thread Loai Abdallatif
Dear All I have java apps running over three tiers model ( Apache - modJK) , Tomcat 8.5.29, and postgress 9.4 cluster with repmgr and pgpool -- all the layers use same OS Debian 8.10 we are planing to upgrade the OS to 9.5 and also upgrade the tomcat to version 9 and JDK to version 9 Is there

Working JKS file for SSL from Tomcat8 doesn't work with Tomcat9

2018-08-08 Thread Arnold Morein
I have a company-issued, signed SSL cert installed in my Tomcat 8 system and all is well. I downloaded and set up Tomcat 9.0.10 and simply copied the same JKS file over to match my TC8 config. [code]          [code] [code] SEVERE: Failed to initialize component

Re: Domain name change in Tomcat

2018-08-08 Thread tomcat
Hi. It is getting a bit confused and confusing here : - the latest configuration that you indicate below, does not match the previous one which you indicated previously (see even further below). - you are talking about "broke every site" (implying several "sites"). What do you mean exactly by

RE: Question about setting CATALINA_OPTS when starting Tomcat using a Windows Service in Tomcat 7.0.54

2018-08-08 Thread Louis Zipes
Hi Calder, I can successfully start up as a Windows service and get JMX working BUT my problem is that Service doesn't stop cleanly (just repeating that problem in case it wasn't made clear). It says the PORT is already in use which led me to try to use Catalina_Opts as per the suggestions on

Re: Question about setting CATALINA_OPTS when starting Tomcat using a Windows Service in Tomcat 7.0.54

2018-08-08 Thread calder
I configured my "Tomcat as a Service" a couple days ago for remote JMC a) navigate to Tomcat's "bin" subdir b) execute: tomcat7w //ES//"type service name here" c) go to Java tab d) add the properties in the "Java Options" text area e) select OK and restart Tomcat Service On Wednesday, August

RE: Domain name change in Tomcat

2018-08-08 Thread Laurie Miller-Cook
Hi there I tried entering an Alias, like so companytest.lbpondemand.com But this broke every site I had on the server, I got "This page can't be displayed" I had to remove the Alias line and the reboot the server to get things working again.

Re: Tomcat 9 does not work with war file named along with revision number

2018-08-08 Thread Mark Thomas
On 08/08/18 15:20, premsudhan jaikumar wrote: > Hello everyone, > > Did some more digging into this issue am facing with various other tomcat > versions and it appears other than Tomcat version 7 all higher versions are > having this behavior, I tried with Tomcat8.0 , 8.5. & 9.0 and all has the

RE: Tomcat 9 does not work with war file named along with revision number

2018-08-08 Thread premsudhan jaikumar
Hello everyone, Did some more digging into this issue am facing with various other tomcat versions and it appears other than Tomcat version 7 all higher versions are having this behavior, I tried with Tomcat8.0 , 8.5. & 9.0 and all has the same issue. It throws the below error SEVERE

RE: Question about setting CATALINA_OPTS when starting Tomcat using a Windows Service in Tomcat 7.0.54

2018-08-08 Thread Louis Zipes
Thanks for the assistance! See my comments below: >You put this to setenv.bat in your bin directory. If the setenv.bat file does >not exist, create it -- My problem throughout this is that I'm starting up my Tomcat using Windows service so setenv.bat and catalina.bat seems to be ignored in

Re: Question about setting CATALINA_OPTS when starting Tomcat using a Windows Service in Tomcat 7.0.54

2018-08-08 Thread Marek Czernek
Hi Louis, try the following format: set CATALINA_OPTS="-Dcom.sun.management.conf.file=%CATALINA_BASE%\conf\abc.efg" In the above, %CATALINA_BASE% is a bariable that should be resolved by Tomcat. If it is not, I made a mistake in the variable name, but I think it should work (you could also

RE: Question about setting CATALINA_OPTS when starting Tomcat using a Windows Service in Tomcat 7.0.54

2018-08-08 Thread Louis Zipes
Hi Daniel, I apologize if maybe it is my lack of knowledge but I don't think I understand the actual way to write the line 'Set Catalina_Opts =' in this management file that I'm going to reference in the Java window/tabe in the Tomcat 7w GUI. In my management.properties file (in the /CONF