AW: [opencms-dev] Installing OpenCms on Sun Solaris
Emmerich, Michael
Michael.Emmerich at framfab.de
Tue May 9 13:55:52 CEST 2000
> I try to install OpenCms a folder like /mountpoint/user/opencms.
> The Apache Webserver is installed on /mountpoint/user/apache1.3.xx.
> The Web Server uses not the http default port 80 but any other port.
> In the file ../config/cmssetup I edited the line AddMountPoint as
> following:
>
> addMountPoint "/system/workplace/pics/" \
> "/mountpoint/user/apache/htdocs/pics" pics Guest
> Guests plain "383"
>
> The paths are spelled corretly. During the initalisation of
> OpenCms the
> following Java Exception is thrown.
>
> Detailed Error: readFolder [com.opencms.file.CmsAccessFileMySql]
> /system/workplace/pics/
> Caught Exception: [CmsException]: 2 Not found
> Detailed Error: [com.opencms.file.CmsAccessFileMySql]
> /system/workplace/pics/
The Mountpoint is not correctly defined here. The path into the filesystem
(the second parameter) must end with a "/", so the corret definition of the
mountpoint should be:
addMountPoint "/system/workplace/pics/"
"/mountpoint/user/apache/htdocs/pics/" pics Guest Guests plain "383"
Michael Emmerich
mailto:michael.emmerich at framfab.de
More information about the opencms-dev
mailing list