Re: Help with overriding default cookie name

2015-04-29 Thread Brian Jones
. After setting the property, Tomcat behaves as expected and obeys the application's desired cookie name. Thanks again for letting me bounce my ideas off you, much appreciated! Cheers, Brian Jones Programmer/Analyst Information Technology Services Support Services Building, Suite 4300 We

Re: Help with overriding default cookie name

2015-04-21 Thread Brian Jones
Chris, thanks for getting back to me! I'm trying to override the default cookie name (JSESSIONID) for one of my Tomcat7 instances. I put the following in $catalina_home/conf/context.xml: That will change the session cookie name for all applications deployed on the server, and not just one we

Help with overriding default cookie name

2015-04-21 Thread Brian Jones
okie. My environment is: tomcat 7.0.39, java 1.7.0_79, kubuntu 14.10. Can anyone shed some light on how/where $catalina_home/conf/context.xml is loaded? Or any ideas, suggestions, etc are appreciated. Cheers, Brian Jones Programmer/Analyst Information Technology Services Support Service

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
List Subject: Re: Tomcat produces empty/missing log files On 10/21/2011 3:53 PM, Brian Jones wrote: > Charles, > > Thanks for your reply. > > I'm not able to do as you suggested, because the software project is not > managed by me, or my parent company. It is an open source enterpr

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
usly isolate my development from the community's. Regards, Brian J -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, October 21, 2011 3:47 PM To: Tomcat Users List Subject: RE: Tomcat produces empty/missing log files > From: Br

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
brain. Brian J -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, October 21, 2011 3:40 PM To: Tomcat Users List Subject: Re: Tomcat produces empty/missing log files 2011/10/21 Brian Jones : > Yes, it appears that the project I'm deploying is

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
o:ma...@apache.org] Sent: Friday, October 21, 2011 3:31 PM To: Tomcat Users List Subject: Re: Tomcat produces empty/missing log files On 21/10/2011 20:27, Brian Jones wrote: > My mistake. The distro doesn't include the .jar by default. The project I > deploy to Tomcat automatic

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
er 21, 2011 3:23 PM To: Tomcat Users List Subject: Re: Tomcat produces empty/missing log files On 21/10/2011 20:18, Brian Jones wrote: > Thanks again for your insight into the problem. > > Following your advice, I started from a fresh install of Tomcat 5.5.33. > I noticed that log4j.1.2.1

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
To: Tomcat Users List Subject: Re: Tomcat produces empty/missing log files 2011/10/21 Brian Jones : > >        It would be nice to see the actual command line that starts Tomcat's > Bootstrap. The JVM keys that configure  java.util.logging should be there. > > - I don't k

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
Please find below the context of logging.properties (updated, the 'verbose' copy, rather than the minimalized copy you had suggested previously): # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
: Re: Tomcat produces empty/missing log files 2011/10/21 Brian Jones : > >        It would be nice to see the actual command line that starts Tomcat's > Bootstrap. The JVM keys that configure  java.util.logging should be there. > > - I don't know what you mean by this. >

RE: Tomcat produces empty/missing log files

2011-10-21 Thread Brian Jones
o Tried running the .bat file from the command line directly piping output to a local .txt file; all that gets piped to the .txt file is the java environment variables that are being used startup.bat is equivalent to calling "catalina.bat start" Try using "catalina.bat run" inst

Tomcat produces empty/missing log files

2011-10-20 Thread Brian Jones
- Environment: Windows 7 Professional, SP1 64-bit, Tomcat 5.5.33 - Logging level set to INFO - CATALINA_OPTS: -Dsun.lang.ClassLoader.allowArraySyntax=true - No JAVA_OPTS environment variable - JAVA_HOME points to JDK 1.6.0_26 - NOT installe