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.

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!

On 11/29/05, Damjan S. Vujnovic <[EMAIL PROTECTED]> wrote:
> > dcmctl> deployapplication -f
> > /home/ias904/lenya/apache-lenya-1.2.4-bin/lenya.war -a webcms -rc webcms
> > -co test
>
> ...
>
> > 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/
>
> and not the http://myurl:port/webcms/lenya because your context root is webcms
> and not webcms/lenya (due to the -rc webcs parameter passed).
>
> HTH,
> Damjan S. Vujnovic
>
> ---------------------------------------------------------------------
> 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