RE: set-cookie

2010-05-22 Thread banto
..then where the set-cookie come from if not from the line getServletContext().setAttribute(products, products);? actually i added this line to another servlet but no set-cookie header is sent? thanks n828cl wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: set-cookie

intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-05-22 Thread ago...@libero.it
Good Morning Excuse for my poor english I have a strange error that occours on startup and after some minutes this cause the block of my appliction, only stop webserver from lot minutes or restart server sometime resolve the problem. But often the problem persist. In Short: I have a web

Re: question for singlesignon for vertical cluster

2010-05-22 Thread Pid
On 21/05/2010 22:31, Okubo, Yasushi (TSD) wrote: Hi I would like to enable singlesignon on vertical cluster environment [multi-nodes on multiple hosts]. We are using clustersinglesignon under host element, and this works in horizontal cluster, but does not work in vertical cluster

Re: Way to record what URL an error originated from in my localhost file?

2010-05-22 Thread Konstantin Kolinko
2010/5/22 laredotornado laredotorn...@gmail.com: Thanks for this suggestion.  Just to be sure I'm understanding correctly, the procedure would be In general your understanding is correct, but _read_ the servlet spec, chapter SRV.9.9 Error Handling, as you were told already. That there is a

Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-05-22 Thread Pid
On 22/05/2010 09:28, ago...@libero.it wrote: Good Morning Excuse for my poor english I have a strange error that occours on startup and after some minutes this cause the block of my appliction, only stop webserver from lot minutes or restart server sometime resolve the problem. But

RE: set-cookie

2010-05-22 Thread Martin Gainty
//if we reached here, no exception, cookie is valid the header name is Set-Cookie for both old and v.1 ( RFC2109 ) //RFC2965 is not supported by browsers and the Servlet spec asks for 2109. //in any case the cookie is added to the response header with Set-Cookie keyword as seen here

Re: Way to record what URL an error originated from in my localhost file?

2010-05-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave, On 5/21/2010 4:41 PM, laredotornado wrote: Thanks for this suggestion. Just to be sure I'm understanding correctly, the procedure would be 1. Add an error-page element to my xml doc that will be visited whenever an exception is generated

RE: set-cookie

2010-05-22 Thread Caldarale, Charles R
From: banto [mailto:banto...@gmail.com] Subject: RE: set-cookie ..then where the set-cookie come from if not from the line getServletContext().setAttribute(products, products);? That's part of the init() method, called when the servlet initializes, not when it's processing a request.

RE: set-cookie

2010-05-22 Thread banto
Hi Chuck, i have found out who is generating that in my code: dispatcher.forward(request, response); the response contains also the set cookie header...it is automatically done by tomcat... n828cl wrote: From: banto [mailto:banto...@gmail.com] Subject: RE: set-cookie ..then where the

Re: intermittent SocketException on startup tomcat 5.5.28 and under JBOSS 4.2.3GA

2010-05-22 Thread ago...@libero.it
Thanks for response. The first server on I install tomcat 5.5.28 is win2003 server and after I install jboss on win2008 server . All server have 32bit SO and i don't have a firewall . I disenable all firewall, all antivirus. I suppose that two different errors regard different JVM and/or