You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by veeras <ve...@indts.com> on 2001/01/03 06:22:09 UTC

Cocoon1.8 on WebSphere3.5 ????

Hi all,
	Is it possible to install and run Cocoon1.8 on WebSphere3.5 Advanced
Edition?
	Pls help me...

	Thanks in adv

Regs
Veera

Re: Cocoon1.8 on WebSphere3.5 ????

Posted by Berin Loritsch <bl...@apache.org>.
veeras wrote:

> Hi all,
> 	Is it possible to install and run Cocoon1.8 on WebSphere3.5 Advanced
> Edition?
> 	Pls help me...
> 
> 	Thanks in adv
> 
> Regs
> Veera
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org

There was a patch in the current CVS that isn't in Cocoon 1.8
that allows this to happen.  Basically, the problem stems from
the fact that IBM screwed up there classloader royally (There
are other issues), and it forgot to load the URL handler for
the classloader: protocol.

The other hack that needs to be done is separate out ALL the
XSL files (if you plan on using XSP), and access them via the
file system.  Again IBM royally screwed up the classloader,
and you can't get resources out of jars--only classes.