cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2004-04-20 Thread markt
markt   2004/04/20 15:21:09

  Modified:catalina/src/conf web.xml
  Log:
  Fix bug 20091. Correct grammer and typo.
   - Reported by Mark Mascolino.
  
  Revision  ChangesPath
  1.56  +4 -4  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- web.xml   14 Mar 2004 18:41:12 -  1.55
  +++ web.xml   20 Apr 2004 22:21:09 -  1.56
  @@ -62,8 +62,8 @@
   
 !-- The invoker servlet, which executes anonymous servlet classes  --
 !-- that have not been defined in a web.xml file.  Traditionally, this   --
  -  !-- servlet is mapped to URL pattern /servlet/*, but you can map it--
  -  !-- to other patterns as well.  The extra path info portion of such a--
  +  !-- servlet is mapped to the URL pattern /servlet/*, but you can map   --
  +  !-- it to other patterns as well.  The extra path info portion of such a --
 !-- request must be the fully qualified class name of a Java class that  --
 !-- implements Servlet (or extends HttpServlet), or the servlet name --
 !-- of an existing servlet definition. This servlet supports the --
  @@ -88,7 +88,7 @@
   
 !-- The JSP page compiler and execution servlet, which is the mechanism  --
 !-- used by Tomcat to support JSP pages.  Traditionally, this servlet--
  -  !-- is mapped to URL patterh *.jsp.  This servlet supports the --
  +  !-- is mapped to the URL pattern *.jsp.  This servlet supports the --
 !-- following initialization parameters (default values are in square--
 !-- brackets):   --
 !--  --
  @@ -168,7 +168,7 @@
   
 !-- Server Side Includes processing servlet, which processes SSI --
 !-- directives in HTML pages consistent with similar support in web  --
  -  !-- servers like Apache.  Traditionally, this servlet is mapped to   --
  +  !-- servers like Apache.  Traditionally, this servlet is mapped to the   --
 !-- URL pattern *.shtml.  This servlet supports the following  --
 !-- initialization parameters (default values are in square brackets):   --
 !--  --
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2004-03-14 Thread markt
markt   2004/03/14 09:55:49

  Modified:catalina/src/conf web.xml
  Log:
  Remove reference to unsupported largefile option.
  
  Revision  ChangesPath
  1.54  +0 -4  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- web.xml   19 Feb 2004 21:38:49 -  1.53
  +++ web.xml   14 Mar 2004 17:55:49 -  1.54
  @@ -128,10 +128,6 @@
 !--   keepgenerated   Should we keep the generated Java source code  --
 !--   for each page instead of deleting it? [true]   --
 !--  --
  -  !--   largefile   Should we store the static content of JSP  --
  -  !--   pages in external data files, to reduce the--
  -  !--   size of the generated servlets?  [false]   --
  -  !--  --
 !--   logVerbosityLevel   The level of detailed messages to be produced  --
 !--   by this servlet.  Increasing levels cause the  --
 !--   generation of more messages.  Valid values are --
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2004-03-14 Thread markt
markt   2004/03/14 10:41:12

  Modified:catalina/src/conf web.xml
  Log:
  - Fix bug 17848. Add mappings for the XHTML media type.
  - Provided by Dave Hodder.
  
  Revision  ChangesPath
  1.55  +8 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- web.xml   14 Mar 2004 17:55:49 -  1.54
  +++ web.xml   14 Mar 2004 18:41:12 -  1.55
  @@ -803,6 +803,14 @@
   mime-typeimage/x-xbitmap/mime-type
   /mime-mapping
   mime-mapping
  +extensionxht/extension
  +mime-typeapplication/xhtml+xml/mime-type
  +/mime-mapping
  +mime-mapping
  +extensionxhtml/extension
  +mime-typeapplication/xhtml+xml/mime-type
  +/mime-mapping
  +mime-mapping
   extensionxml/extension
   mime-typetext/xml/mime-type
   /mime-mapping
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2003-06-18 Thread remm
remm2003/06/18 13:52:54

  Modified:catalina/src/conf web.xml
  Log:
  - Fork set to true is a good production setting in many cases, but it suffers
(according to user reports) from problems on Windows (which I have witnessed),
so it is not a very good default value.
  - Note: This *might* be caused by Ant bugs, but I'm not too sure about that.
  - Port patch.
  
  Revision  ChangesPath
  1.50  +4 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- web.xml   8 Jun 2003 18:20:36 -   1.49
  +++ web.xml   18 Jun 2003 20:52:54 -  1.50
  @@ -159,6 +159,10 @@
   param-namelogVerbosityLevel/param-name
   param-valueWARNING/param-value
   /init-param
  +init-param
  +param-namefork/param-name
  +param-valuefalse/param-value
  +/init-param
   load-on-startup3/load-on-startup
   /servlet
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2003-06-08 Thread funkman
funkman 2003/06/08 11:20:36

  Modified:catalina/src/conf web.xml
  Log:
  bugzilla 19808 - Add sit extension
  
  Revision  ChangesPath
  1.49  +4 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- web.xml   3 Jan 2003 13:26:01 -   1.48
  +++ web.xml   8 Jun 2003 18:20:36 -   1.49
  @@ -709,6 +709,10 @@
   mime-typeapplication/x-shar/mime-type
   /mime-mapping
   mime-mapping
  +extensionsit/extension
  +mime-typeapplication/x-stuffit/mime-type
  +/mime-mapping
  +mime-mapping
   extensionsmf/extension
   mime-typeaudio/x-midi/mime-type
   /mime-mapping
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2002-12-27 Thread glenn
glenn   2002/12/27 12:54:43

  Modified:catalina/src/conf web.xml
  Log:
  Fix a spelling error
  
  Revision  ChangesPath
  1.46  +1 -1  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- web.xml   21 Oct 2002 08:32:51 -  1.45
  +++ web.xml   27 Dec 2002 20:54:43 -  1.46
  @@ -89,7 +89,7 @@
 !-- following initialization parameters (default values are in square--
 !-- brackets):   --
 !--  --
  -  !--   checkInterval   If development is false and relaoding is true, --
  +  !--   checkInterval   If development is false and reloading is true, --
 !--   background compiles are enabled. checkInterval --
 !--   is the time in seconds between checks to see   --
 !--   if a JSP page needs to be recompiled. [300]--
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2002-10-21 Thread hgomez
hgomez  2002/10/21 01:32:51

  Modified:catalina/src/conf web.xml
  Log:
  Add SVG mime type
  
  Revision  ChangesPath
  1.45  +8 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- web.xml   21 Sep 2002 16:23:28 -  1.44
  +++ web.xml   21 Oct 2002 08:32:51 -  1.45
   -805,6 +805,14 
   mime-typeaudio/x-wav/mime-type
   /mime-mapping
   mime-mapping
  +extensionsvg/extension
  +mime-typeimage/svg+xml/mime-type
  +/mime-mapping
  +mime-mapping
  +extensionsvgz/extension
  +mime-typeimage/svg+xml/mime-type
  +/mime-mapping
  +mime-mapping
   !-- Wireless Bitmap --
   extensionwbmp/extension
   mime-typeimage/vnd.wap.wbmp/mime-type
  
  
  

--
To unsubscribe, e-mail:   mailto:tomcat-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2002-09-21 Thread remm

remm2002/09/21 09:23:28

  Modified:catalina/src/conf web.xml
  Log:
  - Don't enable invoker for all webapps.
  
  Revision  ChangesPath
  1.44  +2 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- web.xml   13 Sep 2002 16:53:33 -  1.43
  +++ web.xml   21 Sep 2002 16:23:28 -  1.44
  @@ -270,10 +270,12 @@
   /servlet-mapping
   
   !-- The mapping for the invoker servlet --
  +!--
   servlet-mapping
   servlet-nameinvoker/servlet-name
   url-pattern/servlet/*/url-pattern
   /servlet-mapping
  +--
   
   !-- The mapping for the JSP servlet --
   servlet-mapping
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2002-09-13 Thread glenn

glenn   2002/09/13 04:51:30

  Modified:webapps/tomcat-docs jasper-howto.xml
   catalina/src/conf web.xml
  Log:
  Update how to setup jikes
  
  Revision  ChangesPath
  1.2   +3 -1  jakarta-tomcat-4.0/webapps/tomcat-docs/jasper-howto.xml
  
  Index: jasper-howto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/jasper-howto.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jasper-howto.xml  8 Sep 2002 17:56:04 -   1.1
  +++ jasper-howto.xml  13 Sep 2002 11:51:30 -  1.2
  @@ -169,7 +169,9 @@
   liDownload and install jikes./li
   liSet the init parameter codecompiler/code to codejikes/code./li
   liDefine the property code-Dbuild.compiler.emacs=true/code when starting
  -Tomcat./li
  +Tomcat by adding it to your codeCATALINA_OPTS/code environment variable.
  +This changes how jikes outputs error messages so that it is compatible with
  +Jasper./li
   liIf you get an error reporting that jikes can't use UTF8 encoding, try
   setting the init parameter codejavaEncoding/code to
   codeISO-8859-1/code./li
  
  
  
  1.42  +2 -1  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- web.xml   9 Sep 2002 14:45:20 -   1.41
  +++ web.xml   13 Sep 2002 11:51:30 -  1.42
  @@ -143,7 +143,8 @@
 !--  --
 !-- If you wish to use Jikes to compile JSP pages:   --
 !--   Set the init parameter compiler to jikes.  Define  --
  -  !--   the property -Dbuild.compiler.emacs=true when starting Tomcat.   --
  +  !--   the property -Dbuild.compiler.emacs=true when starting Tomcat--
  +  !--   by adding the above to your CATALINA_OPTS environment variable.--
 !--   If you get an error reporting that jikes can't use UTF8 encoding,  --
 !--   try setting the init parameter javaEncoding to ISO-8859-1. --
   
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2002-09-09 Thread remm

remm2002/09/09 07:45:20

  Modified:catalina/src/conf web.xml
  Log:
  - Fix bug 11674: add jsf and jspf MIME types.
  
  Revision  ChangesPath
  1.41  +8 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- web.xml   8 Sep 2002 17:51:45 -   1.40
  +++ web.xml   9 Sep 2002 14:45:20 -   1.41
  @@ -506,6 +506,14 @@
   mime-typetext/javascript/mime-type
   /mime-mapping
   mime-mapping
  +extensionjsf/extension
  +mime-typetext/plain/mime-type
  +/mime-mapping
  +mime-mapping
  +extensionjspf/extension
  +mime-typetext/plain/mime-type
  +/mime-mapping
  +mime-mapping
   extensionkar/extension
   mime-typeaudio/x-midi/mime-type
   /mime-mapping
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2002-09-08 Thread glenn

glenn   2002/09/08 10:51:45

  Modified:catalina/src/conf web.xml
  Log:
  Fix jikes property define
  
  Revision  ChangesPath
  1.40  +2 -2  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- web.xml   8 Sep 2002 06:09:44 -   1.39
  +++ web.xml   8 Sep 2002 17:51:45 -   1.40
  @@ -142,8 +142,8 @@
 !--   for the current web application]   --
 !--  --
 !-- If you wish to use Jikes to compile JSP pages:   --
  -  !--   Set the init parameter compiler to jikes.  --
  -  !--   Define the property -Dbuild.compiler.emacs when starting Tomcat. --
  +  !--   Set the init parameter compiler to jikes.  Define  --
  +  !--   the property -Dbuild.compiler.emacs=true when starting Tomcat.   --
 !--   If you get an error reporting that jikes can't use UTF8 encoding,  --
 !--   try setting the init parameter javaEncoding to ISO-8859-1. --
   
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2002-09-07 Thread glenn

glenn   2002/09/07 23:09:44

  Modified:catalina/src/conf web.xml
  Log:
  Update web.xml Jasper docs for Jasper 2
  
  Revision  ChangesPath
  1.39  +22 -15jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- web.xml   26 Jun 2002 16:56:00 -  1.38
  +++ web.xml   8 Sep 2002 06:09:44 -   1.39
  @@ -89,21 +89,34 @@
 !-- following initialization parameters (default values are in square--
 !-- brackets):   --
 !--  --
  +  !--   checkInterval   If development is false and relaoding is true, --
  +  !--   background compiles are enabled. checkInterval --
  +  !--   is the time in seconds between checks to see   --
  +  !--   if a JSP page needs to be recompiled. [300]--
  +  !--  --
  +  !--   compilerWhich compiler Ant should use to compile JSP   --
  +  !--   pages.  See the Ant documenation for more  --
  +  !--   information. [javac]   --
  +  !--  --
 !--   classdebuginfo  Should the class file be compiled with --
  -  !--   debugging information?  [false]--
  +  !--   debugging information?  [true] --
 !--  --
 !--   classpath   What class path should I use while compiling   --
 !--   generated servlets?  [Created dynamically  --
 !--   based on the current web application]  --
 !--  --
  +  !--   development Is Jasper used in development mode (will check --
  +  !--   for JSP modification on every access)?  [true] --
  +  !--  --
  +  !--   enablePooling   Determines whether tag handler pooling is  --
  +  !--   enabled  [true]--
  +  !--  --
 !--   ieClassId   The class-id value to be sent to Internet  --
 !--   Explorer when using jsp:plugin tags. --
 !--   [clsid:8AD9C840-044E-11D1-B3E9-00805F499D93]   --
 !--  --
  -  !--   jspCompilerPlugin   The fully qualified class name of the JSP  --
  -  !--   compiler plug-in to be used.  See below for--
  -  !--   more information.  --
  -  !--   [Use internal JDK compiler]--
  +  !--   javaEncodingJava file encoding to use for generating java  --
  +  !--   source files. [UTF8]   --
 !--  --
 !--   keepgenerated   Should we keep the generated Java source code  --
 !--   for each page instead of deleting it? [true]   --
  @@ -112,9 +125,6 @@
 !--   pages in external data files, to reduce the--
 !--   size of the generated servlets?  [false]   --
 !--  --
  -  !--   enablePooling   Determines whether tag handler pooling is  --
  -  !--   enabled  [true]--
  -  !--  --
 !--   logVerbosityLevel   The level of detailed messages to be produced  --
 !--   by this servlet.  Increasing levels cause the  --
 !--   generation of more messages.  Valid values are --
  @@ -127,18 +137,15 @@
 !--  --
 !--   reloading   Should Jasper check for modified JSPs?  [true] --
 !--  --
  -  !--   development Is Jasper used in development mode (will check --
  -  !--   for JSP modification on every access)?  [true] --
  -  !--  

cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2002-06-26 Thread luehe

luehe   2002/06/26 09:56:00

  Modified:catalina/src/conf web.xml
  Log:
  Added 'enablePooling' context init param to comment section
  
  Revision  ChangesPath
  1.38  +3 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- web.xml   26 May 2002 00:02:42 -  1.37
  +++ web.xml   26 Jun 2002 16:56:00 -  1.38
  @@ -112,6 +112,9 @@
 !--   pages in external data files, to reduce the--
 !--   size of the generated servlets?  [false]   --
 !--  --
  +  !--   enablePooling   Determines whether tag handler pooling is  --
  +  !--   enabled  [true]--
  +  !--  --
 !--   logVerbosityLevel   The level of detailed messages to be produced  --
 !--   by this servlet.  Increasing levels cause the  --
 !--   generation of more messages.  Valid values are --
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2002-05-25 Thread remm

remm02/05/25 17:02:42

  Modified:catalina build.xml
   catalina/src/conf web.xml
  Log:
  - Update scripts and config.
  
  Revision  ChangesPath
  1.119 +0 -3  jakarta-tomcat-4.0/catalina/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/build.xml,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- build.xml 24 May 2002 04:39:34 -  1.118
  +++ build.xml 26 May 2002 00:02:42 -  1.119
  @@ -808,8 +808,6 @@
  unless=compile.jaas/
 exclude name=org/apache/catalina/startup/BootstrapService.java
  unless=compile.daemon/
  -  exclude name=org/apache/catalina/servlets/SsiServlet.java
  -   unless=compile.ssi/
 exclude name=org/apache/catalina/ssi/**
  unless=compile.ssi/
 exclude name=org/apache/catalina/valves/CertificatesValve.java
  @@ -1169,7 +1167,6 @@
   !-- Servlets - SSI Servlet --
   jar jarfile=${catalina.deploy}/server/lib/servlets-ssi.renametojar
 fileset dir=${catalina.build}/server/classes
  -include name=org/apache/catalina/servlets/Ssi* /
   include name=org/apache/catalina/ssi/** /
 /fileset
   /jar
  
  
  
  1.37  +1 -1  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- web.xml   25 May 2002 02:34:58 -  1.36
  +++ web.xml   26 May 2002 00:02:42 -  1.37
  @@ -177,7 +177,7 @@
   servlet
   servlet-namessi/servlet-name
   servlet-class
  -  org.apache.catalina.servlets.SSIServlet
  +  org.apache.catalina.ssi.SSIServlet
   /servlet-class
   init-param
 param-namebuffered/param-name
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2002-05-24 Thread billbarker

billbarker02/05/24 19:34:59

  Modified:catalina/src/conf web.xml
  Log:
  Fix servlet class name.
  
  Revision  ChangesPath
  1.36  +1 -1  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- web.xml   24 May 2002 04:44:29 -  1.35
  +++ web.xml   25 May 2002 02:34:58 -  1.36
  @@ -177,7 +177,7 @@
   servlet
   servlet-namessi/servlet-name
   servlet-class
  -  org.apache.catalina.servlets.SsiServlet
  +  org.apache.catalina.servlets.SSIServlet
   /servlet-class
   init-param
 param-namebuffered/param-name
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2002-05-23 Thread billbarker

billbarker02/05/23 21:44:29

  Modified:catalina/src/conf web.xml
  Log:
  Update for new SSIServlet.
  
  Revision  ChangesPath
  1.35  +1 -9  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- web.xml   11 May 2002 05:08:49 -  1.34
  +++ web.xml   24 May 2002 04:44:29 -  1.35
  @@ -168,10 +168,6 @@
 !--   relative to the context root, instead of   --
 !--   the server root?  (0=false, 1=true) [0]--
 !--  --
  -  !--   ignoreUnsupportedDirective --
  -  !--   Should unknown or misspelled Ssi directives--
  -  !--   be ignored and no errors shown?--
  -  !--   (0=false, 1=true) [1]  --
 !--  --
 !-- IMPORTANT: To use the SSI servlet, you also need to rename the   --
 !--$CATALINA_HOME/server/lib/servlets-ssi.renametojar file   --
  @@ -181,7 +177,7 @@
   servlet
   servlet-namessi/servlet-name
   servlet-class
  -  org.apache.catalina.servlets.SsiInvokerServlet
  +  org.apache.catalina.servlets.SsiServlet
   /servlet-class
   init-param
 param-namebuffered/param-name
  @@ -198,10 +194,6 @@
   init-param
 param-nameisVirtualWebappRelative/param-name
 param-value0/param-value
  -/init-param
  -init-param
  -  param-nameignoreUnsupportedDirective/param-name
  -  param-value1/param-value
   /init-param
   load-on-startup4/load-on-startup
   /servlet
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2002-05-10 Thread remm

remm02/05/10 22:08:49

  Modified:catalina/src/conf web.xml
  Log:
  - Add some info on the development flag.
  
  Revision  ChangesPath
  1.34  +3 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- web.xml   29 Apr 2002 23:22:57 -  1.33
  +++ web.xml   11 May 2002 05:08:49 -  1.34
  @@ -124,6 +124,9 @@
 !--  --
 !--   reloading   Should Jasper check for modified JSPs?  [true] --
 !--  --
  +  !--   development Is Jasper used in development mode (will check --
  +  !--   for JSP modification on every access)?  [true] --
  +  !--  --
 !--   scratchdir  What scratch directory should we use when  --
 !--   compiling JSP pages?  [default work directory  --
 !--   for the current web application]   --
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2002-04-29 Thread remm

remm02/04/29 16:22:57

  Modified:catalina/src/conf web.xml
  Log:
  - Add the new reloading flag in the configuration.
  
  Revision  ChangesPath
  1.33  +2 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- web.xml   3 Dec 2001 15:48:20 -   1.32
  +++ web.xml   29 Apr 2002 23:22:57 -  1.33
  @@ -122,6 +122,8 @@
 !--   print statement per input line, to ease--
 !--   debugging?  [false]--
 !--  --
  +  !--   reloading   Should Jasper check for modified JSPs?  [true] --
  +  !--  --
 !--   scratchdir  What scratch directory should we use when  --
 !--   compiling JSP pages?  [default work directory  --
 !--   for the current web application]   --
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-12-03 Thread larryi

larryi  01/12/03 07:48:20

  Modified:catalina/src/conf web.xml
  Log:
  Document the classdebuginfo init parameter added to Jasper.
  
  Revision  ChangesPath
  1.32  +3 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- web.xml   2001/11/21 17:36:52 1.31
  +++ web.xml   2001/12/03 15:48:20 1.32
  @@ -89,6 +89,9 @@
 !-- following initialization parameters (default values are in square--
 !-- brackets):   --
 !--  --
  +  !--   classdebuginfo  Should the class file be compiled with --
  +  !--   debugging information?  [false]--
  +  !--  --
 !--   classpath   What class path should I use while compiling   --
 !--   generated servlets?  [Created dynamically  --
 !--   based on the current web application]  --
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-11-30 Thread larryi

larryi  01/11/30 14:18:44

  Modified:catalina/src/conf Tag: tomcat_40_branch web.xml
  Log:
  Document the classdebuginfo init parameter added to Jasper.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.22.2.8  +3 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.22.2.7
  retrieving revision 1.22.2.8
  diff -u -r1.22.2.7 -r1.22.2.8
  --- web.xml   2001/11/21 17:37:36 1.22.2.7
  +++ web.xml   2001/11/30 22:18:44 1.22.2.8
  @@ -91,6 +91,9 @@
 !--   generated servlets?  [Created dynamically  --
 !--   based on the current web application]  --
 !--  --
  +  !--   classdebuginfo  Should the class file be compiled with --
  +  !--   debugging information?  [false]--
  +  !--  --
 !--   ieClassId   The class-id value to be sent to Internet  --
 !--   Explorer when using jsp:plugin tags. --
 !--   [clsid:8AD9C840-044E-11D1-B3E9-00805F499D93]   --
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-11-21 Thread remm

remm01/11/21 09:36:52

  Modified:catalina/src/conf web.xml
  Log:
  - Add MIME type for htc.
Submitted by Avner Cohen.
  
  Revision  ChangesPath
  1.31  +4 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- web.xml   2001/10/29 17:39:49 1.30
  +++ web.xml   2001/11/21 17:36:52 1.31
  @@ -444,6 +444,10 @@
   mime-typeapplication/mac-binhex40/mime-type
   /mime-mapping
   mime-mapping
  +extensionhtc/extension
  +mime-typetext/x-component/mime-type
  +/mime-mapping
  +mime-mapping
   extensionhtm/extension
   mime-typetext/html/mime-type
   /mime-mapping
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-11-21 Thread remm

remm01/11/21 09:37:36

  Modified:catalina/src/conf Tag: tomcat_40_branch web.xml
  Log:
  - Add MIME type for htc.
Submitted by Avner Cohen.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.22.2.7  +4 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.22.2.6
  retrieving revision 1.22.2.7
  diff -u -r1.22.2.6 -r1.22.2.7
  --- web.xml   2001/10/22 21:28:54 1.22.2.6
  +++ web.xml   2001/11/21 17:37:36 1.22.2.7
  @@ -448,6 +448,10 @@
   mime-typeapplication/mac-binhex40/mime-type
 /mime-mapping
 mime-mapping
  +extensionhtc/extension
  +mime-typetext/x-component/mime-type
  +  /mime-mapping
  +  mime-mapping
   extensionhtm/extension
   mime-typetext/html/mime-type
 /mime-mapping
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-10-22 Thread bip

bip 01/10/22 13:57:24

  Modified:catalina/src/conf web.xml
  Log:
  additional information about the Ssi 'ignoreUnsupportedDirective' parameter.
  
  Revision  ChangesPath
  1.28  +5 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- web.xml   2001/10/19 18:40:37 1.27
  +++ web.xml   2001/10/22 20:57:24 1.28
  @@ -137,6 +137,11 @@
   !--   Should virtual paths be interpreted as   --
   !--   relative to the context root, instead of   --
   !--   the server root?  (0=false, 1=true) [0]--
  +!--  --
  +!--   ignoreUnsupportedDirective --
  +!--   Should unknown or misspelled Ssi directives--
  +!--   be ignored and no errors shown?--
  +!--   (0=false, 1=true) [1]  --
   !-- IMPORTANT: To use the SSI servlet, you also need to rename the   --
   !--$CATALINA_HOME/server/lib/servlets-ssi.renametojar file   --
   !--to $CATALINA_HOME/server/lib/servlets-ssi.jar --
  
  
  



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-10-22 Thread bip

bip 01/10/22 14:28:55

  Modified:catalina/src/conf Tag: tomcat_40_branch web.xml
  Log:
  SSI Additions
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.22.2.6  +9 -1  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.22.2.5
  retrieving revision 1.22.2.6
  diff -u -r1.22.2.5 -r1.22.2.6
  --- web.xml   2001/10/12 19:55:26 1.22.2.5
  +++ web.xml   2001/10/22 21:28:54 1.22.2.6
  @@ -157,7 +157,11 @@
 !--   Should virtual paths be interpreted as   --
 !--   relative to the context root, instead of   --
 !--   the server root?  (0=false, 1=true) [0]--
  -
  +  !--  --
  +  !--   ignoreUnsupportedDirective --
  +  !--   Should unknown or misspelled Ssi directives--
  +  !--   be ignored and no errors shown?--
  +  !--   (0=false, 1=true) [1]  --
 !-- IMPORTANT: To use the CGI servlet, you also need to rename the   --
 !--$CATALINA_HOME/server/lib/servlets-ssi.renametojar file   --
 !--to $CATALINA_HOME/server/lib/servlets-ssi.jar --
  @@ -181,6 +185,10 @@
   init-param
 param-nameisVirtualWebappRelative/param-name
 param-value0/param-value
  +/init-param
  +init-param
  +  param-nameignoreUnsupportedDirective/param-name
  +  param-value1/param-value
   /init-param
   load-on-startup4/load-on-startup
 /servlet
  
  
  



RE: cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-10-19 Thread Bip Thelin

Oups, seems my XML editor reformatted/reindented everything if anyone
experiences problem or disslike it feel free to change it or let me know
and I can roll back and reapply my changes.

Bip



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-10-01 Thread remm

remm01/10/01 19:45:49

  Modified:catalina/src/conf web.xml
  Log:
  - Fix MIME type for JNLP.
  
  Revision  ChangesPath
  1.24  +1 -1  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- web.xml   2001/09/20 22:28:31 1.23
  +++ web.xml   2001/10/02 02:45:49 1.24
  @@ -457,7 +457,7 @@
 /mime-mapping
 mime-mapping
   extensionjnlp/extension
  -mime-typex-java-jnlp-file/mime-type
  +mime-typeapplication/x-java-jnlp-file/mime-type
 /mime-mapping
 mime-mapping
   extensionjpe/extension
  
  
  



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-10-01 Thread remm

remm01/10/01 19:48:47

  Modified:catalina/src/conf Tag: tomcat_40_branch web.xml
  Log:
  - Fix MIME type for JNLP.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.22.2.2  +1 -1  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.22.2.1
  retrieving revision 1.22.2.2
  diff -u -r1.22.2.1 -r1.22.2.2
  --- web.xml   2001/09/20 22:27:27 1.22.2.1
  +++ web.xml   2001/10/02 02:48:47 1.22.2.2
  @@ -457,7 +457,7 @@
 /mime-mapping
 mime-mapping
   extensionjnlp/extension
  -mime-typex-java-jnlp-file/mime-type
  +mime-typeapplication/x-java-jnlp-file/mime-type
 /mime-mapping
 mime-mapping
   extensionjpe/extension
  
  
  



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-09-20 Thread craigmcc

craigmcc01/09/20 15:27:27

  Modified:catalina/src/conf Tag: tomcat_40_branch web.xml
  Log:
  Correct the comment above the session-timeout element -- the web.xml
  value is really in minutes.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.22.2.1  +1 -1  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.22
  retrieving revision 1.22.2.1
  diff -u -r1.22 -r1.22.2.1
  --- web.xml   2001/09/10 04:22:35 1.22
  +++ web.xml   2001/09/20 22:27:27 1.22.2.1
  @@ -273,7 +273,7 @@
   
 !--  Default Session Configuration = --
   
  -  !-- You can set the default session timeout (in seconds) for all newly   --
  +  !-- You can set the default session timeout (in minutes) for all newly   --
 !-- created sessions by modifying the value below.   --
   
 session-config
  
  
  



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-09-20 Thread craigmcc

craigmcc01/09/20 15:28:32

  Modified:catalina/src/conf web.xml
  Log:
  Session timeouts in web.xml are in minutes, not seconds.
  
  Submitted by:  Jim Urban [EMAIL PROTECTED]
  
  Revision  ChangesPath
  1.23  +1 -1  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- web.xml   2001/09/10 04:22:35 1.22
  +++ web.xml   2001/09/20 22:28:31 1.23
  @@ -273,7 +273,7 @@
   
 !--  Default Session Configuration = --
   
  -  !-- You can set the default session timeout (in seconds) for all newly   --
  +  !-- You can set the default session timeout (in minutes) for all newly   --
 !-- created sessions by modifying the value below.   --
   
 session-config
  
  
  



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-09-09 Thread craigmcc

craigmcc01/09/09 21:22:35

  Modified:catalina/src/conf web.xml
  Log:
  Remove results of over-aggressive cut-n-paste.
  
  Revision  ChangesPath
  1.22  +0 -6  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- web.xml   2001/09/06 20:10:29 1.21
  +++ web.xml   2001/09/10 04:22:35 1.22
  @@ -183,12 +183,6 @@
 /servlet
   
   
  -  !-- Server Side Includes processing servlet, which processes SSI --
  -  !-- directives in HTML pages consistent with similar support in web  --
  -  !-- servers like Apache.  Traditionally, this servlet is mapped to   --
  -  !-- URL pattern *.shtml.  This servlet supports the following  --
  -  !-- initialization parameters (default values are in square brackets):   --
  -  !--  --
 !-- Common Gateway Includes (CGI) processing servlet, which supports --
 !-- execution of external applications that conform to the CGI spec  --
 !-- requirements.  Typically, this servlet is mapped to the URL pattern  --
  
  
  



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-09-06 Thread craigmcc

craigmcc01/09/06 13:10:29

  Modified:.RELEASE-PLAN-4.0.txt
   catalina/src/conf web.xml
  Log:
  Pretty up the $CATALINA_HOME/conf/web.xml deployment descriptor that
  provides defaults for all web apps.  No functional changes (the size of
  the commit message is driven by arranging the MIME types in alphabetical
  order - sorry about that.
  
  Revision  ChangesPath
  1.6   +1 -3  jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
  
  Index: RELEASE-PLAN-4.0.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RELEASE-PLAN-4.0.txt  2001/09/06 03:43:11 1.5
  +++ RELEASE-PLAN-4.0.txt  2001/09/06 20:10:29 1.6
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-PLAN-4.0.txt,v 1.5 2001/09/06 03:43:11 craigmcc Exp $
  +$Id: RELEASE-PLAN-4.0.txt,v 1.6 2001/09/06 20:10:29 craigmcc Exp $
   
 Release Plan for Apache Tomcat 4.0
 ==
  @@ -51,8 +51,6 @@
   enhancement request)
   
   Catalina3292Class reloading fails (awaiting test case)
  -
  -Catalina3443Class reloading fails for servlets that use JNI
   
   Connectors  1788mod_webapp errors on Win2k
   
  
  
  
  1.21  +477 -374  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- web.xml   2001/09/06 15:40:34 1.20
  +++ web.xml   2001/09/06 20:10:29 1.21
  @@ -2,13 +2,46 @@
   
   !DOCTYPE web-app
   PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN
  -http://java.sun.com/j2ee/dtds/web-app_2_3.dtd;
  +http://java.sun.com/dtd/web-app_2_3.dtd;
   
   web-app
   
  -  !-- Mappings in this file are the defaults for all Contexts --
   
  -  !-- The default servlet that serves static resources --
  +  !--  Introduction == --
  +
  +
  +  !-- This document defines default values for *all* web applications  --
  +  !-- loaded into this instance of Tomcat.  As each application is --
  +  !-- deployed, this file is processed, followed by the--
  +  !-- /WEB-INF/web.xml deployment descriptor from your own   --
  +  !-- applications.--
  +
  +
  +  !-- == Built In Servlet Definitions  --
  +
  +
  +  !-- The default servlet for all web applications, that serves static --
  +  !-- resources.  It processes all requests that are not mapped to other   --
  +  !-- servlets with servlet mappings (defined either here or in your own   --
  +  !-- web.xml file.  This servlet supports the following initialization--
  +  !-- parameters (default values are in square brackets):  --
  +  !--  --
  +  !--   debug   Debugging detail level for messages logged --
  +  !--   by this servlet.  [0]  --
  +  !--  --
  +  !--   input   Input buffer size (in bytes) when reading  --
  +  !--   resources to be served.  [2048]--
  +  !--  --
  +  !--   listingsShould directory listings be produced if there --
  +  !--   is no welcome file in this directory?  [true]  --
  +  !--  --
  +  !--   output  Output buffer size (in bytes) when writing --
  +  !--   resources to be served.  [2048]--
  +  !--  --
  +  !--   readonlyIs this context read only, so HTTP   --
  +  !--   commands like PUT and DELETE are   --
  +  !--   rejected?  [true]  --
  +
 servlet
   servlet-namedefault/servlet-name
   servlet-classorg.apache.catalina.servlets.DefaultServlet/servlet-class
  @@ -22,8 +55,21 @@
   /init-param
   load-on-startup1/load-on-startup
 /servlet
  +
   
  -  !-- The invoker servlet that executes non-registered servlets --
  +  !-- The invoker servlet, which executes anonymous servlet classes  --
  +  !-- that have not been defined in a web.xml file.  Traditionally, this   --
  +  !-- servlet is mapped to URL pattern /servlet/*, but you can map it--
  +  !-- to 

cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-05-31 Thread amyroh

amyroh  01/05/31 17:18:37

  Modified:catalina/src/conf web.xml
  Log:
  Add CGI servlet and mapping info.
  
  Revision  ChangesPath
  1.17  +32 -1 jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- web.xml   2001/04/03 22:07:10 1.16
  +++ web.xml   2001/06/01 00:18:37 1.17
  @@ -85,6 +85,30 @@
   load-on-startup5/load-on-startup
 /servlet
   
  +  !-- CGIServlet --
  +   servlet
  + servlet-namecgi/servlet-name
  + servlet-classorg.apache.catalina.servlets.CGIServlet/servlet-class
  + init-param
  +   !-- debug  0 == debug enabled --
  +   param-namedebug/param-name
  +   param-value6/param-value
  + /init-param
  + init-param
  +   !-- clientInputTimeout is the time in milliseconds to wait for--
  +   !--   input from the client browser before assuming there is none --
  +   param-nameclientInputTimeout/param-name
  +   param-value100/param-value
  + /init-param
  + init-param
  +   !-- The CGI search path will start at--
  +   !-- webAppRootDir + File.separator + cgiPathPrefix   --
  +   param-namecgiPathPrefix/param-name
  +   param-valueWEB-INF/cgi/param-value
  + /init-param
  + load-on-startup6/load-on-startup
  +   /servlet
  +
 !-- The mapping for the default servlet --
 servlet-mapping
   servlet-namedefault/servlet-name
  @@ -110,7 +134,14 @@
   servlet-namessi/servlet-name
   url-pattern*.shtml/url-pattern
 /servlet-mapping
  -  
  +
  + !-- The mapping for the CGI Gateway servlet --
  + !-- Comment this out if you do not want CGI Gateway service --
  +   servlet-mapping
  +   servlet-namecgi/servlet-name
  +   url-pattern/cgi-bin/*/url-pattern
  +   /servlet-mapping
  +
 !-- Set the default session timeout (in seconds) --
 session-config
   session-timeout30/session-timeout
  
  
  



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-04-03 Thread amyroh

amyroh  01/04/03 15:07:10

  Modified:catalina/src/conf web.xml
  Log:
  Added "isVirtualWebappRelative" parameter to give an option that virtual paths can 
be webapp-relative.
  Defaults to false following NCSA.
  
  Revision  ChangesPath
  1.16  +5 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- web.xml   2001/03/27 20:34:00 1.15
  +++ web.xml   2001/04/03 22:07:10 1.16
  @@ -77,6 +77,11 @@
 param-namebuffered/param-name
 param-value1/param-value
   /init-param
  +init-param
  +  !-- 0 == false; 1 == true --
  +  param-nameisVirtualWebappRelative/param-name
  +  param-value0/param-value
  +/init-param
   load-on-startup5/load-on-startup
 /servlet
   
  
  
  



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-03-27 Thread amyroh

amyroh  01/03/27 12:34:01

  Modified:catalina/src/conf web.xml
  Log:
  Addition of SsiInvokerServlet definition and the mapping for SSI
  
  Revision  ChangesPath
  1.15  +27 -0 jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- web.xml   2001/03/14 22:36:36 1.14
  +++ web.xml   2001/03/27 20:34:00 1.15
  @@ -58,6 +58,27 @@
   load-on-startup4/load-on-startup
 /servlet
   
  +  !-- SSIInvoker Servlet --
  +  servlet
  +servlet-namessi/servlet-name
  +servlet-classorg.apache.catalina.servlets.SsiInvokerServlet/servlet-class
  +init-param
  +  !-- debug  0 == debug enabled --
  +  param-namedebug/param-name
  +  param-value0/param-value
  +/init-param
  +init-param
  +  !-- time in seconds before the SSI page expires --
  +  param-nameexpires/param-name
  +  param-value666/param-value
  +/init-param
  +init-param
  +  !-- 0 == false; 1 == true --
  +  param-namebuffered/param-name
  +  param-value1/param-value
  +/init-param
  +load-on-startup5/load-on-startup
  +  /servlet
   
 !-- The mapping for the default servlet --
 servlet-mapping
  @@ -79,6 +100,12 @@
   url-pattern*.jsp/url-pattern
 /servlet-mapping
   
  +  !-- The mapping for SSI--
  +  servlet-mapping
  +servlet-namessi/servlet-name
  +url-pattern*.shtml/url-pattern
  +  /servlet-mapping
  +  
 !-- Set the default session timeout (in seconds) --
 session-config
   session-timeout30/session-timeout
  
  
  



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-03-14 Thread craigmcc

craigmcc01/03/14 14:36:42

  Modified:catalina/src/conf web.xml
  Log:
  Add a mime type for DTD files so that browsers don't try to interpret them as
  HTML (due to the lack of a Content-Type header, as specified for 2.3).
  
  Revision  ChangesPath
  1.14  +4 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- web.xml   2001/01/29 03:40:57 1.13
  +++ web.xml   2001/03/14 22:36:36 1.14
  @@ -601,6 +601,10 @@
   extensionswf/extension
   mime-typeapplication/x-shockwave-flash/mime-type
 /mime-mapping
  +  mime-mapping
  +extensiondtd/extension
  +mime-typetext/plain/mime-type
  +  /mime-mapping
   
 !-- Establish the default list of welcome files --
 welcome-file-list
  
  
  



cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-01-17 Thread remm

remm01/01/17 07:27:25

  Modified:catalina/src/conf web.xml
  Log:
  - Add some WAP related MIME types.
Submitted by Kare Nuorteva.
  
  Revision  ChangesPath
  1.12  +20 -0 jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- web.xml   2000/12/22 01:31:03 1.11
  +++ web.xml   2001/01/17 15:27:25 1.12
  @@ -417,6 +417,26 @@
   extensionmpv2/extension
   mime-typevideo/mpeg2/mime-type
 /mime-mapping
  +   mime-mapping !-- WML Source --
  + extensionwml/extension
  + mime-typetext/vnd.wap.wml/mime-type
  +   /mime-mapping
  +   mime-mapping !-- Compiled WML --
  + extensionwmlc/extension
  + mime-typeapplication/vnd.wap.wmlc/mime-type
  +   /mime-mapping
  +   mime-mapping !-- WML Script Source --
  + extensionwmls/extension
  + mime-typetext/vnd.wap.wmls/mime-type
  +   /mime-mapping
  +   mime-mapping !-- Compiled WML Script --
  + extensionwmlscriptc/extension
  + mime-typeapplication/vnd.wap.wmlscriptc/mime-type
  +   /mime-mapping
  +   mime-mapping !-- Wireless Bitmap --
  + extensionwbmp/extension
  + mime-typeimage/vnd.wap.wbmp/mime-type
  +   /mime-mapping
   
 !-- Establish the default list of welcome files --
 welcome-file-list
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2000-12-21 Thread pierred

pierred 00/12/21 17:31:03

  Modified:catalina/src/conf web.xml
  Log:
  New JspServlet init parameter for alternate java encoding used when
  generating Jsp pages servlet source code. The default java
  encoding used is UTF8. This alternate is set by default
  to UTF-8.
  
  Revision  ChangesPath
  1.11  +5 -0  jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- web.xml   2000/10/31 22:54:07 1.10
  +++ web.xml   2000/12/22 01:31:03 1.11
  @@ -46,6 +46,11 @@
   /init-param
   --
   init-param
  +  !-- An alternate java encoding --
  +  param-namejavaEncoding/param-name
  +  param-valueUTF-8/param-value
  +/init-param
  +init-param
 !-- Levels: FATAL ERROR WARNING INFORMATION DEBUG --
 param-namelogVerbosityLevel/param-name
 param-valueWARNING/param-value