hi all!<br>
<br>
I need all of your help! i have tried to install opencms 6.0.2 on linux for 3 weeks, but i still can't install it successfully.<br>
<br>
my environment is :<br>
tomcat 5.5.12 or tomcat 5.0.28<br>
jdk 1.5 or jdk 1.4<br>
mysql 4.1.12<br>
opencms 6.0.2<br>
suse 10.0 , fedora 4 or fedora 2<br>
<br>
i tried on all of platform above, but i got the same result.<br>
<br>
i tried to install on windows, it was successful.<br>
<br>
and i compare the setup.log on  windows and linux, i found at line 87 the windows setup.log is <br>
<br>
---------------------windows setup.log ----------------------------<br>
86:    ------ Publishing folders ...<br>
87:    ( 1 / 5 ) Publishing folder / ... o.k.<br>
88:    ( 2 / 5 ) Publishing folder /channels/ ... o.k.<br>
89:    ( 3 / 5 ) Publishing folder /sites/ ... o.k.<br>
90:    ( 4 / 5 ) Publishing folder /sites/default/ ... o.k.<br>
91:    ( 5 / 5 ) Publishing folder /system/ ... o.k.<br>
92:    ------ ... finished publishing folders<br>
93:    Statistics: published files: 0, published folders: 5, deleted folders: 0, duration: 00:00:00<br>
94:    f9162efd-5b2c-11da-ab7b-1f52bec19a5e<br>
----------------------windows setup.log--------------------------<br>
<br>
but on the linux setup.log is <br>
<br>
---------------------linux setup.log ----------------------------------<br>
86:     ------ Publishing folders ...<br>
87:     ( 1 / 1 ) Publishing folder / ... o.k.<br>
88:     ------ ... finished publishing folders<br>
89:     Statistics: published files: 0, published folders: 1, deleted folders: 0, duration: 00:00:00<br>
90:     61dcc37e-5b75-11da-a501-5fd817b28e2a<br>
91:     Admin@Online><br>
92:     Admin@Online># Create the default "Offline" project<br>
93:     Admin@Online>createDefaultProject Offline The Offline Project<br>
94:     Admin@Offline>setSiteRoot /sites/default/<br>
95:     Admin@Offline><br>
96:     Admin@Offline># Import the modules that have been selected in the setup wizard<br>
97:     Admin@Offline>importModulesFromSetupBean<br>
----------------------linux setup.log ----------------------------------<br>
<br>
they are different. on linux, install wizard publish only '/' folder, but on windows, it publish 5 folders. after install<br>
there is no new file was publish. who have suggestion? plz help. and could someone send your setup.log on linux<br>
platform? or tell me how did you install opencms on linux ? thx a lot.<br>