Resource Menu


Configure Libresource through apache reverse proxy
Hello,

I want to configure libresource to be available on a machine A through an apache reverse proxy located on a machine B.

I added in proxy.conf of the apache following rule:

ProxyPass /libresource http://ip_machine_A:port
ProxyPassReverse /libresource http://ip_machine_A:port

and in LibreSource/JONAS_4_7_6/conf/libresourceConfig.properties kernel.serverUrl=http://ip_machine_A/libresource

This works except for hard coded paths. But I have the feeling this is not the right way.

Does anyone has done such a configuration yet and if yes, what am I doing wrong? Or is there somewhere a documentation or simply a link?

Thanks a lot

Regards

A.

posted by alexandreneubert at Oct 5, 2007 5:36 PM