aspose file tools
The moose likes Servlets and the fly likes web / servlet / app servers Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "web / servlet / app servers" Watch "web / servlet / app servers" New topic
Author

web / servlet / app servers

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
I'm looking for a good source of information (books and/or sites) on _how_ web / servlet / app servers work, in terms of network connections, protocols, parent - to - child process relationships, API relationships, etc. For example, how does a web server "hand off" a connection to a servlet server, and then how does the servlet server hand it off to the actual servlet? Ideally, in explaining how these server technologies work, the source should assume the reader knows the basics of how sockets, fork(), etc. work. Suggestions?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: web / servlet / app servers
 
Similar Threads
2 Files with the same Name in JAR - which wins?
Chapter 2 (HFSJ) notes , may be useful for anyone
Does Websphere Load Balancing Return to Same Web Server?
deploying source level=5 on WAS6.1 (j2ee 1.4)
JSP Configuration Problem - Not Compiling