You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/06/05 06:00:03 UTC

[WIKI-UPDATE] CustomConfigTarget Thu Jun 5 06:00:03 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=CustomConfigTarget , version: 3 on Thu Jun  5 03:41:30 2003 by GeoffHoward

- #include.driver.oracle=true # include the oracle driver class in web.xml
- #include.driver.postgre=true # include the postgresql driver class in web.xml
- #include.driver.odbc=true # include the odbc driver class in web.xml
+ #  define the oracle driver class in web.xml:
+ #include.driver.oracle=true
+ #  define the postgresql driver class in web.xml:
+ #include.driver.postgre=true 
+ #  define the odbc driver class in web.xml:
+ #include.driver.odbc=true 
- #config.allow-reloads=true # modify web.xml to allow use of ?cocoon-reload=true
?  ------------------------- ^

+ #   modify web.xml to allow use of ?cocoon-reload=true:
?   ^                                                   +

- #config.enable-uploads=true # modify web.xml to enable file uploads
+ #config.allow-reloads=true 
+ #   modify web.xml to enable file uploads:
+ #config.enable-uploads=true 
- #config.live=true # currently unused, but useful for distinguishing environments}}}
?  ---------------- ^                                                             ^^^

+ #   currently unused, but useful for distinguishing environments:
?   ^                                                             ^

+ #config.live=true }}}