In your web.xml file change init-param value to the path that points to where your cocoon.properties file located at.
 
web.xml
-------------
 
 <web-app>
 
<servlet>
 
<init-param>
   <param-name>properties</param-name>
   <param-value>web-inf/conf/cocoon.properties</param-value>
</init-param>
.....
</servlet>
......
 
</web-app>
 
 
Cihan
-----Original Message-----
From: Ekrem Aksoy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 21, 2001 11:05 AM
To: [EMAIL PROTECTED]
Subject: Re: What's wrong?

I've tried this, too:) If you could install, pls tell me how in details... thanx.
----- Original Message -----
Sent: Tuesday, August 21, 2001 6:53 PM
Subject: RE: What's wrong?

try to put cocoon.properties under [dir-to-cocoon]/WEB-INF/conf/
 
Cihan
-----Original Message-----
From: Ekrem Aksoy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 21, 2001 10:38 AM
To: [EMAIL PROTECTED]
Subject: What's wrong?

I have installed cocoon-1.8.2 on my system(win2k+IIS+JRun3.0).Although I've followed the installing instructions, I couldn't get it worked. it gives this err mess:
unable to open resource:[dir-to-cocoon]/conf/cocoon.properties
I have modified the servlet init params several times but it didn't worked...?so what's wrong with this?
Thanx , Ekrem

Reply via email to