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 }}}
