Hello All,
I'm new to
Struts development. I have a basic quest. Is there just one instance of the Struts ActionServlet that is shares across all requesting clients in ideal conditions?
I know one can have multiple controllers but that's nor recommended. SO in normal condition incase you are providing your own controller (by entending struts controller) how many instances are there in the JVM for that partucular controller
servlet?
Thanks
Reema