Thanks :) I was finally able to install it properly using the link. Though with some modification.
I have one to clarify though - and this was what I think was causing my login problem. In tomcat's folder\conf\Catalina\localhost - jetexpress-2.xml I always have to change the context path to be "jetexpress-2" from jetspeed and set useContextClassLoader="true". I have to do this everytime I use mvn. Is there a way to avoid this? Thanks again. David Sean Taylor-3 wrote: > > > > 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] > > > -- View this message in context: http://www.nabble.com/Jetspeed2-Installation-tp23442409p23454775.html Sent from the Jetspeed - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
