Nilton Lessa wrote: > Hi, > > I am deploying an app in a Windows 2003 server and after following > instructions I get in the list I could put he app to run succesfully, > but one problem; I cant' connect to my Oracle database, because the > driver isn't being found. > > The log states that: "the current CLASSPATH for your applications is: > WOBootstrap.jar". > > All the frameworks is being found. and unless this problem all seems > be working. > > I put the Oracle JDBC driver in C:\Apple\Library\Java. > > Is there any aditional Windows configuration am I missing? (it's the > first WebObjects installation I made in Windows) > > Thank you very much for any help. >
Hi, Our Oracle JDBC driver and other jars (mail.jar ...) are in the jre/lib/ext directory, and WEBOBJECTS_JAVA_EXTENSIONS var is set to this path (in MSDOS notation ie no space + 8 chars) which is C:/PROGRA~1/Java/j2re/lib/ext . You may also set WEBOBJECTS_JAVA_HOME to the directory where you install J2sdk (MSDOS notation too). Regards ------------------ Aurélien Minet Direction des systèmes d'information Université Réne Descartes Paris 5 01.40.46.17.09 _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com This email sent to [email protected]
