RE: Tomcat 6 and Windows Service

2013-06-07 Thread Walter . Heestermans
Implemented the listener and I can now start and stop the tomcat servers Thanks! Walter From: Jeffrey Janner To: 'Tomcat Users List' , Date: 06/06/2013 15:31 Subject: RE: Tomcat 6 and Windows Service > -Original Message- > From: Cald

RE: Tomcat 6 and Windows Service

2013-06-06 Thread Jeffrey Janner
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Wednesday, June 05, 2013 8:04 AM > To: Tomcat Users List > Subject: RE: Tomcat 6 and Windows Service > > > From: walter.heesterm...@toyota-europe.com > > [ma

RE: Tomcat 6 and Windows Service

2013-06-05 Thread Walter . Heestermans
Ok, I will use the following: 1. Start using the normal Services dialog 2. Stop using shutdown script Regards Walter From: "Caldarale, Charles R" To: Tomcat Users List , Date: 05/06/2013 15:05 Subject: RE: Tomcat 6 and Windows Service > From: walter.heest

RE: Tomcat 6 and Windows Service

2013-06-05 Thread Caldarale, Charles R
> From: walter.heesterm...@toyota-europe.com > [mailto:walter.heesterm...@toyota-europe.com] > Subject: RE: Tomcat 6 and Windows Service > I can set the following Java options > -Dcom.sun.management.jmxremote.port=10150 > The stop using shudown class is org.apache.catalina

RE: Tomcat 6 and Windows Service

2013-06-05 Thread Caldarale, Charles R
> From: Urkens Jean-Pierre [mailto:jean-pierre.urk...@devoteam.com] > Subject: RE: Tomcat 6 and Windows Service > Try creating a file $TOMCAT_HOME/bin/setenv.bat and include following line in > it: The .bat files are not used when running Tomcat as a service, so the above i

RE: Tomcat 6 and Windows Service

2013-06-05 Thread Walter . Heestermans
tries to connect port 10150; but this is already in used. Stop hangs... Walter From: Walter Heestermans/IS/TME/BE/ToyotaEurope To: "Tomcat Users List" , Date: 05/06/2013 14:18 Subject: RE: Tomcat 6 and Windows Service Not working neither, I think that Tomcat as a serv

RE: Tomcat 6 and Windows Service

2013-06-05 Thread Walter . Heestermans
Not working neither, I think that Tomcat as a service is not using this Walter From: Urkens Jean-Pierre To: Tomcat Users List , Date: 05/06/2013 13:52 Subject:RE: Tomcat 6 and Windows Service Try creating a file $TOMCAT_HOME/bin/setenv.bat and include following line in

RE: Tomcat 6 and Windows Service

2013-06-05 Thread Urkens Jean-Pierre
...@toyota-europe.com [mailto:walter.heesterm...@toyota-europe.com] Sent: Wednesday, June 05, 2013 1:35 PM To: Tomcat Users List Subject: Re: Tomcat 6 and Windows Service Hi, When I add the arguments to the startup arguments entry, and try to start the service start -Dcom.sun.management.jmxremote.

Re: Tomcat 6 and Windows Service

2013-06-05 Thread Walter . Heestermans
thenticate=false or com.sun.management.jmxremote.port=10150 com.sun.management.jmxremote.ssl=false com.sun.management.jmxremote.authenticate=false Nothing seems to work... Regards Walter From: Konstantin Kolinko To: Tomcat Users List , Date: 03/06/2013 13:32 Subject: Re: Tomcat 6 and Windows

RE: Tomcat 6 and Windows Service

2013-06-03 Thread Jeffrey Janner
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Monday, June 03, 2013 12:50 PM > To: Tomcat Users List > Subject: RE: Tomcat 6 and Windows Service > > > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] >

RE: Tomcat 6 and Windows Service

2013-06-03 Thread Caldarale, Charles R
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Subject: RE: Tomcat 6 and Windows Service > You are missing one line from your configuration. At the top you need: > -Dcom.sun.management.jmxremote That hasn't been needed for many years (if ever). S

RE: Tomcat 6 and Windows Service

2013-06-03 Thread Jeffrey Janner
> From: walter.heesterm...@toyota-europe.com > [mailto:walter.heesterm...@toyota-europe.com] > Sent: Monday, June 03, 2013 3:01 AM > To: users@tomcat.apache.org > Subject: Tomcat 6 and Windows Service > > Hi, > > I'm running tomcat as Windows service. > >

Re: Tomcat 6 and Windows Service

2013-06-03 Thread Konstantin Kolinko
2013/6/3 > > Hi, > > I'm running tomcat as Windows service. > > Now I like to add JMX support to the process: > > -Dcom.sun.management.jmxremote.port=10150 > -Dcom.sun.management.jmxremote.ssl=false > -Dcom.sun.management.jmxremote.authenticate=false > > Configuring the service > > > > added the a

Tomcat 6 and Windows Service

2013-06-03 Thread Walter . Heestermans
Hi, I'm running tomcat as Windows service. Now I like to add JMX support to the process: -Dcom.sun.management.jmxremote.port=10150 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false Configuring the service added the above options to the Java options. T