Woonsan:
Thank you. I didn't try it yet, but I will, and I will post the results.
Woonsan Ko wrote:
Hi Mansour,
I think you met a problem with database settings.
In my case, I use MySQL with the following database settings in
build.properties:
org.apache.jetspeed.test.database.url = jdbc:mysql://localhost/j2
org.apache.jetspeed.test.database.driver = com.mysql.jdbc.Driver
org.apache.jetspeed.test.database.user = j2
org.apache.jetspeed.test.database.password = XX
org.apache.jetspeed.test.jdbc.drivers.path =
/home/woonsan/mysql-connector-java-5.0.5/mysql-connector-java-5.0.5-bin.jar
org.apache.jetspeed.test.database.default.name = mysql
org.apache.jetspeed.production.database.url = jdbc:mysql://localhost/j2
org.apache.jetspeed.production.database.driver = com.mysql.jdbc.Driver
org.apache.jetspeed.production.database.user = j2
org.apache.jetspeed.production.database.password = XX
org.apache.jetspeed.production.jdbc.drivers.path =
/home/woonsan/mysql-connector-java-5.0.5/mysql-connector-java-5.0.5-bin.jar
org.apache.jetspeed.production.database.default.name = mysql
Also, MySQL should be accessible at the build time! If you use the default
settings (e.g. HSQL
DB), then you should start an instance of HSQL DB first.
Therefore, jetexpress directory is the portal
application of jetspeed and any other directory I copy or deploy is a
portlet application (ie. j2-admin), am I right here?
Yes, you're right.
-Woonsan
--- Mansour <[EMAIL PROTECTED]> wrote:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]