You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by "Wilson, Bob" <Bo...@americawest.com> on 2001/12/04 00:45:56 UTC

Jetspeed and Oracle.

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Jetspeed and Oracle.

Posted by Timothy Spear <ts...@tangiblesoftware.com>.
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:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Jetspeed and Oracle.

Posted by To Toan Thang <tt...@cxf.co.jp>.
Hey,
Jetspeed was based on Jakarta Turbine framework, check
http://jakarta.apache.org/turbine/turbine-2/howto/oracle-howto.html
Hope this help.

Toan Thang

-----Original Message-----
From: Wilson, Bob [mailto:Bob.Wilson@americawest.com]
Sent: Tuesday, December 04, 2001 6:46 AM
To: 'Jetspeed Users List'
Subject: Jetspeed and Oracle.


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:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>