Re: [appfuse-user] question on cluster environment

2008-10-17 Thread Heath Eldeen
On my tomcat clustered setup I have each tomcat server setup to append the hostname to the session id (i.e. a session id on host server1 is "abc123.server1"). I'm not familiar w/ websphere but it should have similar capabilities. Heath On Wed, Oct 15, 2008 at 8:06 AM, Ding, Qin <[EMAIL PROTECTED]

Re: [appfuse-user] AppFuse 2 + Struts 2 - One JSP -> two different Actions ? possible

2008-10-14 Thread Heath Eldeen
Rob, I think you are looking for dynamic results: http://struts.apache.org/2.0.11.2/docs/result-configuration.html Heath On Tue, Oct 14, 2008 at 9:48 AM, Rob Hills <[EMAIL PROTECTED]>wrote: > > Hi All, > > > Rob Hills wrote: > > > > In my AppFuse 2 + Struts app, I have one Form JSP (with one Ac