[opencms-dev] Re: opencms installation. Importing modules in step 8 hangs
Marco
bef5471 at iperbole.bologna.it
Mon Aug 14 10:09:46 CEST 2006
Hi,
I resolved the question ho the hang of the import module Step during
installation of Opencms 6.0.2. How?
In my Tomcat 4.1.31 file configutation (server.xml), before I successfully
(after many attempts) Installed opencms, there was this context
configuration
line (which I wrote simply coping from other applications context):
<Context path="opencms" docBase="opencms" debug="0"
reloadable="true" crossContext="true">
So I modified it like this:
<Context path="opencms" docBase="opencms" debug="0"
crossContext="true">
Now the installation reach succesfully the end!!!! The problem in my
case was the presence of the attribute reloadable="true"
My system is:
java 1.4.2
windows 2000
Tomcat 4.1.31
Mysql 4.1.8
Marco.
More information about the opencms-dev
mailing list