vmassol     01/08/19 10:08:35

  Modified:    cactus/conf/sample/conf/test/share/orion14 server.xml
  Added:       cactus/conf/sample/conf/test/share/orion14
                        global-web-application.xml mime.types
  Log:
  added configuration files to support jsp
  
  Revision  Changes    Path
  1.2       +1 -0      
jakarta-commons/cactus/conf/sample/conf/test/share/orion14/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/conf/sample/conf/test/share/orion14/server.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- server.xml        2001/06/17 18:12:11     1.1
  +++ server.xml        2001/08/19 17:08:35     1.2
  @@ -5,6 +5,7 @@
   
       <global-application name="default" path="./application.xml" />
   
  +     <global-web-app-config path="./global-web-application.xml" />
       <web-site path="./default-web-site.xml" />
   
        <rmi-config path="./rmi.xml" />
  
  
  
  1.1                  
jakarta-commons/cactus/conf/sample/conf/test/share/orion14/global-web-application.xml
  
  Index: global-web-application.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE orion-web-app PUBLIC '//Evermind//Orion web-application' 
'http://www.orionserver.com/dtds/orion-web.dtd'>
  
  <!-- Set development="true" to enabvle development, enable this if you
  want to debug JSP sources etc -->
  
  <orion-web-app
        jsp-cache-directory="./persistence"
        servlet-webdir="/servlet"
        development="false"
    persistence-path="./persistence/state.ser"
  >
  
        <!-- The mime-mappings for this server -->
        <mime-mappings path="./mime.types" />
        <servlet-chaining servlet-name="xsl" mime-type="text/xml" />
  
        <web-app>
                <servlet>
                        <servlet-name>xsl</servlet-name>
                        <servlet-class>com.evermind.servlet.XSLServlet</servlet-class>
                        <init-param>
                                <param-name>defaultContentType</param-name>
                                <param-value>text/html</param-value>
                        </init-param>
                </servlet>
        
                <servlet>
                        <servlet-name>jsp</servlet-name>
                        
<servlet-class>com.evermind.server.http.JSPServlet</servlet-class>
                </servlet>
  
                <servlet>
                        <servlet-name>ssi</servlet-name>
                        
<servlet-class>com.evermind.server.http.SSIServlet</servlet-class>
                </servlet>
  
                <servlet>
                        <servlet-name>cgi</servlet-name>
                        
<servlet-class>com.evermind.server.http.CGIServlet</servlet-class>
                </servlet>
  
                <servlet>
                        <servlet-name>perl</servlet-name>
                        
<servlet-class>com.evermind.server.http.CGIServlet</servlet-class>
                        <init-param>
                                <param-name>interpreter</param-name>
                                <param-value>perl</param-value>
                        </init-param>
                </servlet>
  
                <servlet>
                        <servlet-name>php</servlet-name>
                        
<servlet-class>com.evermind.server.http.CGIServlet</servlet-class>
                        <init-param>
                        <param-name>interpreter</param-name>
                                <param-value>php</param-value>
                        </init-param>
                </servlet>
                <servlet-mapping>
                        <servlet-name>jsp</servlet-name>
                        <url-pattern>/*.jsp</url-pattern>
                </servlet-mapping>
  
                <servlet-mapping>
                        <servlet-name>cgi</servlet-name>
                        <url-pattern>/*.cgi</url-pattern>
                </servlet-mapping>
  
                <servlet-mapping>
                        <servlet-name>perl</servlet-name>
                        <url-pattern>/*.pl</url-pattern>
                </servlet-mapping>
  
                <servlet-mapping>
                        <servlet-name>php</servlet-name>
                        <url-pattern>/*.php</url-pattern>
                </servlet-mapping>
  
                <servlet-mapping>
                        <servlet-name>php</servlet-name>
                        <url-pattern>/*.php3</url-pattern>
                </servlet-mapping>
  
                <servlet-mapping>
                        <servlet-name>php</servlet-name>
                        <url-pattern>/*.phtml</url-pattern>
                </servlet-mapping>
  
                <servlet-mapping>
                        <servlet-name>ssi</servlet-name>
                        <url-pattern>/*.shtml</url-pattern>
                </servlet-mapping>
                <welcome-file-list>
                        <welcome-file>index.html</welcome-file>
                        <welcome-file>default.jsp</welcome-file>
                </welcome-file-list>
        </web-app>
  </orion-web-app>
  
  
  
  1.1                  
jakarta-commons/cactus/conf/sample/conf/test/share/orion14/mime.types
  
  Index: mime.types
  ===================================================================
  # Registered mime-types
  
  application/activemessage
  application/andrew-inset
  application/applefile
  application/atomicmail
  application/dca-rft
  application/dec-dx
  application/mac-binhex40      hqx
  application/mac-compactpro    cpt
  application/macwriteii
  application/msword            doc
  application/news-message-id
  application/news-transmission
  application/octet-stream      bin dms lha lzh exe class
  application/jsp                       jsp
  application/oda                       oda
  application/pdf                       pdf
  application/postscript                ai eps ps
  application/powerpoint                ppt
  application/remote-printing
  application/rtf                       rtf
  application/slate
  application/wita
  application/wordperfect5.1
  application/x-bcpio           bcpio
  application/x-cdlink          vcd
  application/x-compress                Z
  application/x-cpio            cpio
  application/x-csh                     csh
  application/x-director                dcr dir dxr
  application/x-dvi                     dvi
  application/x-gtar            gtar
  application/x-gzip            gz
  application/x-hdf                     hdf
  application/x-httpd-cgi               cgi
  application/x-java-jnlp-file  jnlp
  application/x-koan            skp skd skt skm
  application/x-latex           latex
  application/x-mif                     mif
  application/x-netcdf          nc cdf
  application/x-sh                      sh
  application/x-shar            shar
  application/x-stuffit         sit
  application/x-sv4cpio         sv4cpio
  application/x-sv4crc          sv4crc
  application/x-tar                     tar
  application/x-tcl                     tcl
  application/x-tex                     tex
  application/x-texinfo         texinfo texi
  application/x-troff           t tr roff
  application/x-troff-man               man
  application/x-troff-me                me
  application/x-troff-ms                ms
  application/x-ustar           ustar
  application/x-wais-source     src
  text/xml                      xml ent cat sty
  text/dtd                              dtd
  text/xsl                              xsl
  application/jsp                       jsp
  application/zip                       zip
  audio/basic                           au snd
  audio/mpeg                            mpga mp2
  audio/x-aiff                  aif aiff aifc
  audio/x-pn-realaudio          ram
  audio/x-pn-realaudio-plugin   rpm
  audio/x-realaudio                     ra
  audio/x-wav                           wav
  chemical/x-pdb                        pdb xyz
  image/gif                             gif
  image/ief                             ief
  image/jpeg                            jpeg jpg jpe
  image/png                             png
  image/tiff                            tiff tif
  image/x-cmu-raster            ras
  image/x-portable-anymap               pnm
  image/x-portable-bitmap               pbm
  image/x-portable-graymap      pgm
  image/x-portable-pixmap               ppm
  image/x-rgb                           rgb
  image/x-xbitmap                       xbm
  image/x-xpixmap                       xpm
  image/x-xwindowdump           xwd
  message/external-body
  message/news
  message/partial
  message/rfc822
  multipart/alternative
  multipart/appledouble
  multipart/digest
  multipart/mixed
  multipart/parallel
  text/html                             html htm
  text/plain                            txt
  text/richtext                 rtx
  text/tab-separated-values     tsv
  text/x-setext                 etx
  text/x-sgml                           sgml sgm
  video/mpeg                            mpeg mpg mpe
  video/quicktime                       qt mov
  video/x-msvideo                       avi
  video/x-sgi-movie                     movie
  x-conference/x-cooltalk               ice
  x-world/x-vrml                        wrl vrml
  text/vnd.wap.wml                wml
  application/vnd.wap.wmlc        wmlc
  text/vnd.wap.wmlscript          wmls
  application/vnd.wap.wmlscriptc  wmlsc
  image/vnd.wap.wbmp              wbmp
  
  

Reply via email to