Re: Building Tomcat

2006-02-03 Thread Bob Herrmann
Humm. Since the instructions on the page are broken (cvs and not subversion, the build.properties.defaults include sites and urls that are out of date), perhaps the page should be removed. Or a disclaimer should be added to the page saying that the 5.0 series is not actively maintained and

APR Connector Shutdown Problem

2006-02-03 Thread Fenlason, Josh
I'm running into a problem with the APR connector not shutting down properly on Unix and Linux systems (seems to work fine on Windows). Tomcat runs fine with the APR connector and there are no errors on shutdown. However, when I try to restart Tomcat I get a socket bind failed error in the catalin

Re: Building Tomcat

2006-02-03 Thread Mark Thomas
Bob Herrmann wrote: > > Ok, Is 5.0 a valid build target, or is its usage discouraged? > > I was following the build instructions for building tomcat 5.0 > http://tomcat.apache.org/tomcat-5.0-doc/building.html > the build.xml that it provides use CVS tags to extract the 5.0 bits. > > -bob

Re: Building Tomcat

2006-02-03 Thread Bob Herrmann
Ok, Is 5.0 a valid build target, or is its usage discouraged? I was following the build instructions for building tomcat 5.0 http://tomcat.apache.org/tomcat-5.0-doc/building.html the build.xml that it provides use CVS tags to extract the 5.0 bits. -bob Mark Thomas wrote: Bob Herrmann w

Re: mod_jk - Apache flush stream issues

2006-02-03 Thread Mark Thomas
Please do not cross-post. This question belongs on the users list. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Building Tomcat

2006-02-03 Thread Mark Thomas
Bob Herrmann wrote: > > yea, I might be bonkers.Now I can't even seem to get to the cvs > repo. I vaguely recall an effort to get everything on svn... is this a > part of that? > > $ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login > Logging in to :pserver:[EMAIL PROTECTED]:2401/home/

Re: Building Tomcat

2006-02-03 Thread Bob Herrmann
yea, I might be bonkers.Now I can't even seem to get to the cvs repo. I vaguely recall an effort to get everything on svn... is this a part of that? $ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login Logging in to :pserver:[EMAIL PROTECTED]:2401/home/cvspublic CVS password: anoncv

RE: DO NOT REPLY [Bug 34107] - session already invalidated before valueUnbound() called

2006-02-03 Thread Final Draft Info
Could you please remove us from the distribution list? Final Draft Support. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, February 02, 2006 10:36 AM To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 34107] - session already invalidated b

RE: svn commit: r371765 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-02-03 Thread Final Draft Info
Could you please remove us from this email distribution list? Thanks. Final Draft Support -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Thursday, February 02, 2006 11:32 AM To: 'Tomcat Developers List' Subject: RE: svn commit: r371765 - /tomcat/container/tc5.5.x/

Re: Building Tomcat

2006-02-03 Thread Bob Herrmann
Thanks Henri. It turns out it might have been an issue related to jpackage.org. Namely that on Linux I expected, export ANT_HOME=/tmp/apache-ant-1.6.5 export PATH=$ANT_HOME/bin:$PATH would run the right version of ant. Alas ant seems to also use this file "/etc/ant.conf" (presumably o

Re: svn commit: r371765 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-02-03 Thread Remy Maucherat
Jan Luehe wrote: I don't think you are misunderstanding the spec. See the following javadocs snippets from ServletResponse: public String getCharacterEncoding(): * If no character encoding * has been specified, ISO-8859-1 is returned. public PrintWriter getWriter() throws I

mod_jk - Apache flush stream issues

2006-02-03 Thread Dirk Slootmaekers
hello, I have developped a J2EE application, based on tomcat that is streaming dynamic content into a JSP page. To do that I'm using the writer.write("v"); command and do a response.flushbuffer() these 2 actions are in a try and catch. When I test my application only using tomcat and I k