Google Summer of Code

2009-03-11 Thread Mark Thomas
Folks, I added Tomcat to the GSoC page on the wiki along with an idea for a task. Comments on the idea or additional ideas welcome. http://wiki.apache.org/general/SummerOfCode2009#tomcat-project Mark - To unsubscribe, e-mail:

Re: Google Summer of Code

2009-03-11 Thread Pid
Mark Thomas wrote: Folks, I added Tomcat to the GSoC page on the wiki along with an idea for a task. Comments on the idea or additional ideas welcome. http://wiki.apache.org/general/SummerOfCode2009#tomcat-project Won't it be problematic to implement access to the correct ServletContext

Re: Google Summer of Code

2009-03-11 Thread Mark Thomas
Pid wrote: Mark Thomas wrote: Folks, I added Tomcat to the GSoC page on the wiki along with an idea for a task. Comments on the idea or additional ideas welcome. http://wiki.apache.org/general/SummerOfCode2009#tomcat-project Won't it be problematic to implement access to the correct

Re: Google Summer of Code

2009-03-11 Thread Pid
Mark Thomas wrote: Pid wrote: Mark Thomas wrote: Folks, I added Tomcat to the GSoC page on the wiki along with an idea for a task. Comments on the idea or additional ideas welcome. http://wiki.apache.org/general/SummerOfCode2009#tomcat-project Won't it be problematic to implement access

DO NOT REPLY [Bug 46834] New: A few links missing from the docs

2009-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46834 Summary: A few links missing from the docs Product: Tomcat Connectors Version: 1.2.27 Platform: All URL: http://tomcat.apache.org/connectors-doc/index.html OS/Version: Linux

DO NOT REPLY [Bug 46835] JkLogLevel emerg not working properly

2009-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46835 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 46835] JkLogLevel emerg not working properly

2009-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46835 BibekDash bibekanand...@hotmail.com changed: What|Removed |Added Status|RESOLVED|VERIFIED

svn commit: r752584 [2/2] - in /tomcat/trunk: LICENSE NOTICE java/javax/servlet/resources/javaee_5.xsd java/javax/servlet/resources/javaee_web_services_1_2.xsd java/javax/servlet/resources/javaee_web_

2009-03-11 Thread markt
Added: tomcat/trunk/java/javax/servlet/resources/javaee_web_services_1_2.xsd URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/resources/javaee_web_services_1_2.xsd?rev=752584view=auto == ---

svn commit: r752589 - in /tomcat/trunk/java/org/apache/catalina/startup: Constants.java DigesterFactory.java

2009-03-11 Thread markt
Author: markt Date: Wed Mar 11 19:28:18 2009 New Revision: 752589 URL: http://svn.apache.org/viewvc?rev=752589view=rev Log: Add missing and new schemas to resolver used by digester. Modified: tomcat/trunk/java/org/apache/catalina/startup/Constants.java

Re: svn commit: r752584 [1/2] - in /tomcat/trunk: LICENSE NOTICE java/javax/servlet/resources/javaee_5.xsd java/javax/servlet/resources/javaee_web_services_1_2.xsd java/javax/servlet/resources/javae

2009-03-11 Thread sebb
On 11/03/2009, ma...@apache.org ma...@apache.org wrote: Author: markt Date: Wed Mar 11 19:12:03 2009 New Revision: 752584 URL: http://svn.apache.org/viewvc?rev=752584view=rev Log: Add missing XML Schemas for Java EE Deployment Descriptors Unlike the existing schemas, these files are

svn commit: r752627 - /tomcat/connectors/trunk/jk/native/NOTICE

2009-03-11 Thread rjung
Author: rjung Date: Wed Mar 11 21:31:31 2009 New Revision: 752627 URL: http://svn.apache.org/viewvc?rev=752627view=rev Log: Apply ASF NOTICE file conventions as documented at http://www.apache.org/legal/src-headers.html#notice (add project name and copyright years). Modified:

svn commit: r752629 - /tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/JkStatusTask.java

2009-03-11 Thread rjung
Author: rjung Date: Wed Mar 11 21:33:54 2009 New Revision: 752629 URL: http://svn.apache.org/viewvc?rev=752629view=rev Log: Formally fix JavaDoc. The JavaDocs are more like dummies though. Modified: tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/JkStatusTask.java

Re: svn commit: r752629 - /tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/JkStatusTask.java

2009-03-11 Thread sebb
On 11/03/2009, rj...@apache.org rj...@apache.org wrote: Author: rjung Date: Wed Mar 11 21:33:54 2009 New Revision: 752629 URL: http://svn.apache.org/viewvc?rev=752629view=rev Log: Formally fix JavaDoc. The JavaDocs are more like dummies though. Modified:

svn commit: r752636 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2009-03-11 Thread rjung
Author: rjung Date: Wed Mar 11 21:43:04 2009 New Revision: 752636 URL: http://svn.apache.org/viewvc?rev=752636view=rev Log: Replace verbatim constant by a define. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

svn commit: r752641 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2009-03-11 Thread rjung
Author: rjung Date: Wed Mar 11 21:48:41 2009 New Revision: 752641 URL: http://svn.apache.org/viewvc?rev=752641view=rev Log: Since the JK request log isn't really useful any more (using log notes in the standard access log is much better), and the log format is only parsed during startup/restart

svn commit: r752644 - /tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/JkStatusTask.java

2009-03-11 Thread rjung
Author: rjung Date: Wed Mar 11 21:52:23 2009 New Revision: 752644 URL: http://svn.apache.org/viewvc?rev=752644view=rev Log: ... part 2 of the JavaDoc fix. Modified: tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/JkStatusTask.java Modified:

Re: Apache Tomcat Connectors snapshot 1.2.28-dev-752124 available for testing.

2009-03-11 Thread Rainer Jung
Hi Sebb, On 10.03.2009 21:33, sebb wrote: On 10/03/2009, Rainer Jungrainer.j...@kippdata.de wrote: Hi all, version 1.2.28 of mod_jk is approaching its release. A code snapshot (revision 752124) is available at: http://tomcat.apache.org/dev/dist/tomcat-connectors/jk/source/jk-1.2.28-dev/

svn commit: r752651 - in /tomcat/trunk: java/org/apache/catalina/Host.java java/org/apache/catalina/core/StandardHost.java java/org/apache/catalina/startup/HostConfig.java webapps/docs/config/host.xml

2009-03-11 Thread fhanik
Author: fhanik Date: Wed Mar 11 22:05:12 2009 New Revision: 752651 URL: http://svn.apache.org/viewvc?rev=752651view=rev Log: Allow xmlBase to be configurable, just like appBase. Modified: tomcat/trunk/java/org/apache/catalina/Host.java

svn commit: r752655 - in /tomcat/connectors/trunk/jk/xdocs: ajp/project.xml generic_howto/project.xml miscellaneous/project.xml news/project.xml project.xml reference/project.xml webserver_howto/proje

2009-03-11 Thread rjung
Author: rjung Date: Wed Mar 11 22:21:24 2009 New Revision: 752655 URL: http://svn.apache.org/viewvc?rev=752655view=rev Log: Fix menue links to Bugzilla. JK is no longer a component of Tomcat in Bugzilla. Modified: tomcat/connectors/trunk/jk/xdocs/ajp/project.xml

svn commit: r752664 - in /tomcat/connectors/trunk/jk/xdocs: generic_howto/quick.xml index.xml miscellaneous/changelog.xml webserver_howto/iis.xml

2009-03-11 Thread rjung
Author: rjung Date: Wed Mar 11 22:38:41 2009 New Revision: 752664 URL: http://svn.apache.org/viewvc?rev=752664view=rev Log: BZ 46834: fix some broken links in documentation and add some missing ones. Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/quick.xml

Re: Apache Tomcat Connectors snapshot 1.2.28-dev-752124 available for testing.

2009-03-11 Thread sebb
On 11/03/2009, Rainer Jung rainer.j...@kippdata.de wrote: Hi Sebb, On 10.03.2009 21:33, sebb wrote: On 10/03/2009, Rainer Jungrainer.j...@kippdata.de wrote: Hi all, version 1.2.28 of mod_jk is approaching its release. A code snapshot (revision 752124) is available at:

svn commit: r752685 - in /tomcat/connectors/trunk/jk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c native/common/jk_global.h xdocs/miscellaneous/changelog.xml

2009-03-11 Thread rjung
Author: rjung Date: Wed Mar 11 23:16:22 2009 New Revision: 752685 URL: http://svn.apache.org/viewvc?rev=752685view=rev Log: Activate forwarding of SSL key size by default in Apache. It was always documented like that, but not implemented. Modified:

svn commit: r752691 - /tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml

2009-03-11 Thread rjung
Author: rjung Date: Wed Mar 11 23:28:42 2009 New Revision: 752691 URL: http://svn.apache.org/viewvc?rev=752691view=rev Log: Add a few tweaks to the new proxy docs page. Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml Modified:

DO NOT REPLY [Bug 46834] A few links missing from the docs

2009-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46834 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r752584 [1/2] - in /tomcat/trunk: LICENSE NOTICE java/javax/servlet/resources/javaee_5.xsd java/javax/servlet/resources/javaee_web_services_1_2.xsd java/javax/servlet/resources/javaee_

2009-03-11 Thread Remy Maucherat
On Wed, 2009-03-11 at 19:12 +, ma...@apache.org wrote: Author: markt Date: Wed Mar 11 19:12:03 2009 New Revision: 752584 URL: http://svn.apache.org/viewvc?rev=752584view=rev Log: Add missing XML Schemas for Java EE Deployment Descriptors Unlike the existing schemas, these files are

DO NOT REPLY [Bug 46808] mod_jk 1.2.27 can't detect network error

2009-03-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46808 Eiji Takahashi mashm...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED