Re: AT WITS END regarding JVM arguments

2016-09-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 9/8/16 4:48 PM, James H. H. Lampert wrote: > On 9/8/16, 12:23 PM, Christopher Schultz wrote: > >> Would you care to create an account on the Tomcat Wiki[1] and >> post your CL program? It may help someone else running in >> similar

RE: AT WITS END regarding JVM arguments

2016-09-21 Thread Jeffrey Janner
mcat Users List <users@tomcat.apache.org> > Subject: Re: AT WITS END regarding JVM arguments > > On 9/8/16, 12:23 PM, Christopher Schultz wrote: > > > Would you care to create an account on the Tomcat Wiki[1] and post > > your CL program? It may help someone else running in sim

Re: AT WITS END regarding JVM arguments

2016-09-08 Thread James H. H. Lampert
On 9/8/16, 12:23 PM, Christopher Schultz wrote: Would you care to create an account on the Tomcat Wiki[1] and post your CL program? It may help someone else running in similar environments. In fact, if you want to write-up a whole page about "Running Tomcat on IBM Midrange", you could include

Re: AT WITS END regarding JVM arguments

2016-09-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 9/8/16 12:47 PM, James H. H. Lampert wrote: > On 9/8/16, 8:34 AM, Christopher Schultz wrote: > >> James, would you care to provide a (simple) patch? You'll get >> your name in the changelog :) > > Ok. In the initial comments for

Re: AT WITS END regarding JVM arguments

2016-09-08 Thread James H. H. Lampert
On 9/8/16, 8:34 AM, Christopher Schultz wrote: James, would you care to provide a (simple) patch? You'll get your name in the changelog :) Ok. In the initial comments for catalina.bat: > . . . rem Do not set the variables in this script. Instead put them into a script rem setenv.bat in

Re: AT WITS END regarding JVM arguments

2016-09-08 Thread Christopher Schultz
org> Subject: > Re: AT WITS END regarding JVM arguments > > On 9/6/16, 8:05 AM, Christopher Schultz wrote: > >> It's worth noting that, when creating the service from the >> command-line, the service.bat script will use the current >> environment to configure

RE: AT WITS END regarding JVM arguments

2016-09-06 Thread Mekkelsen Madden, Steve
-Original Message- From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] Sent: Tuesday, September 06, 2016 6:59 PM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: AT WITS END regarding JVM arguments On 9/6/16, 8:05 AM, Christopher Schultz wrote: > It's wor

Re: AT WITS END regarding JVM arguments

2016-09-06 Thread James H. H. Lampert
On 9/6/16, 8:05 AM, Christopher Schultz wrote: It's worth noting that, when creating the service from the command-line, the service.bat script will use the current environment to configure the service. That means that CATALINA_HOME and CATALINA_BASE are all used to configure the service.

Re: AT WITS END regarding JVM arguments

2016-09-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 9/1/16 7:16 PM, James H. H. Lampert wrote: >>> Seems to me that a paraphrase of the third paragraph quoted >>> above ought to be added -- PROMINENTLY -- to the comment lines >>> at the top of catalina.bat and catalina.sh, to keep midrange

Re: AT WITS END regarding JVM arguments

2016-09-01 Thread James H. H. Lampert
Seems to me that a paraphrase of the third paragraph quoted above ought to be added -- PROMINENTLY -- to the comment lines at the top of catalina.bat and catalina.sh, to keep midrange jocks like me from driving ourselves nuts trying to manipulate services the wrong way. On 9/1/16, 3:52 PM,

Re: AT WITS END regarding JVM arguments

2016-09-01 Thread tomcat
On 01.09.2016 22:30, James H. H. Lampert wrote: On 9/1/16, 12:14 PM, Olaf Kock wrote: if I'm remembering correctly, parameters for services are stored somewhere in the registry. Instead of poking there, you should use the tomcatw.exe executable which parameterizes the service. I hope that

Re: AT WITS END regarding JVM arguments

2016-09-01 Thread James H. H. Lampert
On 9/1/16, 12:14 PM, Olaf Kock wrote: if I'm remembering correctly, parameters for services are stored somewhere in the registry. Instead of poking there, you should use the tomcatw.exe executable which parameterizes the service. I hope that memory serves me right - it's been a long time since

Re: AT WITS END regarding JVM arguments

2016-09-01 Thread Mark Eggers
James, On 9/1/2016 11:36 AM, James H. H. Lampert wrote: > Ladies and Gentlemen: > > One of our Tomcat servers (refreshed from > apache-tomcat-7.0.67-windows-x86.zip) is running AS A SERVICE on a > Windows box. > > And we need to set JVM Options of > -Djavax.servlet.request.encoding=UTF-8 >

Re: AT WITS END regarding JVM arguments

2016-09-01 Thread Olaf Kock
Am 01.09.2016 um 20:36 schrieb James H. H. Lampert: > ... > I just tried adding a "setenv.bat" to the "bin" directory, containing > >> SET CATALINA_OPTS=-Djava.awt.headless=true >> -Djavax.servlet.request.encoding=UTF-8 -Dfile.encoding=UTF-8 > > and after stopping and starting the service, even

Re: AT WITS END regarding JVM arguments

2016-09-01 Thread Jim Johnson
Hi James, On Thu, Sep 1, 2016 at 2:36 PM, James H. H. Lampert < jam...@touchtonecorp.com> wrote: > Ladies and Gentlemen: > > One of our Tomcat servers (refreshed from > apache-tomcat-7.0.67-windows-x86.zip) > is running AS A SERVICE on a Windows box. > > And we need to set JVM Options of >