[opencms-dev] HTdig

Stephan Hartmann hartmann at waehrisch-feykes.de
Fri Jan 11 16:18:47 CET 2002


Hi Thys,

first, you should not use tomcat 3.3 but 4.0.1. Anyway, this 302 error might 
have the reason that OpenCms redirects requests to images residing in /pics 
folder and also downloads residing in /download to urls where your apache can 
deliever them. Therefor OpenCms writes this contents unlike the rest to your 
real filesystem when you publish a project. To avoid this, in your 
TOMCAT_HOME/webapps/opencms/WEB-INF/config/opencms.properties
try comment or delete the lines

exportpoint.0=/pics/
exportpoint.path.0=pics/
exportpoint.1=/download/
exportpoint.path.1=download/
redirect.0=/pics/
redirectlocation.0=/opencms/pics/
redirect.1=/download/
redirectlocation.1=/opencms/download/                  

and restart your server.

Let me know if this works.

bye,

- Stephan

Am Freitag, 11. Januar 2002 14:17 schrieben Sie:
> Can anyone that has got htdig working with opencms please let me know what
> servlet engine they are using. I am experiencing problems with jrun and
> tomcat 3.3.
>
> Thanx
> Thys de Wet
>
> "Oh dear, I think you'll find reality's on the blink again."
> -- Marvin The Paranoid Android



More information about the opencms-dev mailing list