-
Recent Posts
-
February 2012 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Archives
Tag Archives: Servlets
Servlets FAQ
TABLE OF CONTENTS How does the performance of JSP pages compare with that of servlets? How does it compare with Perl scripts? What’s a better approach for enabling thread-safe servlets and JSPs? SingleThreadModel Interface or Synchronization? How can I further optimize my servlets? How do I set my CLASSPATH for servlets? Why doesn’t my servlet work inside a <SERVLET> tag? How do I fully shut down the server? My browser says “the server returned an invalid or unrecognized response” — … More ->