svn commit: r389423 - /tomcat/tc6.0.x/trunk/java/javax/servlet/resources/web-jsptaglibrary_2_0.xsd

2006-03-27 Thread costin
Author: costin Date: Mon Mar 27 22:49:35 2006 New Revision: 389423 URL: http://svn.apache.org/viewcvs?rev=389423&view=rev Log: Seems to be required as well, someone is looking for it. Could someone confirm this is where it should be - I get WARNING: Could not get url for /javax/servlet/resourc

svn commit: r389421 - in /tomcat/tc6.0.x/trunk: .classpath .project

2006-03-27 Thread costin
Author: costin Date: Mon Mar 27 22:45:43 2006 New Revision: 389421 URL: http://svn.apache.org/viewcvs?rev=389421&view=rev Log: Add eclipse files Added: tomcat/tc6.0.x/trunk/.classpath tomcat/tc6.0.x/trunk/.project Added: tomcat/tc6.0.x/trunk/.classpath URL: http://svn.apache.org/viewcvs

Re: mod_jk [STATUS]

2006-03-27 Thread William A. Rowe, Jr.
Mladen Turk wrote: Sure, no problem. I wish that we have at least a stable release as 1.2.15 was, so what ever it takes :) Quirks; ../common/jk_ajp_common(1627) warning: loop not entered at top. Build is invoking cc (as apxs declared) using the wrong cflags (detected from ./configure finding

DO NOT REPLY [Bug 38637] - IP address of the HttpSession owner

2006-03-27 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

Re: Refactorings

2006-03-27 Thread Remy Maucherat
Costin Manolache wrote: - the specification still recommends hiding the implementation classes (hence the hierarchy - is that the one proven to not matter ?) Not matter + alternative implementations. Hiding the implementation could be done at classloader / config level if really needed. Possi

DO NOT REPLY [Bug 39057] - Firewall access for JSR 160 JMX with Java 5

2006-03-27 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 39055] - Firewall access for JSR 160 JMX with Java 5

2006-03-27 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

Re: Refactorings

2006-03-27 Thread Yoav Shapira
Hola, > a better abstraction in place, so people who don't need APR but like to use > NIO can > do this in their trees. Yeah. And in general remaining a pure Java scenario for those who don't want the APR dependency. > - the "classes" folders allow patching (which of course may not be that > >

Re: Refactorings

2006-03-27 Thread Costin Manolache
On 3/27/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: > > Costin Manolache wrote: > >> I didn't try to extract a superclass on my branch (most likely, I > >> won't), but I figured making the two implementations as close as > >> possible in terms of functionality would be the best first step. So the

DO NOT REPLY [Bug 39125] New: - Host Manager Add Host Problems w/ Spaces

2006-03-27 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

Re: Refactorings

2006-03-27 Thread Remy Maucherat
Costin Manolache wrote: I didn't try to extract a superclass on my branch (most likely, I won't), but I figured making the two implementations as close as possible in terms of functionality would be the best first step. So the attributes of the connectors are about the same, and the endpoints are

Changing failover session's jvmRoute if cookies are disabled

2006-03-27 Thread Brian Stansberry
Hi, I noticed that in o.a.c.cluster.session.JvmRouteBinderValve there is a block of code that basically prevents changing a session's jvmRoute if URL rewriting is used: if (request.isRequestedSessionIdFromURL ()) { if (log.isDebugEnabled()) log.debug(sm.getString("jvmRoute.skipURLSession

svn commit: r389238 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/runtime/JspFactoryImpl.java

2006-03-27 Thread remm
Author: remm Date: Mon Mar 27 11:51:18 2006 New Revision: 389238 URL: http://svn.apache.org/viewcvs?rev=389238&view=rev Log: - Add missing patch. Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/runtime/JspFactoryImpl.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/runtime/J

svn commit: r389235 - /tomcat/container/tc5.5.x/catalina/src/conf/server.xml

2006-03-27 Thread pero
Author: pero Date: Mon Mar 27 11:45:18 2006 New Revision: 389235 URL: http://svn.apache.org/viewcvs?rev=389235&view=rev Log: Correct McastBindAddress parameter doc, Thanks Parham Clinton! Modified: tomcat/container/tc5.5.x/catalina/src/conf/server.xml Modified: tomcat/container/tc5.5.x/catal

Re: Refactorings

2006-03-27 Thread Costin Manolache
On 3/27/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: > > Costin Manolache wrote: > >> - I did my own connector refactorings very recently, and the result can > >> be seen here (I removed SSL support in that code, but it could be left > >> in easily) for the java.io endpoint: > >> > >> > http://ano

Re: Refactorings

2006-03-27 Thread Remy Maucherat
Costin Manolache wrote: - I did my own connector refactorings very recently, and the result can be seen here (I removed SSL support in that code, but it could be left in easily) for the java.io endpoint: http://anonsvn.labs.jboss.com/trunk/labs/jbossweb/src/share/classes/org/apache/tomcat/util/n

DO NOT REPLY [Bug 39120] New: - Create semantics for "path" attribute in embedded context.xml

2006-03-27 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

Re: mod_jk [STATUS]

2006-03-27 Thread William A. Rowe, Jr.
Mladen Turk wrote: William A. Rowe, Jr. wrote: If there's any hope of waiting a day or few, I'd like to ensure this can be configured and built to both 2.0 and 2.2 on windows and unix. Sure, no problem. I wish that we have at least a stable release as 1.2.15 was, so what ever it takes :) It

Re: Refactorings

2006-03-27 Thread Costin Manolache
On 3/27/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: > > Hi, > > So the new repository is here: > http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/ > > - I did my own connector refactorings very recently, and the result can > be seen here (I removed SSL support in that code, but it could be le

Re: Refactorings

2006-03-27 Thread Yoav Shapira
Nice stuff, +1. Yoav On 3/27/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: > Hi, > > So the new repository is here: > http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/ > > - I did my own connector refactorings very recently, and the result can > be seen here (I removed SSL support in that cod

Refactorings

2006-03-27 Thread Remy Maucherat
Hi, So the new repository is here: http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/ - I did my own connector refactorings very recently, and the result can be seen here (I removed SSL support in that code, but it could be left in easily) for the java.io endpoint: http://anonsvn.labs.jbos

Tomcat question

2006-03-27 Thread Steck, Cynthia
I have been working on a web application for about a week now. This morning, I came in and all the web application was gone. The only thing that changed was the admin.xml file was changed on Sunday. Is there something turned on in Tomcat that could do this? If so, what steps do I need to take t

svn commit: r389146 - in /tomcat/tc6.0.x/trunk: ./ java/ java/javax/ java/javax/el/ java/javax/servlet/ java/javax/servlet/http/ java/javax/servlet/jsp/ java/javax/servlet/jsp/el/ java/javax/servlet/j

2006-03-27 Thread remm
Author: remm Date: Mon Mar 27 05:53:46 2006 New Revision: 389146 URL: http://svn.apache.org/viewcvs?rev=389146&view=rev Log: - Attempt to create a new repository according to the earlier thread. - No modules right now. - Dependencies on c-logging, c-modeler (which I think I will merge/simplify to

DO NOT REPLY [Bug 39117] - Windows

2006-03-27 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 39116] - Windows

2006-03-27 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 39116] New: - Windows

2006-03-27 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 39117] New: - Windows

2006-03-27 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

svn commit: r389140 - /tomcat/tc6.0.x/

2006-03-27 Thread remm
Author: remm Date: Mon Mar 27 05:34:09 2006 New Revision: 389140 URL: http://svn.apache.org/viewcvs?rev=389140&view=rev Log: (empty) Added: tomcat/tc6.0.x/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: svn commit: r388679 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-03-27 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: just a small observation, working with multiple polling threads is pretty hard, we do it in the clustering code (NIO), on the receiver side of things, and it took a while to work out the kinks, and you need a shared place to lock, since a lot of the operations ar

DO NOT REPLY [Bug 39113] New: - Missing enviroment through tomcat connector with IIS

2006-03-27 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 37750] - SocketException: Connection reset causes severe error

2006-03-27 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