This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I want to know what the exact repation is between Servlet Container and JVM. Is Servlet Container is in the JVM. I know that Servlet Container is in Servlet extension of the webserver.
Kamlesh
Be oN edGE SCJP 1.4, on edGE for SCWCD 1.4
dema rogatkin
Ranch Hand
Joined: Oct 09, 2002
Posts: 294
posted
0
In most cases servlet container is in JVM, but there are solutions when container will create JVM for every servlet.
Tough in space?, <a href="http://tjws.sf.net" target="_blank" rel="nofollow">Get J2EE servlet container under 150Kbytes here</a><br />Love your iPod and want it anywhere?<a href="http://mediachest.sf.net" target="_blank" rel="nofollow">Check it here.</a><br /><a href="http://7bee.j2ee.us/book/Generics%20in%20JDK%201.5.html" target="_blank" rel="nofollow">Curious about generic in Java?</a><br /><a href="http://7bee.j2ee.us/bee/index-bee.html" target="_blank" rel="nofollow">Hate ant? Use bee.</a><br /><a href="http://7bee.j2ee.us/addressbook/" target="_blank" rel="nofollow">Need contacts anywhere?</a><br /><a href="http://searchdir.sourceforge.net/" target="_blank" rel="nofollow">How to promote your business with a search engine</a>
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
posted
0
Originally posted by dema rogatkin: In most cases servlet container is in JVM, but there are solutions when container will create JVM for every servlet.
More appropriately, in most cases servlet container runs in a single JVM, but there are solutions when container need multiple JVMs.