Hi to all,

I have an elementary & General Question !!!

The Requests(basic) to the Servers (App Servers) will be of 3 namely,
1. Request for html (which will be directed to HTTP Server),
2. Request for the Servlets (which will be directed to Servlet Engine),
3. Request for the JSP (which will be directed to Servlet Engine, for the
first request it will create the Servlet class and behave simillar to
Servlets).

I hope i am right in the above statements.
Now coming to the Question,
Which Part of the App Servers identify the Request and delegate it
to the respective Containers/Engine/Server

What is the logic behind it???.

What i beleive is if the request contains extension contains constants like
html, jsp
the Server Listener at the port(7001/8080), will direct to the respective
Container/Engine/Server.

In the other Scenario,
 a) when u make a call to a Servlet   http://ip:7001/works/SampleSerlet

    it doesn't have extension  and it calls the respective Servlet

b) when u make a call to particular directory say www.geocities.com/raffi

    it doesn't have extension and it takes the index.html (default html file
configured in the Server)

Now if i have a Servlet named mail and a directory named mail and make a
request
like http://ip:7001/mail

which will be called..?
Whether Servlet named mail or default html file configured in the Server

What is the Logic behind it??? & who is responsible for all these request
delegations ?????

what is the scenario if, an Servlet Engine like, (SERVLET EXEC) integerated
with Web Server (IIS) ?
and how the request delegations are handled herer ???

Thx in Advance for the Responses

regards,
Raffi.








_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to