use slide in oracle's application server

2003-02-19 Thread Liu, Scott
I am in the process to explore the possibility to deploy slide in oracle's application server. Currently all this is happening on a Windows platform. I am basically following the procedures suggested in the "jakarta-slide/RUNNING.txt". 1) Common jars like slide-stores.jar, slide-roles.jar, slid

Re: Struts Admin Example not threadsafe?

2003-02-19 Thread Jim Collins
Hi James, The Struts controller (ActionServlet) is responsible for creating Action instances and creates just one per Action handler defined in the struts config file. This behaviour is intentional and will not change. I have written a number of web-apps using Struts that are accessed by a large n

RE: Struts Admin Example not threadsafe?

2003-02-19 Thread James Higginbotham
Sorry.. I meant to say that I was starting from the *Slide admin struts application* (not the struts admin application), which shares essential user-specific access tokens via a field in the action rather than creating it within the execute method (which would be on the stack of the request thread)