Damien,
Just to be picky,
Tomcat loads the ActionServlet. The ActionServlet in turn parses the
struts-config file into an ActionMappings database and stores it in
memory. Later in the process, the ActionServlet, Actions, and many of
the tags all refer back to the ActionsMappings database in memory, but
the config file is not read again.
Damien Joldersma wrote:
>
> Hello,
>
> I recently made a diagram explaining the Struts flow for my fellow
> co-workers so that they could understand what was going on. It helped
> us to understand the process and where the many components function. We
> offer it up for any publication or for anyone who feels it's useful.