By the way, all I need to do is to have jetspeed2.war. Exactly like jetspeed-1. THen I can copy it to my tomcat and import it inot eclipse, customize it easily, and export it again into war.


Brice Lambi wrote:
You really should be using the maven2 builds:

http://portals.apache.org/tutorials/jetspeed-2/

Brice


On 9/3/07, Mansour <[EMAIL PROTECTED]> wrote:
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]





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

Reply via email to