Tried that, did not work. I have run into this on solaris and linux. for some reason the sun JDK's on non wiondows platforms do not handle zip files in the class path very well (if renamed to a jar).
Tim -----Original Message----- From: Mannering, J (Joe) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 6:15 AM To: 'Jetspeed Users List' Subject: RE: Jetspeed and Oracle. You shouldn't need to unzip the files: try renaming from classes12.zip to classes12.jar and put in the lib dir. Joe. -----Original Message----- From: Timothy Spear [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 04 December 2001 1:39 AM To: Jetspeed Users List Subject: Re: Jetspeed and Oracle. Hi, I have JetSpeed running on Linux hitting a remote Oracle box. There was no need to install Oracle locally with JetSpeed. Just make sure you include the Oracle jdbc driver files (I needed to unzip the files and add to the classes directory under WEB-INF). For the driver settings check the following properties in 7.WEB-INF/conf/TurbineResources.properties: database.default.driver=oracle.jdbc.driver.OracleDriver database.default.url=jdbc:oracle:thin:@localhost:1521:ts1 database.default.username= database.default.password= database.adaptor=DBOracle database.adaptor.DBOracle=oracle.jdbc.driver.OracleDriver Tim Wilson, Bob wrote: >I'm looking to begin using Jetspeed with Oracle. I was wondering whether I >require Oracle to be installed on my Linux box where Jetspeed resides? I >want to be able to connect to a database on our network with resides on one >of our servers and be able to extract data to present in a portlet. Would >connecting to the database be just as simple as downloading the Oracle >driver, installing it, and configuring a few files? > >If anyone can point me in the right direction or even point me to some >tutorials I would appreciate it. Thanks, in advance. > >Bob Wilson. > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> ============================================================================ ==================== This electronic message (email) and any attachments to it are subject to copyright and are sent for the personal attention of the addressee. Although you may be the named recipient, it may become apparent that this email and its contents are not intended for you and an addressing error has been made. This email may include information that is legally privileged and exempt from disclosure. If you have received this email in error, please advise us immediately and delete this email and any attachments from your computer system. Co�peratieve Centrale Raiffeisen-Boerenleenbank BA (trading as Rabobank Group Treasury and Rabobank International),incorporated in the Netherlands. Registered with the Registrar of Companies for England & Wales No. BR002630. Regulated by the FSA. The presence of this footnote also confirms that this email has been automatically checked by us for the presence of computer viruses prior to it being sent, however, no guarantee is given or implied that this email is virus free upon delivery. . ================================================================== -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
