Thanks for the help, but it was the webapp connector. It doesn't like windows 2000, 
never complained under redhat linux 7.2, but don't try it on windows!

There is some information on various groups about it being dodgy, specifically this 
page: 
http://groups.google.com/groups?q=tomcat+acceptCount&hl=en&lr=&ie=UTF8&oe=UTF8&selm=a6qfj7%24gde9t%241%40ID-121238.news.dfncis.de&rnum=2

I replaced it with ajp connection (mod_jk) and it works fine now.

The ajp one also supports load balancing, which was another problem i had to tackle... 
which is useful.

Thanks anyway!

Graeme 

-----Original Message-----
From: John Austin [mailto:[EMAIL PROTECTED]]
Sent: 27 May 2002 01:18
To: [EMAIL PROTECTED]
Subject: Re: Socket write error apache tomcat cocoon


On Sunday 26 May 2002 06:29, you wrote:
> Hi,
>
> I'm having a intermetint problems where I'm getting a
> SocketException, socket write error response. The
> configuration is apache and tomcat4.03 with cocoon
> 2.02 on Windows 2000 Advanced server. Below is the
> stack trace.

You might get lucky and someone will answer your query but I thought 
I'd send this as well (instead?):

You could trace this with 'ethereal' (ethereal.com) but that is a 
pretty heavy duty tool. I found this soimewhere recently:

In Apache SOAP there is a class that might help trace your socket stuff:

java -classpath soap.jar org.apache.soap.util.net.TcpTunnel.Gui 33333 \ 
localhost 80

Treat the listen-port (33333) like a proxy and you will be able to 
follow your traffic easily enough. I haven't looked inside for any 
options but it would seem to me to be reasonable that you could add the 
return codes from socket calls to the output quite easily.

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to