You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Mark Washeim <es...@canuck.com> on 2000/05/12 00:29:26 UTC

Sigh. IBM websphere

Ok, I'm really stumped.

I'm trying to get cocoon running under Websphere. Sigh.(I'm finally trying
to migrate a subset of eurofootball from being xalan and xerces and custom
servlets to cocoon).

I get the cocoon screen (when invoked with cocoon.xml):
"The servlet initialization argument "properties" was not found. Please,
make sure Cocoon is able to find its configurations or it won't be able to
execute correctly."

My candy ass, out-of-the-box install:

../..WebSphere/AppServer/properties/server/servlet

The servlet.properties file (I've configured mimetypeservlet, etc)

# Cocoon servlet used for rendering from file
servlet.cocoon.code=org.apache.cocoon.Cocoon
servlet.cocoon.initArgs=properties=/opt/WebSphere/AppServer/lib/cocoon/conf/
cocoon.properties

I'm assuming it should be 'much' like the jserv config?

I've never had this problem under jserv/tomcat/etc.....

Anyone have any ideas?

Mark