although, I've a bit understanding about Application server, Database server and Web server but Nevertheless, Please explain how these are related to each other.
If I've Oracle 10g installed in my machine then, is it a local copy of database server or of a database ? diffrence between database server and database?
somwhere i read that Tomcat is a Web server which serves Https and can't serve EJB whereas, in my machine tomcat is installed and it is serving Https as well as servlets and JSP's, how is it a contradict?
how application server and web server are related?
if a user makes a http request across internet using java as front end then who serves this request, a web server(installed in remost host) or an application server(like websphere)?