Re: tomcat-native: multicast on win32

2009-02-16 Thread David Knox
I saw something like this once. It turned out to be a firewall on XP. Just a thought. cheers, David Knox Information System Architect +1 303-748-8906 http://pragmaticis.blogspot.com On Feb 16, 2009, at 9:16 AM, Lorenz Breu wrote: Here is the correct algo for sender: ifa = Address.inf

DO NOT REPLY [Bug 46717] New: Wrong Session Expiration because of non thread-safe code

2009-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46717 Summary: Wrong Session Expiration because of non thread-safe code Product: Tomcat 5 Version: 5.5.27 Platform: All OS/Version: All Status: NEW Severity: major

DO NOT REPLY [Bug 19970] Unable to get a database connection in a servlet via a JDBC datasource defined as JNDI resource

2009-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=19970 Mark Thomas changed: What|Removed |Added Attachment #6374|Here is the new war with the|New test case description|re

start a secure connector on embedded tomcat 6.0

2009-02-16 Thread
Hi every body, this code seems to not execute anymore on a tomcat 6.0 final Connector httpsConnector = _embedded.createConnector( address, httpsPort, "https"); IntrospectionUtils.setProperty(httpsConnector, "sslProtocol", "TLS"); IntrospectionUtils

Re: DO NOT REPLY [Bug 46694] New: Servlet Facets when running multiple application on one tomcat instance

2009-02-16 Thread Karl San Gabriel
Hi Igor, Could it be the version of Java you are using to compile the codes? I encountered something like this before few days ago. My Java classes compiled with jdk1.6 don't work in production. I needed to re-compile everything using jdk1.5 and it worked. I hope this helps. Regards, Karl bu

Re: tomcat-native: multicast on win32

2009-02-16 Thread Lorenz Breu
> Here is the correct algo for sender: > > ifa = Address.info(null, Socket.APR_INET, Socket.APR_UNSPEC, 0, pool). > mca = Address.info("234.255.255.253", Socket.APR_INET, > Socket.APR_UNSPEC, 25000, pool); > Socket.optSet(handle, Socket.APR_SO_REUSEADDR, 1); > result = Socket.bind(handle, ifa); >

svn commit: r744951 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/ajp/AjpAprProcessor.java java/org/apache/coyote/ajp/AjpProcessor.java webapps/docs/changelog.xml

2009-02-16 Thread remm
Author: remm Date: Mon Feb 16 15:58:00 2009 New Revision: 744951 URL: http://svn.apache.org/viewvc?rev=744951&view=rev Log: - Fix HTTP/1.0 handling. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java tomcat/tc6.0.x/trunk/java

Re: tomcat-native: multicast on win32

2009-02-16 Thread Mladen Turk
Lorenz Breu wrote: Try Multicast.loopback if Multicast.join fails. Win32 is pretty weired, and not sure why the join doesn't work. I suppose the multicast group needs to exists before joining. no cigar. i first expected an APR_ENOTIMPL or even a failure, but i get APR_SUCCESS all the way... but