Hi, Geert,

Thank you very much. 
I used  (request.getSession(true)).getId() to generate id.

D914C93143AF95B2712C64E7637EED68.node1 is genrated by above code.

I have a couple of questions.

1.) you mean I put this id in the cookie, 
like this:

Cookie mycookie = new  Cookie(D914C93143AF95B2712C64E7637EED68.node1 , "");
reposnse.addCookie(   mycookie );

then at the client site, using HTTPClient to keep this cookie. 
I know HTTPClient is from Apache, There is any related class from Sun' library?

2.) if I  use mod_proxy_balancer instead of mod_jk, I wonder if I don't need to 
use cookie nad httpclient. becasue I have written code using URLconnection. 
with only mod_proxy_balancer setup will make it easy. 

Chwang 




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955671#3955671

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955671

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to