PDA

View Full Version : link spring with oc4j???


muhkah
Nov 7th, 2007, 03:42 AM
Hi,

I deployed my project using OC4J (C: / OC4J)

after deployment, the error message appear, that the project need the spring library on (C:/spring).

how to define that all the library spring, must refer to c:/spring ?

should I configure it, on applicationContext.xml, web.xml or what ???

on what way?:rolleyes:

pmularien
Nov 7th, 2007, 09:05 AM
Without log files and/or your deployment configuration (OC4J config files and web.xml), it's going to be hard to help you. It's most likely not a problem that's specific to OC4J, though. IIRC the only problems people have with Spring and [modern versions of] OC4J are around portlet support.

muhkah
Nov 8th, 2007, 02:32 AM
thanks for the response,

I've solved itself,
I copy all the .jar on spring directory on applib folder under "C:/OC4J/j2ee/home/applib"

so that, all the spring jar could load automatically when OC4J start.

the issue has been solved.

thanks.:rolleyes: