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
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
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
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
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
> 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);
>
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
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