RE: What causes the Action Servlet to be Invoked at the Server Startup

2001-04-30 Thread Natra, Uday

Oh! I thought of some thing like that. But I completely missed it. Thank You
very much Jason.


-Original Message-
From: Jason Chaffee [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 9:33 PM
To: [EMAIL PROTECTED]
Subject: Re: What causes the Action Servlet to be Invoked at the Server
Startup


yes, it your deployment descriptor (web.xml) there is an attribute for


"Natra, Uday" wrote:

> Hi All,
> I have a very fundamental question. Please bear with my naivete. Can any
one
> tell me how the ActionServlet gets invoked at the Application Server Start
> up? I am using Weblogic6.0 and when I am starting the server, My Struts
> application is being deployed and I see some messages being displayed on
the
> console where the code in the ActionServlet is being executed. I don't
have
> a clue as for how the ActionServlet is getting executed at the Startup.
Does
> it have anything to do with J2EE web application deployment?? Thank you
very
> much in Advance.
>
> Uday.

--
Jason Chaffee
Software Engineer
MetaTV Inc.
Phone:(415) 289-8516




Re: What causes the Action Servlet to be Invoked at the Server Startup

2001-04-30 Thread Jason Chaffee

yes, it your deployment descriptor (web.xml) there is an attribute for


"Natra, Uday" wrote:

> Hi All,
> I have a very fundamental question. Please bear with my naivete. Can any one
> tell me how the ActionServlet gets invoked at the Application Server Start
> up? I am using Weblogic6.0 and when I am starting the server, My Struts
> application is being deployed and I see some messages being displayed on the
> console where the code in the ActionServlet is being executed. I don't have
> a clue as for how the ActionServlet is getting executed at the Startup. Does
> it have anything to do with J2EE web application deployment?? Thank you very
> much in Advance.
>
> Uday.

--
Jason Chaffee
Software Engineer
MetaTV Inc.
Phone:(415) 289-8516





What causes the Action Servlet to be Invoked at the Server Startup

2001-04-30 Thread Natra, Uday

Hi All,
I have a very fundamental question. Please bear with my naivete. Can any one
tell me how the ActionServlet gets invoked at the Application Server Start
up? I am using Weblogic6.0 and when I am starting the server, My Struts
application is being deployed and I see some messages being displayed on the
console where the code in the ActionServlet is being executed. I don't have
a clue as for how the ActionServlet is getting executed at the Startup. Does
it have anything to do with J2EE web application deployment?? Thank you very
much in Advance.

Uday.