--- "O. Oke" <[EMAIL PROTECTED]> wrote:

> Can anyone please tell me where the "main" (public
> static void main...) class of a Strus web application
> can be found.  To put it another way, when I click a
> button in an HTML form, which "main" class kick starts
> the chain of processing that eventually leads to my
> action class being executed?
> 
> Thank you.

Struts is in fact a servlet. Servlets do not need a main in order to run. 
Instead, they are
registered with your servlet containers such as Tomcat.  And then Tomcat will 
run them. I would
suggest you read a servlet book or tutorial before you learn Struts.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to