Re: Script for publishing JARs to Maven Repo done

2007-01-05 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: I've created a script that publishes our JARs to a Maven repo (in this first release, the script is for the apache snapshot repository) all you need to do is, unzip, edit the mvn.properties.default or create a mvn.properties file and run the

Re: Script for publishing JARs to Maven Repo done

2007-01-05 Thread Filip Hanik - Dev Lists
I'll add this patch in, that's not a problem, we've already identified all dependencies between the jars. So if you are integrating TC6, I hope you are not doing it the same way they did TC5.5, we've received complaints about that integration, about the fact that server.xml is completely redund

Re: Script for publishing JARs to Maven Repo done

2007-01-05 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: I've created a script that publishes our JARs to a Maven repo (in this first release, the script is for the apache snapshot repository) all you need to do is, unzip, edit the mvn.properties.default or create a mvn.properties file and run the ANT script http://peo

Re: svn commit: r493203 - in /tomcat/connectors/trunk: jk/tools/lineends.pl jni/native/build/lineends.pl

2007-01-05 Thread William A. Rowe, Jr.
Hello Jakarta folks, the apr folks would appreciate if improvements were pushed back to repos/asf/apr/apr/build/win32 - even to the extent that those aren't strictly necessary for apr+httpd. Yours, Bill [EMAIL PROTECTED] wrote: > Author: rjung > Date: Fri Jan 5 13:57:03 2007 > New Revision: 49

svn commit: r493203 - in /tomcat/connectors/trunk: jk/tools/lineends.pl jni/native/build/lineends.pl

2007-01-05 Thread rjung
Author: rjung Date: Fri Jan 5 13:57:03 2007 New Revision: 493203 URL: http://svn.apache.org/viewvc?view=rev&rev=493203 Log: Carry over Mladen's lineends.pl improvements from jni to jk (and kill one trailing space). Modified: tomcat/connectors/trunk/jk/tools/lineends.pl tomcat/connectors/

Re: Script for publishing JARs to Maven Repo done

2007-01-05 Thread Paul McMahan
Thanks for setting this up. I'm integrating tomcatv6 into Geronimo 2.0 so having these jar published in a maven repo is a big help since we build using maven. Can you also publish the following jars from lib? Geronimo needs them to run an embedded tomcat engine. catalina.jar catalina-ha.jar ja

Re: Script for publishing JARs to Maven Repo done

2007-01-05 Thread Yoav Shapira
Hi, On 1/5/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: I've created a script that publishes our JARs to a Maven repo (in this first release, the script is for the apache snapshot repository) all you need to do is, unzip, edit the mvn.properties.default or create a mvn.properties file

svn commit: r493152 - /tomcat/connectors/trunk/jni/native/configure.in

2007-01-05 Thread mturk
Author: mturk Date: Fri Jan 5 11:27:34 2007 New Revision: 493152 URL: http://svn.apache.org/viewvc?view=rev&rev=493152 Log: Use the same prerequisite as APR 1.2 Modified: tomcat/connectors/trunk/jni/native/configure.in Modified: tomcat/connectors/trunk/jni/native/configure.in URL: http://s

Script for publishing JARs to Maven Repo done

2007-01-05 Thread Filip Hanik - Dev Lists
I've created a script that publishes our JARs to a Maven repo (in this first release, the script is for the apache snapshot repository) all you need to do is, unzip, edit the mvn.properties.default or create a mvn.properties file and run the ANT script http://people.apache.org/~fhanik/tomcat-ma

Re: [VOTE] Tomcat 6.0.7

2007-01-05 Thread Yoav Shapira
Hey, On 1/5/07, Remy Maucherat <[EMAIL PROTECTED]> wrote: Hi, 6.0.7 is: [ ] Alpha [ X ] Beta Yoav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r493097 - in /tomcat/connectors/trunk/jni/native/build: buildcheck.sh get-version.sh mkdir.sh

2007-01-05 Thread mturk
Author: mturk Date: Fri Jan 5 09:33:41 2007 New Revision: 493097 URL: http://svn.apache.org/viewvc?view=rev&rev=493097 Log: Update svn properties. Modified: tomcat/connectors/trunk/jni/native/build/buildcheck.sh (props changed) tomcat/connectors/trunk/jni/native/build/get-version.sh

svn commit: r493096 - /tomcat/connectors/trunk/jni/native/build/lineends.pl

2007-01-05 Thread mturk
Author: mturk Date: Fri Jan 5 09:30:53 2007 New Revision: 493096 URL: http://svn.apache.org/viewvc?view=rev&rev=493096 Log: Update non valid extensions Modified: tomcat/connectors/trunk/jni/native/build/lineends.pl Modified: tomcat/connectors/trunk/jni/native/build/lineends.pl URL: http://

svn commit: r493095 - /tomcat/connectors/trunk/jni/native/build/buildcheck.sh

2007-01-05 Thread mturk
Author: mturk Date: Fri Jan 5 09:29:25 2007 New Revision: 493095 URL: http://svn.apache.org/viewvc?view=rev&rev=493095 Log: Update build tool dependencies. Modified: tomcat/connectors/trunk/jni/native/build/buildcheck.sh Modified: tomcat/connectors/trunk/jni/native/build/buildcheck.sh URL:

svn commit: r493078 - in /tomcat/tc6.0.x/trunk/webapps/docs: cluster-howto.xml config/cluster-manager.xml tribes/introduction.xml

2007-01-05 Thread fhanik
Author: fhanik Date: Fri Jan 5 08:42:38 2007 New Revision: 493078 URL: http://svn.apache.org/viewvc?view=rev&rev=493078 Log: Completed clustering documentation to a state more understandable. Modified: tomcat/tc6.0.x/trunk/webapps/docs/cluster-howto.xml tomcat/tc6.0.x/trunk/webapps/docs/

[VOTE] Tomcat 6.0.7

2007-01-05 Thread Remy Maucherat
Hi, 6.0.7 is: [ ] Alpha [ ] Beta Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: new access log valve implementation

2007-01-05 Thread Remy Maucherat
Takayuki Kaneko wrote: So, I made the new one. Not bad, the pattern processing is very cheap (that's the only addition, basically), so it's the same performance as the fast valve. I like it. Rémy - To unsubscribe, e-mail:

Re: new access log valve implementation

2007-01-05 Thread Yoav Shapira
Hi, On 1/5/07, Robert McKay <[EMAIL PROTECTED]> wrote: On 1/5/07, Takayuki Kaneko <[EMAIL PROTECTED]> wrote: > Hi Tomcat developers, > > I made 'FastAccessLogValve' that was modified and tuned based on AccessLogValve. > It can output any log element specified by the pattern string like > Access

Re: new access log valve implementation

2007-01-05 Thread Mladen Turk
Takayuki Kaneko wrote: Is this beneficial? I doubt. The same could be done by simply buffering the log and then flushing to the disk on overflow. Is it beneficial? No, its misleading, because you will never know if your log data is the correct one or there is something in the write buffer wai

Re: new access log valve implementation

2007-01-05 Thread Remy Maucherat
Robert McKay wrote: non-blocking write() ??? Ok, so you get to point out where a non blocking write is made in AccessLogValve. Personally, I think it would be wise to consider upgrading certain components of your system, starting with the OS and the JVM. Rémy

Re: new access log valve implementation

2007-01-05 Thread Robert McKay
On 1/5/07, Takayuki Kaneko <[EMAIL PROTECTED]> wrote: Hi Tomcat developers, I made 'FastAccessLogValve' that was modified and tuned based on AccessLogValve. It can output any log element specified by the pattern string like AccessLogValve. And it is as fast as FastCommonAccessLogValve. I made a

DO NOT REPLY [Bug 38332] - Documented AJP Connector configuration for pending request queue size in error

2007-01-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38332] - Documented AJP Connector configuration for pending request queue size in error

2007-01-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38332] - Documented AJP Connector configuration for pending request queue size in error

2007-01-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu