On 6/23/05, Upayavira <[EMAIL PROTECTED]> wrote: > Igor Bukanov wrote: > > So with rhino from mozilla.org JavaScript works in Cocoon even if > > WebLogic contains its own older version, right? > > > > Regards, Igor > > > > > >>Ok, putting the new rhino jar in cocoon made our app get past the > >>flowscript problems. However, we still have xalan and xerces > >>problems. The only way we have been able to get past those is by > >>putting the xalan, xerces and xml-apis jar files in jre/lib/endorsed. > >>Does anyone have a workaround for this? Our customer will not like > >>having to put something in jre/lib/endorsed. > > Start up the servlet container with -Djava.endorsed.dirs=<PATH TO > ENDORSED LIB DIR> > > Regards, Upayavira > >
I understand we can put an endorsed directory to make this work. I was hoping for a different workaround that didn't involve an endorsed directory. (Like if someone else has found a different way to solve the xalan/xerces weblogic problem) Irv
