Re: Tomcat 6.0.20 - Workaround for reading the value of a cookie with special characters

2010-01-16 Thread Mark Thomas
On 16/01/2010 06:41, Travis Beech wrote: Are there any workarounds available that will retrieve the entire string (SESSIONID=1234567890)? The next Tomcat 6.0.x release will include an option to allow = characters in cookie values. It does break the spec so use it at your own risk. The other

Log files?

2010-01-16 Thread Rick Bragg
Hi, Does anybody know what could have happened to my tomcat log files? It seems that logging has stopped. I am using Ubuntu LTS 8.04 amd64, and they are in: /var/log/tomcat6/catalina.2010-01-15.log /var/log/tomcat6/tomcat.2010-01-15.log However, logging has just stopped. When I restart

Re: Log files?

2010-01-16 Thread Konstantin Kolinko
2010/1/16 Rick Bragg li...@gmnet.net: Hi, Does anybody know what could have happened to my tomcat log files? It seems that logging has stopped. I am using Ubuntu LTS 8.04 amd64, and they are in: /var/log/tomcat6/catalina.2010-01-15.log /var/log/tomcat6/tomcat.2010-01-15.log However,

Re: Tomcat issue : open a office 2007 document

2010-01-16 Thread André Warnier
soulSnatched wrote: I am trying to open a office 2007 document a .xlsx file I am using tomcat 6.18 on Windows XP platform Currently i am using in my jsp: response.setContentType(application/vnd.ms-excel); and the mime mapping in tomcat/conf/web.xml is defined as : mime-mapping

Re: Log files?

2010-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick, On 1/16/2010 10:04 AM, Rick Bragg wrote: Hi, Does anybody know what could have happened to my tomcat log files? It seems that logging has stopped. I am using Ubuntu LTS 8.04 amd64, and they are in:

Re: Tomcat issue : open a office 2007 document

2010-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 1/15/2010 3:55 PM, soulSnatched wrote: I am trying to open a office 2007 document a .xlsx file Technically speaking, you are trying to send an Office 2007 document to a client, and that client is trying to open the file.

Re: Tomcat issue : open a office 2007 document

2010-01-16 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 1/15/2010 3:55 PM, soulSnatched wrote: I am trying to open a office 2007 document a .xlsx file Soulsnatched.. combine Christopher's answer with my earlier one, and I am sure that the

Re: Log files?

2010-01-16 Thread Rick Bragg
On Sat, 2010-01-16 at 11:16 -0500, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick, On 1/16/2010 10:04 AM, Rick Bragg wrote: Hi, Does anybody know what could have happened to my tomcat log files? It seems that logging has stopped. I am using

Re: Log files?

2010-01-16 Thread André Warnier
Rick Bragg wrote: ... It seems there are no tomcat log files anywhere (other than yesterdays old logs). They were working yesterday until sometime around noon. I was trying to get cyclos to work (cyclos.org) and all of a sudden, no more logs... I had a quick look at the www.cyclos.org

Re: Log files?

2010-01-16 Thread Rick Bragg
On Sat, 2010-01-16 at 18:20 +0100, André Warnier wrote: Rick Bragg wrote: ... It seems there are no tomcat log files anywhere (other than yesterdays old logs). They were working yesterday until sometime around noon. I was trying to get cyclos to work (cyclos.org) and all of a

Can't log in to Tomcat

2010-01-16 Thread DarkMatter2009
Hello all, I'm running apache tomcat 6.0.20 on my ubuntu computer. I've changed the entire contents of the tomcat-users.xml found in conf to:- tomcat-users role rolename=manager/ user username=tomcat password=s3cret roles=manager/ /tomcat-users Tried restarting tomcat and even restarting the

Re: Can't log in to Tomcat

2010-01-16 Thread DarkMatter2009
I forgot to mention that it was installed with netbeans 6.8. I've just now used the password and username found in the netbeans ide under the servers section. Could someone possibly explain why tomcat isn't using the settings in conf so that I can understand in the future? :) DarkMatter2009

Re: Can't log in to Tomcat

2010-01-16 Thread Konstantin Kolinko
Probably you are running with $CATALINA_BASE != $CATALINA_HOME. See Multiple Tomcat Instances in the file RUNNING.txt in the Tomcat distributive. 2010/1/16 DarkMatter2009 yves.whee...@googlemail.com: I forgot to mention that it was installed with netbeans 6.8. I've just now used the

Re: Tomcat 6.0.20 - Workaround for reading the value of a cookie with special characters

2010-01-16 Thread Travis Beech
Mark, Thanks for the info. Travis Beech On Jan 16, 2010, at 3:34 AM, Mark Thomas ma...@apache.org wrote: On 16/01/2010 06:41, Travis Beech wrote: Are there any workarounds available that will retrieve the entire string (SESSIONID=1234567890)? The next Tomcat 6.0.x release will include an

Re: Log files?

2010-01-16 Thread André Warnier
Rick Bragg wrote: On Sat, 2010-01-16 at 18:20 +0100, André Warnier wrote: Rick Bragg wrote: ... It seems there are no tomcat log files anywhere (other than yesterdays old logs). They were working yesterday until sometime around noon. I was trying to get cyclos to work (cyclos.org) and all

Re: Log files?

2010-01-16 Thread Rick Bragg
On Sat, 2010-01-16 at 22:36 +0100, André Warnier wrote: Rick Bragg wrote: On Sat, 2010-01-16 at 18:20 +0100, André Warnier wrote: Rick Bragg wrote: ... It seems there are no tomcat log files anywhere (other than yesterdays old logs). They were working yesterday until sometime around

Re: Log files?

2010-01-16 Thread Konstantin Kolinko
2010/1/17 Rick Bragg li...@gmnet.net: On Sat, 2010-01-16 at 22:36 +0100, André Warnier wrote: Rick Bragg wrote: On Sat, 2010-01-16 at 18:20 +0100, André Warnier wrote: Rick Bragg wrote: ... It seems there are no tomcat log files anywhere (other than yesterdays old logs).  They were

RE: Log files?

2010-01-16 Thread Caldarale, Charles R
From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Log files? I followed all the instructions for the standard install Just to verify, you did use the cyclos_3.5.5.zip, not cyclos_3.5.5_standalone.zip? Where did you find the instructions? They don't appear to be in the

RE: Log files?

2010-01-16 Thread Rick Bragg
On Sat, 2010-01-16 at 17:34 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Log files? I followed all the instructions for the standard install Just to verify, you did use the cyclos_3.5.5.zip, not cyclos_3.5.5_standalone.zip? Yes cyclos

RE: Log files?

2010-01-16 Thread Rick Bragg
On Sat, 2010-01-16 at 17:34 -0600, Caldarale, Charles R wrote: From: Rick Bragg [mailto:li...@gmnet.net] Subject: Re: Log files? I followed all the instructions for the standard install Just to verify, you did use the cyclos_3.5.5.zip, not cyclos_3.5.5_standalone.zip? Where did

RE: Log files?

2010-01-16 Thread Caldarale, Charles R
From: Rick Bragg [mailto:li...@gmnet.net] Subject: RE: Log files? http://project.cyclos.org/wiki/index.php?title=Installation_% 26_maintenance Thanks - I did manage to find that shortly after sending the previous message. I'll need to get MySQL set up to actually check it out. System

Re: Log files?

2010-01-16 Thread Konstantin Kolinko
2010/1/17 Rick Bragg li...@gmnet.net: OS: Ubuntu Hardy LTS version 8.04 - 2.6.24-16-server amd64 Tomcat: Apache Tomcat/6.0.18 JVM: 1.6.0_17-b04 Sun Microsystems Inc. MySQL: Server version: 5.0.51a-3ubuntu5.4-log Probably your JVM was updated recently. Running with JRE 6u14 and later

RE: Log files?

2010-01-16 Thread Caldarale, Charles R
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Subject: Re: Log files? Probably your JVM was updated recently. Running with JRE 6u14 and later requires an update to the catalina.policy file, otherwise logging subsystem cannot initialize. Note that catalina.policy is used only