[opencms-dev] External Link to file in filesystem

Jack Bakker jbakker at iable.ca
Mon Oct 20 14:19:00 CEST 2008


If you are using apache with mod_jk, you can, in the apache config, specify
a path that should not go through tomcat but instead get delivered by apache
only

for example, here is an apache config to put all requests to
http://www.site1.ca/dojoroot/* straight to the filesystem and bypassing
tomcat/opencms

DocumentRoot /home/site1/static
SetEnvIfNoCase Request_URI ^/dojoroot/.*$ no-jk

.................
Jack 

> -----Original Message-----
> From: opencms-dev-bounces at opencms.org 
> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Manuel Wallnöfer
> Sent: Monday, October 20, 2008 4:12 AM
> To: The OpenCms mailing list
> Subject: [opencms-dev] External Link to file in filesystem
> 
> Hi all,
> 
> i want to create a external link to a file in the real file 
> system on the server where opencms runs.
> 
> How is this possible ?
> 
> for example to link to a file on drive L:/ of the server. (
> L://path/to/file/file.txt)
> 
> Thanks for help !
> 
> ~manuel
> 
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list To 
> change your list options, or to unsubscribe from the list, 
> please visit http://lists.opencms.org/mailman/listinfo/opencms-dev
> 




More information about the opencms-dev mailing list