• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Integrating Cocoon 1.8 and Tomcat 4.1.12

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I'm attempting to install cocoon 1.8 into Tomcat 4.1.12. I've made pretty good progress so far, but have encountered a problem that I haven't been able to get around.
Whenever I attempt to access the page http://<server:port>/cocoon/Cocoon.xml, I receive an error stating that cocoon is unable to load the resource cocoon.properties, and the exception thrown is a NullPointerException.
I've modified <tomcat-home>/webapps/cocoon/WEB-INF/web.xml to point to ./cocoon.properties in order to get this error. If I use the "standard" value of WEB-INF/cocoon.properties, cocoon is still unable to load the resource, but throws a FileNotFoundException.
I found a post by Caroline Iux dated 24 Sept 2001 that had the same issue with WebSphere. Her solution, unfortunately, did not work for me.

Thanks a lot,
Greg Jewell
[ October 31, 2002: Message edited by: Greg Jewell ]
[ October 31, 2002: Message edited by: Greg Jewell ]
 
He baked a muffin that stole my car! And this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic