The build.properties file in your home directory you should have the following properties defined. Update it for the database of your choice. I used MySQL

#####################################################################################
#J1 property to build fusion
#####################################################################################
org.apache.jetspeed.fusion=true
maven.war.appserver.home = /usr/local/apache/jakarta-tomcat-4.1.30/

#################################################################################
# Fusion
#
org.apache.jetspeed.fusion.test.database.url = jdbc:mysql://localhost/j1fusiontest
org.apache.jetspeed.fusion.test.database.driver = com.mysql.jdbc.Driver
org.apache.jetspeed.fusion.test.database.user = jetspeed
org.apache.jetspeed.fusion.test.database.password = j2dev


org.apache.jetspeed.fusion.test.jdbc.drivers.path=/home/dev/apache/utils/mysql/mysql-connector-java-3.0.11-stable-bin.jar
org.apache.jetspeed.fusion.test.database.default.name=mysql
org.apache.jetspeed.fusion.test.database.ojb.platform=mysql

org.apache.jetspeed.fusion.production.database.url = jdbc:mysql://localhost/j1fusion
org.apache.jetspeed.fusion.production.database.driver = com.mysql.jdbc.Driver
org.apache.jetspeed.fusion.production.database.user = jetspeed
org.apache.jetspeed.fusion.production.database.password = j2dev


org.apache.jetspeed.fusion.production.jdbc.drivers.path=/home/dev/apache/utils/mysql/mysql-connector-java-3.0.11-stable-bin.jar
org.apache.jetspeed.fusion.production.database.default.name=mysql
org.apache.jetspeed.fusion.production.database.ojb.platform=mysql


Arnold, David wrote:

You are probably correct. I do not see anything on the either of these
locations. How do I deploy with Fusion enabled.


When I did my build for J1 I simply used maven war.  I had no
build.properties file, is this needed as in J2.

-David A.

-----Original Message-----
From: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 2:43 PM
To: Jetspeed Developers List
Subject: Re: Deploying Portlets



On Jul 1, 2004, at 11:24 AM, Arnold, David wrote:



I tried that, but it does not appear to be auto deploying the war I have
in the deploy directory. Do I need to do something in order for it to
deploy. A flag or something.



Do you see any output in your catalina.out or console?
The autodeployer logs information as it tries to deploy
If its not logging anything, then I imagine that you may have deployed with Fusion disabled, or that the J2 engine didn't initialize, check the log files



--------------------------------------------------------------------- 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]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to