On May 8, 2009, at 11:43 AM, David Encinas wrote:

Hi,

I (completly new to this) was able to build v2.1.3 using maven and, deploy to tomcat and connecto to mysql.

       I followed steps in

                
http://portals.apache.org/jetspeed-2.1.3/tutorials/stepbystep/guide-building-custom-portal-maven2.html
        
        and changed 2.1-dev to 2.1.3 in the mvn command:

mvn archetype:create
    -DarchetypeGroupId=org.apache.portals.jetspeed-2
    -DarchetypeArtifactId=portal-archetype -DarchetypeVersion=2.1.3
    -DgroupId=bluesunrise
    -DartifactId=jetexpress-2
    -Dversion=1.0

Then it took my some time to configure the settings.xml. But now it is working. I attach it just in case:

<settings.xml>

The only problem I am having now is that with mvn tomcat,min , the installation has no user so I do not know how to login to the app :)

Hope this help.


min deploy should have the following users configured in the seed data:

                <User name="admin">
                        <credentials password="admin" enabled="TRUE" 
requiresUpdate="TRUE"/>

                <User name="devmgr">
                        <credentials password="devmgr" enabled="TRUE"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to