Revision
5570 -
Directory Listing
-
[select for diffs]
Modified
Fri Mar 16 12:07:12 2007 UTC
(15 years, 2 months ago)
by
bvanhalderen
Original Path:
hippo-cocoon/branches
Diff to
previous 5292
HIPCO-58: working version for WebLogic, make sure right dependencies are in WAR
- update dependencies to Cocoon 2.1.11-dev.
- update dependencies of hippo-cocoon-extensions to branched current dev.
- set match pattern from "" to "welcome" to aid WebLogic
- include contextConfigLocation in web.xml, for compat with Cocoon, might
not actually be needed.
- exclude a number of jars from the final war, which conflict with WebLogic:
xalan (we MUST use WebLogic's xalan)
bcel (it must be in the classpath because of another depencency)
xercesImpl (this one must be in the very front of the classpath)
xml-apis (this one must be in the very front of the classpath)
xml-rpc (clashes with WebLogic)
- In addition, for WebLogic, one MUST place the following jars IN THE FRONT
of the classpath (in the startWebLogic, otherwise it will override this),
in this order:
xml-apis-1.3.04.jar
xercesImpl-2.9.0.jar
jakarta-regexp-1.4.jar
bcel-5.1.jar