I guess I'm not sure what you mean by "download or use /jsetspeedtraining." I don't know what that is but I don't think you need it. The maven2 build is extremely simple:
1.) Download jetspeed-src-2.1.2.zip 2.) Unzip the file, resulting directory should be jetspeed-2.1.2 3.) copy settings.xm.sample from jetspeed-2.1.2/src/settings.xml.sample to ~/.m2/settings.xml 4.) edit ~/.m2/settings.xml (this involves entering the path to tomcat and database information) 5.) mvn install 6.) mvn -P tomcat What you are trying to do with the maven1 builds is generate your own portal. You can also do that with the maven2 builds (much simpler). But if you just want jetspeed.war to deploy to tomcat follow the steps above. Brice On 9/4/07, Mansour <[EMAIL PROTECTED]> wrote: > > 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] > >