[opencms-dev] problem with apache mod_proxy integration

Christoph P. Kukulies kuku at physik.rwth-aachen.de
Wed May 16 11:39:03 CEST 2007


On Tue, May 15, 2007 at 10:51:01PM +0200, Arian Abrahantes Quintana wrote:
> Hi all:
> 
> I followed the instruction for apache mod proxy integration with opencms as stated in the documentation. I reach successfully the login (http://localhost/system/login) page but I am unable to login to the workspace. Once I type the admin passw I am forwarded to the same login page in and endless loop. On the other hand if I try to connenct directly to the tomcat port http://localhost:8089/system/login I get logged without any problem.
> 
> Furthermore, and this is very confusing at least for me, in the current documentation on the second step of the configuration (staticexport/rendersetting node) said:
> 
> ==============================================
> 
> 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 ${SERVLET_NAME} variable. After editing, it has to look similar to:
> 
>   <rendersettings>
>       <rfs-prefix>/export</rfs-prefix>
>       <vfs-prefix>${SERVLET_NAME}</vfs-prefix>
>       <userelativelinks>false</userelativelinks>   
>       <exporturl>http://127.0.0.1:8080${SERVLET_NAME}/handle404</exporturl>
>       ...
>   </rendersettings>

I'm not sure whether my answer to this already made it to you or the
list.
Anyway, I'm posting it once more:

It works for me with:
<rfs-prefix>${CONTEXT_NAME}/export</rfs-prefix>
<vfs-prefix>${CONTEXT_NAME}</vfs-prefix>

(6.0.4, 6.2.2, 6.2.3)


--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de




More information about the opencms-dev mailing list