[opencms-dev] Error in documentation
Joe Desbonnet
jdesbonnet at gmail.com
Wed Mar 29 16:17:30 CEST 2006
I think I flagged this before: In the documentation page (in versions
up to 6.0.4)
http://localhost:8080/opencms/alkacon-documentation/howto_apache_httpd/mod_proxy.html
about half way in the documentation is this paragraph:
(begin quote)
In the ${TOMCAT_HOME}/webapps/ROOT/WEB-INF/config/opencms-importexport.xml
configuration file, into the staticexport/rendersettings node you have
to remove any occurrence of the ${CONTEXT_NAME} variable. After
editing, it has to look similar to:
<rendersettings>
<rfs-prefix>${CONTEXT_NAME}/export</rfs-prefix>
<vfs-prefix>${CONTEXT_NAME}</vfs-prefix>
<userelativelinks>false</userelativelinks>
<exporturl>http://127.0.0.1:8080/handle404</exporturl>
...
</rendersettings>
(end quote)
Notice how it says you must *remove* ${CONTEXT_NAME}, but *after*
editing there is still
two occurrences of ${CONTEXT_NAME}
How should that read exactly?
Joe.
More information about the opencms-dev
mailing list