svn commit: r1169597 - in /tomcat/jk/trunk/tools/dist/binaries/netware: ./ HEADER.html

2011-09-11 Thread fuankg
Author: fuankg Date: Mon Sep 12 02:38:43 2011 New Revision: 1169597 URL: http://svn.apache.org/viewvc?rev=1169597&view=rev Log: Added netware directory. Added: tomcat/jk/trunk/tools/dist/binaries/netware/ tomcat/jk/trunk/tools/dist/binaries/netware/HEADER.html Added: tomcat/jk/trunk/tool

Re: [GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-09-11 Thread Rainer Jung
On 11.09.2011 16:07, Rainer Jung wrote: > One test failure remaining (only trunk): > > Testsuite: org.apache.catalina.core.TestAsyncContextImpl2 > Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.047 sec > > Testcase: initializationError took 0.005 sec > Caused an ERROR > No runnable

Re: [GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2011-09-11 Thread Rainer Jung
On 12.09.2011 02:43, Bill Barker wrote: > What is happening is that checkstyle stopped building in Gump about 3 > weeks ago, so tomcat-trunk and tomcat-7.0.x wouldn't build in Gump since > the checkstyle jar was missing. Since the build and test targets for > these projects only look to see if the

Re: Tomcat Connector (mod_jk) and Apache Virtual Hosts

2011-09-11 Thread Rainer Jung
Please post to the Tomcat users list at us...@tomcat.apache.org. This is not a question for the developer list. Thanks. Rainer On 11.09.2011 17:08, chripa wrote: > > I have set up a virtual host in Apache, which is intended to host and execute > all Servlets and JSPs which are located in this v

Re: [GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2011-09-11 Thread Bill Barker
What is happening is that checkstyle stopped building in Gump about 3 weeks ago, so tomcat-trunk and tomcat-7.0.x wouldn't build in Gump since the checkstyle jar was missing. Since the build and test targets for these projects only look to see if the file is there (to decide if it needs to down

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-09-11 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This i

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2011-09-11 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test has an issue affecting its community integration. This

Tomcat Connector (mod_jk) and Apache Virtual Hosts

2011-09-11 Thread chripa
I have set up a virtual host in Apache, which is intended to host and execute all Servlets and JSPs which are located in this vhost directory. (A snippet of my config-files is included in the attachment.) This setup works fine, BUT the Servlets / JSPs are processed ONLY when they are stored and

[jira] [Commented] (MTOMCAT-87) Make http protocol configurable for the embedded Tomcat

2011-09-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102280#comment-13102280 ] Sebb commented on MTOMCAT-87: - @Adrien C The patch was attached without granting the ASF licen

Re: [GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-09-11 Thread Rainer Jung
On 11.09.2011 14:53, Rainer Jung wrote: > Lookslike this helps: > > Index: java/org/apache/catalina/core/DefaultInstanceManager.java > === > --- java/org/apache/catalina/core/DefaultInstanceManager.java > (revision 1168558) > +++ java

svn commit: r1169453 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2011-09-11 Thread rjung
Author: rjung Date: Sun Sep 11 13:25:59 2011 New Revision: 1169453 URL: http://svn.apache.org/viewvc?rev=1169453&view=rev Log: The cache only gets populated if the context is not null. Backport of r1169447 from trunk. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/DefaultInsta

[jira] [Issue Comment Edited] (MTOMCAT-87) Make http protocol configurable for the embedded Tomcat

2011-09-11 Thread Adam Gent (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102276#comment-13102276 ] Adam Gent edited comment on MTOMCAT-87 at 9/11/11 1:14 PM: --- For

svn commit: r1169447 - /tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java

2011-09-11 Thread rjung
Author: rjung Date: Sun Sep 11 13:14:23 2011 New Revision: 1169447 URL: http://svn.apache.org/viewvc?rev=1169447&view=rev Log: The cache only gets populated if the context is not null. Modified: tomcat/trunk/java/org/apache/catalina/core/DefaultInstanceManager.java Modified: tomcat/trunk/jav

[jira] [Commented] (MTOMCAT-87) Make http protocol configurable for the embedded Tomcat

2011-09-11 Thread Adam Gent (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102276#comment-13102276 ] Adam Gent commented on MTOMCAT-87: -- For some reason I can't download the patch. I really

Re: [GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-09-11 Thread Rainer Jung
Lookslike this helps: Index: java/org/apache/catalina/core/DefaultInstanceManager.java === --- java/org/apache/catalina/core/DefaultInstanceManager.java (revision 1168558) +++ java/org/apache/catalina/core/DefaultInstanceManager.java

Re: [GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-09-11 Thread Rainer Jung
For trunk (!) the test failures on Gump are: [junit] Running org.apache.catalina.core.TestAsyncContextImpl [junit] Tests run: 32, Failures: 22, Errors: 0, Time elapsed: 60.667 sec [junit] Running org.apache.catalina.core.TestStandardContextResources [junit] Tests run: 4, Failures:

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-09-11 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This i

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2011-09-11 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test has an issue affecting its community integration. This

Re: In 7.0: sendfileInProgress flag in breakKeepAliveLoop() - difference in Nio vs. Apr

2011-09-11 Thread markt
Going from memory rather than looking at the code that I don't have easy access to right now... Konstantin Kolinko wrote: >Reviewing #breakKeepAliveLoop() method in Http11 implementations in >7.0.x, >there is a difference between Nio and Apr: > >I see that Http11NioProcessor does not update >Ab

Bug report for Tomcat Modules [2011/09/11]

2011-09-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2011/09/11]

2011-09-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2011/09/11]

2011-09-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2011/09/11]

2011-09-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2011/09/11]

2011-09-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2011/09/11]

2011-09-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2011/09/11]

2011-09-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned