Re: [5] Components / optional / compat

2002-08-04 Thread Remy Maucherat
Costin Manolache wrote: Proposal: Let's split 5.0 code into several directories ( components - like in commons ). 'catalina' will remain the 'core' interfaces and required features ( i.e. the minimal stuff ). 'naming' for jndi stuff 'compat' for all the interfaces from 4.0 that we

DO NOT REPLY [Bug 11417] - Coyote HTTP connector livelocks (possible DOS vulnerability)

2002-08-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11417. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[5.0] Build notes

2002-08-04 Thread Bob Herrmann
Hi. Just thought I would share the steps I followed to Build tomcat 5 on a RedHat 7.2 box. The box is net connected via DSL. I had already downloaded JDK1.4 and Ant1.5 $ mkdir tc5 $ cd tc5 $ export JAVA_HOME=/usr/java/j2sdk1.4.0 $ export

[ANNOUNCEMENT] Tomcat 4.1.8 Beta

2002-08-04 Thread Remy Maucherat
Tomcat 4.1.8 Beta has been released. It includes major bugfixes to Jasper over the previous Tomcat 4.1.7 Beta (please refer to the release notes for the complete list). Relese notes: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.8-beta/RELEASE-NOTES Downloads (source and

Re: [5.0] Build notes

2002-08-04 Thread Remy Maucherat
Bob Herrmann wrote: Hi. Just thought I would share the steps I followed to Build tomcat 5 on a RedHat 7.2 box. The box is net connected via DSL. I had already downloaded JDK1.4 and Ant1.5 $ mkdir tc5 $ cd tc5 $ export JAVA_HOME=/usr/java/j2sdk1.4.0 $ export

Re: [5.0] Build notes

2002-08-04 Thread Patrick Luby
Bob, Bob Herrmann wrote: $ sed -e 's/^base.path=\/usr\/local$/base.path=\/home\/test\/tc5\/dependson/' build.properties.default t $ mv t build.properties.default You don't want to replace build.properties.default. Instead you want to put your customized file in build.properties. That

cvs commit: jakarta-tomcat-5 build.xml

2002-08-04 Thread costin
costin 2002/08/04 08:45:16 Modified:.build.xml Log: Reverse the order of property loading. ~/build.properties will be loaded first - and can override any other property. Next is ./build.properties, and finally build.properties.default Revision ChangesPath

Re: [5.0] Build notes

2002-08-04 Thread costinm
On Sun, 4 Aug 2002, Patrick Luby wrote: Bob, Bob Herrmann wrote: $ sed -e 's/^base.path=\/usr\/local$/base.path=\/home\/test\/tc5\/dependson/' build.properties.default t $ mv t build.properties.default You don't want to replace build.properties.default. Instead you want to put

Re: cvs commit: jakarta-tomcat-5 build2.xml

2002-08-04 Thread Costin Manolache
On Sat, 03 Aug 2002 21:00:17 -0700, Patrick Luby wrote: Costin, If it helps, you can exclude org/apache/catalina/launcher/** from the build if you are not using commons-launcher. This package is only used by the Launcher's XML files and has no other packages depend on this package. It

Re: cvs commit: jakarta-tomcat-5 build2.xml

2002-08-04 Thread Patrick Luby
Costin, Costin Manolache wrote: It may be a good idea to move the ant tasks/types that you need from sandbox into oac.launcher. I think they should be in either tomcat or ant ( preferably). Later on, after things stabilise we can propose it for commons proper. I would like to see the

cvs commit: jakarta-tomcat-catalina/catalina/src/bin catalina.bat catalina.sh cpappend.bat digest.bat digest.sh setclasspath.bat setclasspath.sh shutdown-using-launcher.bat shutdown-using-launcher.sh startup-using-launcher.bat startup-using-launcher.sh tool-wrapper-using-launcher.bat tool-wrapper-using-launcher.sh shutdown.bat shutdown.sh startup.bat startup.sh tool-wrapper.bat tool-wrapper.sh

2002-08-04 Thread patrickl
patrickl2002/08/04 11:19:44 Modified:catalina build.xml catalina/src/bin shutdown.bat shutdown.sh startup.bat startup.sh tool-wrapper.bat tool-wrapper.sh Added: catalina/src/bin catalina.bat catalina.sh cpappend.bat

cvs commit: jakarta-tomcat-jasper/jasper2/src/bin jasper.bat jasper.sh jspc-using-launcher.bat jspc-using-launcher.sh jspc.bat jspc.sh

2002-08-04 Thread patrickl
patrickl2002/08/04 11:21:08 Modified:jasper2 build.xml jasper2/src/bin jspc.bat jspc.sh Added: jasper2/src/bin jasper.bat jasper.sh jspc-using-launcher.bat jspc-using-launcher.sh Log: Make use of commons-launcher optional by restoring

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 - New directory

2002-08-04 Thread patrickl
patrickl2002/08/04 11:22:13 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: cvs commit: jakarta-tomcat-5 build2.xml

2002-08-04 Thread costinm
On Sun, 4 Aug 2002, Patrick Luby wrote: I would like to see the syspropertyset, argset, and jvmargset data types and the conditional sysproperty, arg, and jvmarg elements moved to Ant. You'll have to submit patches to ant-dev. But you can very well do the same thing with the current