Re: Starting tomcat7w from batch file

2013-03-18 Thread Mladen Turk
On 03/18/2013 03:59 PM, David kerber wrote: start "C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0\bin\tomcat7w.exe" //MS//Small-55009 You can also copy/rename tomcat7w.exe to small-55009w.exe and you won't need any params. Regards -- ^TM -

Re: SSL Best Practices

2013-03-18 Thread chris derham
> If the system is only for testing, or communicates with a limited number of > systems (i.e., > it is a firewalled backend system that only communicates with a front-end > system), then again, > a self-signed certificate would be fine. +1 > If his organization already uses PKI certificates, th

RE: SSL Best Practices

2013-03-18 Thread Harris, Jeffrey E.
> -Original Message- > From: Martin Gainty [mailto:mgai...@hotmail.com] > Sent: Monday, March 18, 2013 6:22 PM > To: Tomcat Users List > Subject: RE: SSL Best Practices > > Jeff > > do you have keystore and certificate..if not go to verisign and get a > CATrusted pfx... > the cost is wort

RE: SSL Best Practices

2013-03-18 Thread Martin Gainty
Jeff do you have keystore and certificate..if not go to verisign and get a CATrusted pfx... the cost is worth it and anything you create with a self-signed cert will be broken in less than 5 min Feel free to Pingback if you have any questions. Martin > From: jeffrey.jan...@polydyne.com

Re: Procrun and Tomcat service/OS shutdown on Windows

2013-03-18 Thread André Warnier
Harris, Jeffrey E. wrote: -Original Message- From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Monday, March 18, 2013 12:27 PM To: 'Tomcat Users List' Subject: RE: Procrun and Tomcat service/OS shutdown on Windows -Original Message- From: Harris, Jeffrey E. [mail

RE: Procrun and Tomcat service/OS shutdown on Windows

2013-03-18 Thread Harris, Jeffrey E.
> -Original Message- > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Sent: Monday, March 18, 2013 12:27 PM > To: 'Tomcat Users List' > Subject: RE: Procrun and Tomcat service/OS shutdown on Windows > > > -Original Message- > > From: Harris, Jeffrey E. [mailto:jeffrey

Re: Starting tomcat7w from batch file

2013-03-18 Thread David kerber
On 3/18/2013 11:49 AM, Harris, Jeffrey E. wrote: -Original Message- From: David kerber [mailto:dcker...@verizon.net] Sent: Monday, March 18, 2013 11:33 AM To: Tomcat Users List Subject: Re: Starting tomcat7w from batch file tells me I have a bad parameter. For example: start "C:\Pro

RE: Procrun and Tomcat service/OS shutdown on Windows

2013-03-18 Thread Jeffrey Janner
> -Original Message- > From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] > Sent: Thursday, March 14, 2013 11:52 AM > To: Tomcat Users List > Subject: RE: Procrun and Tomcat service/OS shutdown on Windows > > Edit the registry so Tomcat depends on the HSQLDB shutdown. This only

RE: Starting tomcat7w from batch file

2013-03-18 Thread Harris, Jeffrey E.
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Monday, March 18, 2013 12:04 PM > To: Tomcat Users List > Subject: Re: Starting tomcat7w from batch file > > Harris, Jeffrey E. wrote: > > > >> -Original Message- > >> From: David kerber [mailto:dcker...@v

Re: Starting tomcat7w from batch file

2013-03-18 Thread André Warnier
Harris, Jeffrey E. wrote: -Original Message- From: David kerber [mailto:dcker...@verizon.net] Sent: Monday, March 18, 2013 11:33 AM To: Tomcat Users List Subject: Re: Starting tomcat7w from batch file tells me I have a bad parameter. For example: start "C:\Program Files (x86)\Apache

RE: Starting tomcat7w from batch file

2013-03-18 Thread Harris, Jeffrey E.
> -Original Message- > From: David kerber [mailto:dcker...@verizon.net] > Sent: Monday, March 18, 2013 11:33 AM > To: Tomcat Users List > Subject: Re: Starting tomcat7w from batch file > > > tells me I have a bad parameter. For example: > > > > start "C:\Program Files (x86)\Ap

Re: Starting tomcat7w from batch file

2013-03-18 Thread David kerber
On 3/18/2013 11:28 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/18/13 11:21 AM, André Warnier wrote: David kerber wrote: On 3/18/2013 11:08 AM, André Warnier wrote: David kerber wrote: Running TC 7.0.22 32-bit on windows server 2008 R2 Standard

Re: Starting tomcat7w from batch file

2013-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/18/13 11:21 AM, André Warnier wrote: > David kerber wrote: >> On 3/18/2013 11:08 AM, André Warnier wrote: >>> David kerber wrote: Running TC 7.0.22 32-bit on windows server 2008 R2 Standard (64-bit). I'm trying to st

Re: AW: AJP suddenly Stopps acting: ajp on 7009 and 9009 : connections keept open

2013-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 3/18/13 2:07 AM, David Kumar wrote: >> 1. You are abandoning db connections and thus are draining the >> pool (most likely in my eyes) 2. The pool is too small (unlikely, >> since no work seems to be done other than waiting for new >> conn

Re: Starting tomcat7w from batch file

2013-03-18 Thread André Warnier
David kerber wrote: On 3/18/2013 11:08 AM, André Warnier wrote: David kerber wrote: Running TC 7.0.22 32-bit on windows server 2008 R2 Standard (64-bit). I'm trying to start tomcat7w from a .cmd file to monitor the TC services, and can't seem to find the correct way of formatting the cmd-line

Re: Starting tomcat7w from batch file

2013-03-18 Thread David kerber
On 3/18/2013 11:08 AM, André Warnier wrote: David kerber wrote: Running TC 7.0.22 32-bit on windows server 2008 R2 Standard (64-bit). I'm trying to start tomcat7w from a .cmd file to monitor the TC services, and can't seem to find the correct way of formatting the cmd-line parameters. When I j

Re: Starting tomcat7w from batch file

2013-03-18 Thread André Warnier
David kerber wrote: Running TC 7.0.22 32-bit on windows server 2008 R2 Standard (64-bit). I'm trying to start tomcat7w from a .cmd file to monitor the TC services, and can't seem to find the correct way of formatting the cmd-line parameters. When I just copy the command line from the start m

Starting tomcat7w from batch file

2013-03-18 Thread David kerber
Running TC 7.0.22 32-bit on windows server 2008 R2 Standard (64-bit). I'm trying to start tomcat7w from a .cmd file to monitor the TC services, and can't seem to find the correct way of formatting the cmd-line parameters. When I just copy the command line from the start menu shortcut, it tell

RE: Procrun and Tomcat service/OS shutdown on Windows

2013-03-18 Thread Thomas, Steve
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, March 15, 2013 3:37 PM To: Tomcat Users List Subject: Re: Procrun and Tomcat service/OS shutdown on Windows -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steve, On 3/14/13 1:21 PM, Thomas,

RE: SSL Best Practices

2013-03-18 Thread Jeffrey Janner
> -Original Message- > From: Jeffrey D. Fisher [mailto:jeff.fisher12...@cox.net] > Sent: Friday, March 15, 2013 3:03 PM > To: users@tomcat.apache.org > Subject: SSL Best Practices > > Gentlemen (Ladies): > > > > I am looking for a published "best practice" on editing the SERVER.XML > co

Re: Getting HttpSession from HandshakeRequest/Configurator

2013-03-18 Thread Mark Thomas
On 18/03/2013 00:22, Nick Williams wrote: > Martin, > > Don't believe we've spoken before. Good to meet you. > > I'm working on a book on Servlet 3.1 + WebSockets + Spring Framework > 4 + Hibernate + Spring Security. My interest is purely the new Java > WebSockets API. The existing Comet implemen

Re: Deadlock when using jetty 8 JDBCSessionManager and Tomcat 7 JDBC Connector

2013-03-18 Thread Mark Thomas
On 15/03/2013 21:36, Colin Ingarfield wrote: Short version: Your upgrade to the latest Connector/J will have fixed this particular problem. Long version: Found one Java-level deadlock: = Thread 1: Here are the stack traces: Thread 12820: (state = BLOC

Re: Embedded Tomcat on free port

2013-03-18 Thread Mark Thomas
On 18/03/2013 08:56, Jan Ehrhardt wrote: > Hello, > > I want to use Tomcat embedded to my application, but I do not want to set a > fixed port. Instead I want Tomcat to choose a free port itself. This works > of cause by setting the port to 0, but asking the Tomcat object for the > port, will retu