I'm having a problem with an augmented version of this example. I am trying to return a
string which I build from an ArrayList in my Action. I can return simple text but I cannot get my string built from the ArrayList generated more than once. I get the response the first time but not the second and my code only executes to the point where I do:
I'm not getting any kind of errors in the stack or
tomcat logs.
The only thing I see is this message in the Eclipse console when tomcat is shutting down:
INFO: Waiting for 4 instance(s) to be deallocated
It's not always four instances, usually depends on the number of times -1 that I have run the action