Hi Raj,
Yes it is possible but you have to build it from the source ( maven
allClean allBuild) and than deploy it : "maven allDeploy").
Here is my property file. I 'm going to review the site because it is
maybe obsolete.
#
---------------------------------------------------------------------------------
# JETSPEED 2
#
---------------------------------------------------------------------------------
org.apache.jetspeed.server.home=/home/christophe/myapplications/apache-tomcat-5.5.12
org.apache.jetspeed.server.shared=${org.apache.jetspeed.server.home}/shared/lib/
org.apache.jetspeed.deploy.war.dir=${org.apache.jetspeed.server.home}/webapps/
org.apache.jetspeed.services.autodeployment.user=j2
org.apache.jetspeed.services.autodeployment.password=j2
org.apache.jetspeed.catalina.version.major=5.5
org.apache.jetspeed.project.home = /home/christophe/javaprojects/jetspeed2
org.apache.jetspeed.portal.home = ${org.apache.jetspeed.project.home}
# configure MySQL TEST DB
org.apache.jetspeed.test.database.default.name=mysql
org.apache.jetspeed.test.database.url =
jdbc:mysql://localhost/j2test?useServerPrepStmts=false
org.apache.jetspeed.test.database.driver = com.mysql.jdbc.Driver
org.apache.jetspeed.test.database.user = root
org.apache.jetspeed.test.database.password =
org.apache.jetspeed.test.jdbc.drivers.path=
/home/christophe/.maven/repository/mysql/jars/mysql-connector-java-3.1.10-bin.jar
# configure MySQL Production DB
org.apache.jetspeed.production.database.default.name=mysql
org.apache.jetspeed.production.database.url =
jdbc:mysql://localhost/j2?useServerPrepStmts=false
org.apache.jetspeed.production.database.driver = com.mysql.jdbc.Driver
org.apache.jetspeed.production.database.user = root
org.apache.jetspeed.production.database.password =
org.apache.jetspeed.production.jdbc.drivers.path=
/home/christophe/.maven/repository/mysql/jars/mysql-connector-java-3.1.10-bin.jar
Regards,
Christophe
#
---------------------------------------------------------------------------------
# GRAFFITO
#
---------------------------------------------------------------------------------
# configure TEST DB
org.apache.portals.graffito.test.database.default.name=mysql
org.apache.portals.graffito.test.jetspeed=false
#org.apache.portals.graffito.test.database.url =
jdbc:mysql://localhost/graffitotest?dumpQueriesOnException=true
org.apache.portals.graffito.test.database.url =
jdbc:mysql://localhost/graffitotest?useServerPrepStmts=false
org.apache.portals.graffito.test.database.driver = com.mysql.jdbc.Driver
org.apache.portals.graffito.test.database.user = root
org.apache.portals.graffito.test.database.password =
org.apache.portals.graffito.test.jdbc.drivers.path=/home/christophe/.maven/repository/mysql/jars/mysql-connector-java-3.1.10-bin.jar
# configure PRODUCTION DB
org.apache.portals.graffito.production.database.default.name=mysql
org.apache.portals.graffito.production.jetspeed=true
org.apache.portals.graffito.production.database.url =
jdbc:mysql://localhost/j2?useServerPrepStmts=false
org.apache.portals.graffito.production.database.driver = com.mysql.jdbc.Driver
org.apache.portals.graffito.production.database.user = root
org.apache.portals.graffito.production.database.password =
org.apache.portals.graffito.production.jdbc.drivers.path=/home/christophe/.maven/repository/mysql/jars/mysql-connector-java-3.1.10-bin.jar
#Configue the Graffito Master OJB Store - USED FOR THE UNIT TESTS
org.apache.portals.graffito.database.ojb.platform=MySQL
org.apache.portals.graffito.database.ojb.datasource=java:comp/env/jdbc/graffitotest
On 1/3/06, Raj Saini <[EMAIL PROTECTED]> wrote:
> Hi Christophe,
>
> Is it possible to install it in existing Jetspeed 2 installation? I need to
> build it from source?
>
> Regards,
>
> Raj
>
> On 1/3/06, Christophe Lombart <[EMAIL PROTECTED]> wrote:
> >
> > Hi all,
> >
> > I just migrated Graffito in order to use it with Jetspeed 2.0 (not yet
> > 2.1-dev). Let me know if something is wrong. Tomorrow, I will try to
> > support derby. Until now, my test has been done with mysql.
> >
> > Christophe
> >
>
>