Best unofficial Apache Server developers community |
| |||||
| Feb 8, 2012 | |||||
|
Markt |
|
||||
| Tags: | |||||
|
svn commit: r1067161 - in /tomcat/trunk: java/org/apache/coyote/ajp/AjpAprProtocol.java webapps/docs February 4, 2011 06:18:48 AM Author: markt Date: Fri Feb 4 12:18:00 2011 New Revision: 1067161 URL: http://svn.apache.org/viewvc?rev=1067161&view=rev Log: Fix hanging Servlet 3 asynchronous requests when using the APR based AJP connector. Modified: … svn commit: r1040189 - in /tomcat/trunk: java/org/apache/coyote/AsyncStateMachine.java webapps/docs/ November 29, 2010 10:59:43 AM Author: markt Date: Mon Nov 29 16:58:05 2010 New Revision: 1040189 URL: http://svn.apache.org/viewvc?rev=1040189&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50352 Ensure that AsyncListener.onComplete() is fired when… svn commit: r1160348 - in /tomcat/trunk: java/org/apache/coyote/ajp/AjpMessage.java webapps/docs/cha August 22, 2011 12:56:56 PM Author: markt Date: Mon Aug 22 17:56:32 2011 New Revision: 1160348 URL: http://svn.apache.org/viewvc?rev=1160348&view=rev Log: Remove deprecated code for Tomcat 8 Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpMessage.java … svn commit: r1135088 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java webapps/docs/c June 13, 2011 06:20:40 AM Author: rjung Date: Mon Jun 13 11:19:23 2011 New Revision: 1135088 URL: http://svn.apache.org/viewvc?rev=1135088&view=rev Log: Remove superfluous quotes from thread names for connection pools. Example broken thread name:… svn commit: r1071671 - in /tomcat/trunk: java/org/apache/coyote/ajp/AjpAprProtocol.java webapps/docs February 17, 2011 10:08:58 AM Author: markt Date: Thu Feb 17 16:08:08 2011 New Revision: 1071671 URL: http://svn.apache.org/viewvc?rev=1071671&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50780 Fix memory leak in APR implementation of AJP connector… svn commit: r1087819 - in /tomcat/trunk: java/org/apache/catalina/Realm.java webapps/docs/changelog. April 1, 2011 12:20:23 PM Author: markt Date: Fri Apr 1 17:19:39 2011 New Revision: 1087819 URL: http://svn.apache.org/viewvc?rev=1087819&view=rev Log: Correct a Javadoc mix-up Modified: tomcat/trunk/java/org/apache/catalina/Realm.java … svn commit: r1160772 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java August 23, 2011 11:18:06 AM Author: markt Date: Tue Aug 23 16:17:20 2011 New Revision: 1160772 URL: http://svn.apache.org/viewvc?rev=1160772&view=rev Log: Rename Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java Modified:… svn commit: r1241982 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java February 8, 2012 11:12:52 AM Author: markt Date: Wed Feb 8 17:12:08 2012 New Revision: 1241982 URL: http://svn.apache.org/viewvc?rev=1241982&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52606 Ensure replayed POST bodies are available when using… svn commit: r1160774 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java August 23, 2011 11:21:09 AM Author: markt Date: Tue Aug 23 16:20:42 2011 New Revision: 1160774 URL: http://svn.apache.org/viewvc?rev=1160774&view=rev Log: Add ability to track bytes read Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java … svn commit: r1144225 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java July 8, 2011 04:51:13 AM Author: markt Date: Fri Jul 8 09:50:02 2011 New Revision: 1144225 URL: http://svn.apache.org/viewvc?rev=1144225&view=rev Log: Fix indentation Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java Modified:… svn commit: r1160720 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java August 23, 2011 09:48:35 AM Author: markt Date: Tue Aug 23 14:47:50 2011 New Revision: 1160720 URL: http://svn.apache.org/viewvc?rev=1160720&view=rev Log: Re-order. No functional change. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java … svn commit: r1160776 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java August 23, 2011 11:22:31 AM Author: markt Date: Tue Aug 23 16:22:03 2011 New Revision: 1160776 URL: http://svn.apache.org/viewvc?rev=1160776&view=rev Log: Add the ability to swallow input by specifying a null chunk Modified: … svn commit: r1161540 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java August 25, 2011 07:30:58 AM Author: markt Date: Thu Aug 25 12:30:22 2011 New Revision: 1161540 URL: http://svn.apache.org/viewvc?rev=1161540&view=rev Log: Revert r1160772 & r1160774. These changes turned out to be unnecessary. Modified: … svn commit: r1002673 [2/2] - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java September 29, 2010 10:22:22 AM Modified: tomcat/trunk/java/org/apache/coyote/ajp/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/L ocalStrings.properties?rev=1002673&r1=1002672&r2=1002673&v iew=diff svn commit: r1160611 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java August 23, 2011 05:41:53 AM Author: markt Date: Tue Aug 23 10:41:02 2011 New Revision: 1160611 URL: http://svn.apache.org/viewvc?rev=1160611&view=rev Log: Organise code. No functional change. Modified: … svn commit: r1002673 [1/2] - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java September 29, 2010 10:22:24 AM Author: markt Date: Wed Sep 29 15:21:53 2010 New Revision: 1002673 URL: http://svn.apache.org/viewvc?rev=1002673&view=rev Log: Reduce code duplication in the APR connectors (prior to aligning with the Async refactoring) Added: … svn commit: r1144069 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java July 7, 2011 04:59:19 PM Author: markt Date: Thu Jul 7 21:58:51 2011 New Revision: 1144069 URL: http://svn.apache.org/viewvc?rev=1144069&view=rev Log: Remove pointless code (see finally block just above) Modified: … svn commit: r1003177 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java AjpApr September 30, 2010 12:36:03 PM Author: markt Date: Thu Sep 30 17:35:35 2010 New Revision: 1003177 URL: http://svn.apache.org/viewvc?rev=1003177&view=rev Log: Fix the root cause of the previous TCK failures (badly re-factored flush()) and restore the changes that were just… svn commit: r1137329 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java AjpApr June 19, 2011 05:08:54 AM Author: markt Date: Sun Jun 19 10:07:22 2011 New Revision: 1137329 URL: http://svn.apache.org/viewvc?rev=1137329&view=rev Log: Pull up definition of standard messages Modified: … svn commit: r1160721 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProcessor.java AjpApr August 23, 2011 09:50:52 AM Author: markt Date: Tue Aug 23 14:50:27 2011 New Revision: 1160721 URL: http://svn.apache.org/viewvc?rev=1160721&view=rev Log: Pull up refillReadBuffer() Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java … How to set up a different context to point to an external directory outside webapps Tomcat/Java January 1, 2011 Hi Folks, I am successful to map an external directory by creating an xml file like : And I named this xml file as uploads.xml and saved under… Tomcat Problem :java.net.BindException: Address already in use <null>:8080 at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:549) March 16, 2011 Hi, I am using tomcat as my webserver. i have application which needs a tomcat server restart after click of edit button by user. for that i have… Possible to map subdomains to webapps in a standard Java app server? January 27, 2011 If you have two webapps, foo and bar, in a J2EE app server like Tomcat, the normal way to distinguish them is like this: domain.com/foo… What is the most efficient way to develop Java webapps? Or to be more specific, say Wicket apps? April 22, 2011 Hello everyone, this is my first time to post a question here, I will try to make my question as clear as possible. I try to find a best process to… Hosting 2 webapps under 1 apache/tomcat February 20, 2011 I am trying to host multiple webapps under tomcat 6 behind apache2 via mod_jk. I am at my wits end with this. the problem i am facing that both… Handling X-FORWARDED-PROTO in java apache-tomcat April 21, 2011 Can any one guide me in working with X-FORWARDED-PROTO in Java apache-tomcat. The application setup is in such a way that tomcat talks with apache… Php-Java Bridge War File deployment in apache tomcat February 5, 2011 Hai Guys, Am a newbee and does not know much about apache-tomcat..... heres my problem -> I have my sites contents uploaded to public_html folder… Java apache tomcat is not detecting the jsp file even when it exists. May 5, 2011 Hi, I have come across to a strange problem where apache tomcat server is showing 404 server code. But some of the files are being detected by the… Linux kernel with grsec + Java / Apache Tomcat June 12, 2010 I've got a Debian Linux 64 bit dedicated server. The kernel has the grsec patch applied. I'm mainly using this server to run Apache Tomcat (6.0.26,… Choosing between Django-Apache and Java-Tomcat for a web application March 15, 2011 Hi all, In order to develop a web application that can easily scale, provide production stability, is easily deploy-able, and allows for fast… Apache Tomcat :java.net.ConnectException: Connection refused April 18, 2011 hi all, while i try to stop tomcat server its giving an error like this. [root@server classes]# service tomcat restart Stopping Tomcat service:… Java: xml signature interoperability issue between Java(apache) and .net April 15, 2011 I need to sign a xml file with RSA-SHA1 signing in enveloped mode in java. and check the signature in .net. the signature is valid if sign and… Java Filter not Write Cookie in Apache/Tomcat 7 Load Balanced Environment April 16, 2011 Hello, I'm using tomcat 7 and the below filter in order to write the the JSESSIONID cookie across http to https to http requests in my application.… Java.security.AccessControlException: access denied (java.io.FilePermission /usr/share/java/jsp-api-2.0.jar read) January 14, 2011 I am trying to deploy me application to Tomcat 5.5 on Debian Lenny. I am getting the following exception: java.security.AccessControlException:… Eclipse tomcat: how can i deploy a java tomcat project to a directory without having tomcat installed? November 23, 2010 Hello. I'm writing a tomcat project to be executed by red5 so I don't have any tomcat servers available. how can I deploy the project to a specific… Didvid webapps between tomcat April 29, 2011 I have 300 webapps in a single Tomcat. It takes a while to restart Tomcat plus a few other limitations. I have Two web servers load balanced in… Sharing credentials between different Tomcat Webapps May 2, 2011 Hi all, I have two webapps that will both be sitting on the same domain/tomcat application server, just in different context paths. (e.g.… Question on tomcat for serving of webapps and web-inf January 22, 2011 Hi, There is a project deployed in Tomcat. The web-app of course in is webapps of tomcat and the structure is as follows: tomcat-home |--webapps |… Java ssl tomcat March 11, 2011 I have a SSL certificate how can i use and configure with my tomcat ? | |||||