Re: Tomcat 9.0.14 Windows service slow to stop

2019-01-25 Thread systebo
Worked as expected. Thank you for the quick response, Mark. Very much appreciated! -- Sent from: http://tomcat.10.x6.nabble.com/Tomcat-User-f1968778.html - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Re: Tomcat 9.0.14 Windows service slow to stop

2019-01-24 Thread Mark Thomas
On 24/01/2019 20:46, syst...@calpers.ca.gov wrote: > Would it be possible to get a more end-user based description of that > workaround for those like me that find this thread? Something along the > lines of "Go into your Windows service and change...", or whatever the > workaround requires. The

Re: Tomcat 9.0.14 Windows service slow to stop

2019-01-24 Thread syst...@calpers.ca.gov
Would it be possible to get a more end-user based description of that workaround for those like me that find this thread? Something along the lines of "Go into your Windows service and change...", or whatever the workaround requires. Thanks! -- Sent from:

Re: Tomcat 9.0.14 Windows service slow to stop

2019-01-08 Thread Mark Thomas
On 08/01/2019 15:45, Mark Thomas wrote: > On 08/01/2019 15:25, Jean-Pascal Houde wrote: >> Thanks all, > > >> "Catalina-utility-1" prio=1 tid=15 WAITING >> at sun.misc.Unsafe.park(Native Method) >> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) >> at >>

Re: Tomcat 9.0.14 Windows service slow to stop

2019-01-08 Thread Igal Sapir
On Tue, Jan 8, 2019 at 7:45 AM Rémy Maucherat wrote: > On Tue, Jan 8, 2019 at 4:25 PM Jean-Pascal Houde > wrote: > > > "Catalina-utility-1" prio=1 tid=15 WAITING > > > Is DestroyJavaVM supposed to be the only non-daemon thread at that point? Thanks, Igal > > Ok, so the new default for the

Re: Tomcat 9.0.14 Windows service slow to stop

2019-01-08 Thread Mark Thomas
On 08/01/2019 15:25, Jean-Pascal Houde wrote: > Thanks all, > "Catalina-utility-1" prio=1 tid=15 WAITING > at sun.misc.Unsafe.park(Native Method) > at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) > at >

Re: Tomcat 9.0.14 Windows service slow to stop

2019-01-08 Thread Rémy Maucherat
On Tue, Jan 8, 2019 at 4:25 PM Jean-Pascal Houde wrote: > "Catalina-utility-1" prio=1 tid=15 WAITING > Ok, so the new default for the utility thread is non daemon so you should have your fix there. Is nothing calling Server.destroy then ? Normally it should (Catalina.stop does it) and the

RE: Tomcat 9.0.14 Windows service slow to stop

2019-01-08 Thread Jean-Pascal Houde
ce.java:191) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153) "GC Daemon" daemon prio=2 tid=13 TIMED_WAITING at java.lang.Object.wait(Native Method) at sun.misc.GC$Daemon.run(GC.java:117) JP -----Original Message- From: Igal Sapir Sent: Tuesday, Ja

Re: Tomcat 9.0.14 Windows service slow to stop

2019-01-08 Thread Mark Thomas
On 07/01/2019 23:38, Jean-Pascal Houde wrote: > Hello, > > I'm having a problem that seems to occur only since Tomcat 9.0.14. I'm using > Tomcat installed as a service on a Windows 2012 R2 server. > The service starts normally, but stopping it from the Windows Services window > takes a long

Re: Tomcat 9.0.14 Windows service slow to stop

2019-01-07 Thread Igal Sapir
On Mon, Jan 7, 2019 at 8:57 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Steve, > > On 1/7/19 19:47, Steve Demy wrote: > > This sounds similar to: > > > >

Re: Tomcat 9.0.14 Windows service slow to stop

2019-01-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steve, On 1/7/19 19:47, Steve Demy wrote: > This sounds similar to: > > http://mail-archives.apache.org/mod_mbox/tomcat-dev/201812.mbox/ajax/% 3Cbug-63041-78%40https.bz.apache.org%2Fbugzilla%2F%3E > > and, >

Re: Tomcat 9.0.14 Windows service slow to stop

2019-01-07 Thread Steve Demy
This sounds similar to: http://mail-archives.apache.org/mod_mbox/tomcat-dev/201812.mbox/ajax/%3Cbug-63041-78%40https.bz.apache.org%2Fbugzilla%2F%3E and, http://mail-archives.apache.org/mod_mbox/tomcat-users/201812.mbox/ajax/%3CDEB74971-2714-401F-9428-25EE0ECC6D11%40shaw.ca%3E I’m not fluent in

Re: tomcat 8 windows service logs

2017-05-25 Thread Gili B
hi In case anyone wonders .. I used another logging.properties in the application to overcome that. (placed under WEB_INF/classes) Thanks -gili From: Gili B Sent: Wednesday, May 24, 2017 3:56 PM To: users@tomcat.apache.org Subject:

Re: Tomcat as Windows Service

2016-09-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Amit, On 9/8/16 12:49 AM, Amit Pande wrote: > Hello experts, > > We have configured the Tomcat to run as a Windows Service. And > Windows SCM has a default time of 30 seconds, but the Tomcat > process does not start/stop within this time. > >

Re: Tomcat as Windows service under technical user

2014-01-27 Thread Cédric Couralet
2014/1/27 Strobel, Stefan (TS IC) stefan.stro...@hp.com: Hi everybody, I would like to run a Tomcat 7.0.47 as Windows service. But that service shall not be executed as Administrator but as a local technical user. That user is existent, let's call it A. The account is secured with password

Re: Tomcat 7.0.39 windows service setenv not used

2013-04-24 Thread Konstantin Kolinko
2013/4/25 Satyendra Singh satya...@gmail.com: I have created multiple windows services and for one of the service, i have -Dcatalina.base=C:\servers\applications\service1 -Dcatalina.home=C:\servers\apache-tomcat-7.0.39 i have C:\servers\applications\service1\bin\setenv.bat where i have set

RE: Tomcat 7.0.39 windows service setenv not used

2013-04-24 Thread Caldarale, Charles R
From: Satyendra Singh [mailto:satya...@gmail.com] Subject: Tomcat 7.0.39 windows service setenv not used running service1 does not seem to use these values, it only use those that i can see at tomcat7w.exe on this service. Services do not use _any_ .bat scripts, nor any environment

Re: Tomcat 7.0.39 windows service setenv not used

2013-04-24 Thread Satyendra Singh
Thanks!, so there is no other way to set these except to put in registry via tomcat7w.exe. On Wed, Apr 24, 2013 at 4:50 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2013/4/25 Satyendra Singh satya...@gmail.com: I have created multiple windows services and for one of the service, i

Re: Tomcat as Windows service

2011-03-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zbynek, On 3/7/2011 3:34 AM, Zbynek Vavros wrote: Ok I switched to 7.0.8. Installed using package from http://mirror.fubra.com/ftp.apache.org/tomcat/tomcat-7/v7.0.8/bin/apache-tomcat-7.0.8.exe. Started either directly in services (changed

RE: Tomcat as Windows service

2011-03-07 Thread Zbynek Vavros
| --| | | Subject: | | --| |RE: Tomcat

RE: Tomcat as Windows service

2011-03-04 Thread Caldarale, Charles R
From: Zbynek Vavros [mailto:zbynek_vav...@cz.ibm.com] Subject: Tomcat as Windows service I installed Tomcat as service Be specific: exactly what did you do? when I start it console is displayed. Be specific: exactly how are you starting it? If you run tomcat7w.exe and look at the Logon

Re: Tomcat as Windows service - I can't set more than 768 Mb of memory

2010-11-08 Thread Rainer Jung
On 08.11.2010 22:34, icarrara wrote: I manually installed Tomcat 6.0.29 on Windows Server 2003 R2 and all was fine. Then I use the service install Alfresco command to install Tomcat as Windows service. Using the tomcat6w //ES//Alfresco command I'll set up the -XX:MaxPermSize=256m in the Java

Re: Tomcat as Windows service - I can't set more than 768 Mb of memory

2010-11-08 Thread Konstantin Kolinko
2010/11/9 icarrara icarr...@studio5.it: because with values great than 768 the service don't starts. Discussed about a month ago: http://markmail.org/thread/xwpedx67fjpdeczt - To unsubscribe, e-mail:

Re: Tomcat 6.0.29 - Windows Service - JMX

2010-10-19 Thread Konstantin Kolinko
2010/10/19 André Warnier a...@ice-sa.com: (...) In this case, the application appears in jvisualvm, as an unknown application (pid ) (...) In this case, the application appears in jvisualvm, as a tomcat (pid ) (...) To confirm this, I used the Windows Services applet to change the

Re: Tomcat 6.0.29 - Windows Service - JMX

2010-10-18 Thread Pid
On 18/10/2010 19:11, Leo Donahue - PLANDEVX wrote: http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html Adding JMX to Tomcat 6.0.29 and starting with the startup.bat will add a Tomcat icon and show the process ID, under the Local connection, when launching jvisualvm.exe Adding JMX to

Re: Tomcat 6.0.29 - Windows Service - JMX

2010-10-18 Thread André Warnier
Leo Donahue - PLANDEVX wrote: http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html Adding JMX to Tomcat 6.0.29 and starting with the startup.bat will add a Tomcat icon and show the process ID, under the Local connection, when launching jvisualvm.exe Adding JMX to Tomcat via the

Re: Tomcat 6.0.29 - Windows Service - JMX

2010-10-18 Thread André Warnier
Leo Donahue - PLANDEVX wrote: -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Tomcat 6.0.29 - Windows Service - JMX Sorry if I ask, but how are you starting Tomcat in the second case ? as a Service ? Yes. Starting Tomcat in the second case as a windows

Re: Tomcat as Windows service and output window

2008-09-18 Thread Johnny Kewl
- Original Message - From: SerFingolfin [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, September 18, 2008 10:44 AM Subject: Tomcat as Windows service and output window Hi to everybody! I installed Tomcat as service in Windows XP. In my application i use

Re: Tomcat as Windows service and output window

2008-09-18 Thread SerFingolfin
Thanks for your help! But that's not so easy doing that... I was wondering how Netbeans can make my traybar work hiding tomcat's output window at the same time! And not only hide : they can redirect tomcat's output to a text area inside the IDE... -- View this message in context:

Re: Tomcat as Windows service and output window

2008-09-18 Thread Johnny Kewl
- Original Message - From: SerFingolfin [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, September 18, 2008 5:29 PM Subject: Re: Tomcat as Windows service and output window Thanks for your help! But that's not so easy doing that... I was wondering how Netbeans can make

Re: Tomcat 6 Windows Service

2008-08-05 Thread Skondras Panos
: Από: Mark Thomas [EMAIL PROTECTED] Θέμα: Re: Tomcat 6 Windows Service Προς: Tomcat Users List users@tomcat.apache.org Ημερομηνία: Δευτέρα, 4 Αύγουστος 2008, 17:21 Skondras Panos wrote: Hi all, I install Tomcat 6 as a services in windows 2000. I follow the how-to and all went ok. Now i

Re: Tomcat 6 Windows Service

2008-08-04 Thread Mark Thomas
Skondras Panos wrote: Hi all, I install Tomcat 6 as a services in windows 2000. I follow the how-to and all went ok. Now i want to install another service of tomcat 6 BUT for this service i want to get a different server.xml file than the other service. I want to do this without having to copy

RE: Tomcat 5.0.28 windows service path configuration

2006-04-25 Thread Tim Lucia
Have you read this: http://tomcat.apache.org/tomcat-5.5-doc/windows-service-howto.html ??? I don’t remember version 4 and what –path would do. You can certainly pass along env variables with --JvmOptions –Dpath=... hth, Tim -Original Message- From: ludovic larche [mailto:[EMAIL