Woonsan was able to help find the resource so I was able to proceed. However, when I try to follow the instructions to modify the default page (see https://portals.apache.org/jetspeed-2/tutorial/02/default-page.html)
the instructions imply that there is something that looks like <page id="default-page"> <defaults layout-decorator="jetspeed" portlet-decorator="jetspeed" and I am to replace jetspeed with jetexpress. in the jetexpress-portal/src/main/webapp/WEB-INF/pages/default-page.psml file. However, this file contains something that looks like the following... --------------------------------------------------------------------------------- <page id="default-page" xmlns="http://portals.apache.org/jetspeed" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portals.apache.org/jetspeed http://portals.apache.org/jetspeed-2/2.2/schemas/psml.xsd"> <title>Users Home</title> <fragment id="jsmin-2" type="layout" name="jetspeed-layouts::VelocityTwoColumns"> <fragment id="jsmin-3" type="portlet" name="j2-admin::LoginPortlet"> <property name="row" value="0" /> <property name="column" value="0" /> </fragment> <fragment id="jsmin-4" type="portlet" name="j2-admin::LocaleSelector"> <property name="row" value="0" /> <property name="column" value="1" /> </fragment> </fragment> <security-constraints> <security-constraints-ref>AEUV</security-constraints-ref> </security-constraints> </page> -------------------------------------------------------------------------------------- I tried inserting the recommended text but nothing seems to work. It appears that the tutorial is somewhat out of date with what is currently implemented. Any ideas? Thank you, Dan On Tue, Sep 15, 2015 at 8:57 PM, Daniel Ernst <dan...@ernstco.us> wrote: > I am working through the jetexpress tutorial and have a question. > (https://portals.apache.org/jetspeed-2/tutorial/index.html) > > > After getting jetexpress to build, deploy and run (with help from an > expert), I started working through the rest of the tutorial. > > I didn't get too far. There is a link to a zip file that appears to be > missing. > > Here is the link. > > https://portals.apache.org/jetspeed-2/tutorial/downloads/tutorial-resources.zip > > Does anyone have access to this resource? > > Thank you! > > Dan --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-user-h...@portals.apache.org