What I do not understand is how to handle installation with embedded
Derby... As in there are no demands for prerequisite Derbu installation I
presume that when working with embedded database there is no need to install
it, it will be done by Jetspeed while generating portal. Or am I wrong? If I
have to install and run Derby before getting Jetexpress up and running,
where do I find appropriate advise?
I have tried both Jetspeed 2 installation from source and Jetspeed tutorial
installation advise of JetExpress installation but get permanently stuck
with running the portal (building with Maven2 shows success as well as
generating and deploying the application). But until now I have not been
able to run the portal...
I tried to copiy "derby-10.1.1.0.jar" to
C:/JetspeedTraining/tomcat-express/server/lib and set it as driver path. It
does not work....
My Derby settings are following:
<org.apache.jetspeed.production.jdbc.drivers.path>C:/JetspeedTraining/tomcat
-express/server/lib</org.apache.jetspeed.production.jdbc.drivers.path>
optionally I tried the original:
<org.apache.jetspeed.production.jdbc.drivers.path></org.apache.jetspeed.prod
uction.jdbc.drivers.path>
<org.apache.jetspeed.production.database.default.name>derby</org.apache.jets
peed.production.database.default.name>
<org.apache.jetspeed.production.database.url>jdbc:derby:C:/JetspeedTraining/
database/jetexpress</org.apache.jetspeed.production.database.url>
<org.apache.jetspeed.production.database.driver>org.apache.derby.jdbc.Embedd
edDriver</org.apache.jetspeed.production.database.driver>
<org.apache.jetspeed.production.database.user></org.apache.jetspeed.producti
on.database.user>
<org.apache.jetspeed.production.database.password></org.apache.jetspeed.prod
uction.database.password>
Please help me over the problem I have been dealing with several weeks
now:-(
Evi
-----Original Message-----
From: David Sean Taylor [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 30, 2007 9:39 PM
To: Jetspeed Users List
Subject: Re: JetExpress running error, tutorial
On Jan 30, 2007, at 11:29 AM, evi wrote:
> The settings file in .m2 directory seems to be as suggested:
>
> <!-- Derby embedded database properties
> -->
> <org.apache.jetspeed.production.jdbc.drivers.path />
>
Try setting your jdbc driver path to the embedded derby driver and rebuild
all Watch for errors during the build...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]