What are the possible attributes of the Context element ?

2003-06-25 Thread Antony
When I searched the net I found some documents containing cachingAllowed="true",checkInterval="1" and so many. I can't find documentation for these attributes in Tomcat 4.1 docs. What is the use of the attribute cachingAllowed and checkInterval ?. I saw the page at jGuru Tomcat FAQ http://www.

Re: What are the possible attributes of the Context element ?

2003-06-26 Thread Tim Funk
Use the javadocs. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/catalina/docs/api/org/apache/catalina/core/StandardContext.html Anything public that starts with set can be included in server.xml (within the contraints of Digester) -Tim Antony wrote: When I searched the net I found some documen

Re: What are the possible attributes of the Context element ?

2003-06-26 Thread Antony paul
What is the use of caching allowed ? What is its default value if I didn't set it in server.xml ? Antony From: Tim Funk <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: What are the p

RE: What are the possible attributes of the Context element ?

2003-06-26 Thread Shapira, Yoav
um ChemInformatics >-Original Message- >From: Antony paul [mailto:[EMAIL PROTECTED] >Sent: Thursday, June 26, 2003 9:19 AM >To: [EMAIL PROTECTED] >Subject: Re: What are the possible attributes of the Context element ? > >What is the use of caching allowed ? What is it