jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as
many other Java topics).  Here is an automated update on recent postings to
Tomcat-related FAQs.  Please direct flames and feedback to [EMAIL PROTECTED] .

 - Alex


++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq/JSP

How can I get the complete URL address
(like "www.jguru.com" (with or without "http://";)) from a HttpServletRequest?
        http://www.jguru.com/misc/faqtrampoline.jsp?src=notify&EID=734942

Is there any justification in creating a cache that maintains values pulled from a 
given property file so that your app does not have to continually getProperty() on the 
same property over and over again?
<p>
I suppose the key question is: How much of a performance hit is it to access a 
property file as opposed to maintaining a cache (HashMap) of key / value pairs?
        http://www.jguru.com/misc/faqtrampoline.jsp?src=notify&EID=733887

Can someone explain to me what this code does and what situations it needs to used?

&lt;head&gt;
        &lt;meta http-equiv="refresh" content="0; url=/targetpage.jsp" /&gt;
&lt;/head&gt;
        http://www.jguru.com/misc/faqtrampoline.jsp?src=notify&EID=731186

++ Tomcat FAQ: http://www.jguru.com/faq/Tomcat

Reverse Proxying and Redirection issue.
        http://www.jguru.com/misc/faqtrampoline.jsp?src=notify&EID=734227


You can shut email notification off at the FAQ home
page(s) or:

  http://www.jguru.com/guru/notifyprefs.jsp



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to