Re: svn commit: r763726 - in /tomcat/trunk/java/org/apache/catalina/ha/backend: HeartbeatListener.java MultiCastSender.java Proxy.java Sender.java TcpSender.java

2009-04-10 Thread jean-frederic clere
Filip Hanik - Dev Lists wrote: jean-frederic clere wrote: It requires some new code in httpd-trunk to work... sounds like you're reinventing the wheel in tomcat trunk to avoid code in httpd trunk :) Not completely :) The logic in httpd-trunk is for a multicast socket I want to use a normal s

svn commit: r763986 - /tomcat/connectors/trunk/jk/xdocs/miscellaneous/doccontrib.xml

2009-04-10 Thread rjung
Author: rjung Date: Fri Apr 10 17:37:33 2009 New Revision: 763986 URL: http://svn.apache.org/viewvc?rev=763986&view=rev Log: Fix some URLs in JK docs, mainly addition of "trunk" for svn URLs. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/doccontrib.xml Modified: tomcat/connectors/

DO NOT REPLY [Bug 47013] New: JSP not compiled at startup when used as a servlet

2009-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47013 Summary: JSP not compiled at startup when used as a servlet Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

RE: How to produce a Comet READ Event (E ventType.READ) from the client side?‏

2009-04-10 Thread John Dous
Thanks for your quick response. I changed my javascript function as below : function connection(){ url = "/comet?nickname="+$F('nickname'); cometXHR.open("POST",url,true); cometXHR.setRequestHeader('Content-Type','multipart/mixed'); cometXHR.setRequestHeader('Transfer-Encoding','chunked'); come

Re: svn commit: r763298 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java core/StandardHost.java tribes/membership/Membership.java util/InstanceSupport.java util/LifecycleSupport.

2009-04-10 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > I'm generally against this find bugs 'may be bugs' issues. > is there an actual bug here? Reported bug, no. Bugs uses could hit, yes. Hence why this is in trunk and not being proposed for backport. Are all the syncs necessary? I haven't looked in detail but I susp