Ok, first of all add the following Java options to your Java command line :
 -Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser

We also had to add those options to increase the memory size but I
don't know if you have to :
 -Xmx512M
 -Xms512M

Finally, create a directory named "endorsed" in "ORACLE_HOME\jdk\jre\lib"  and
put there the following libraries :

xalan-2.5.0.jar or higher
xercesImpl-2.6.2.jar or higher
xml-apis.jar

Restart your container and everything should work.

Please note that Oracle doesn't support this configuration but it works so....
Good luck!

On 11/30/05, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> > > > if i try
> > > >
> > > > http://myurl:port/webcms/lenya/
> > >
> > > After a quick look at the OC4J manual it seems that you have to hit the
> > >
> > > http://myurl:port/webcms/
>
> doesnt work :(
> i have tried also:
> http://myurl:port/webcms/lenya/default/
> http://myurl:port/webcms/default/
> http://myurl:port/webcms/lenya/default/authoring/
> http://myurl:port/webcms/lenya/default/live/
>
> > I know what your problem is! I had so much trouble to deploy on Oc4j
> > but the good news it doable. The problem is that they embedd in their
> > JDK the Oracle XML Parser, wich is supposed to be JAXP certified...
> > But for some reason it doesn't work with Xalan. So all you have to do,
> > is to put xerces in the embedded directory of your JDK and specify
> > some parameters on the launch line. I don't remember it by heart but I
> > will send you the detailed instructions tomorrow once I am at my
> > office.
>
> thanks a lot :)
>
> > Oracle will offer a mechanism to override the bootstrap libraries but
> > in Oc4j 10.0.1.3 (always the next version, heh?). If you want my
> > opinion, it's really suck to hide your implementations like that so I
> > try to work with the official Sun JDK on my desktop but I know it
> > takes time to make such change on a production server.
> >
> > Hope this help!
>
> me too :)
>
> Thanks,
> CuPaKoB
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Alexandre Poitras
Québec, Canada

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to