Hi, I'm having a similar issue. Could you share how got it solved. I can't figure how to redirect user to <home>\pages\_user\abcd\ directory after login instead of just seeing <home>\pages\default-page opening for every user after login.
Thanks anyz-2 wrote: > > Randy, > I switched to File system based installation and tried replacing > default-page.psml under Jetspeed-2.2.1\pages\_user\guest but it didn't > make > any differnece. > > Also i copied the template.tpsml in same folder to hide the default > portlets > like Page Navigator and Tool Box but that even is not effective. > Everything > is visible to guest user. > > Am i missing something. > > Thanks > > On Tue, Dec 21, 2010 at 11:51 AM, Randy Watler <[email protected]> > wrote: > >> Anyz: >> >> Ah. Yes, you need to make changes in the DBPM equivalent PSML.All the >> constraint and profiler concepts and configuration carry over to the >> DBPM, >> so my previous comments/directions still hold. >> >> My suggestion would be to go back to file based PSML until you are >> comfortable with your configuration. Then, import the PSML into the DBPM >> and >> go from there. It is simply easier to make bulk changes in the file PSML >> at >> first. >> >> You can also try importing and exporting PSML pages and folders piecemeal >> using the admin tools to help make the transition. >> >> HTH, >> >> Randy >> >> >> On 12/20/2010 10:19 PM, anyz wrote: >> >>> Randy, >>> thanks for your reply. I named my custom psml page as default-page.psml >>> and >>> put it under Jetspeed-2.2.1\pages\_user\guest >>> however it was not picked up by J2 on accessing portal. >>> >>> Sorrry i forget to mention that while installing J2 i choose to store >>> PSML >>> in DB. I'm not sure in this case the psml in folders should even reside >>> there and if these are effective. Do i need to configure PSML pages >>> through >>> admin portlets? >>> >>> >>> >>> >>> On Mon, Dec 20, 2010 at 7:57 PM, Randy Watler<[email protected]> >>> wrote: >>> >>> Anyz, >>>> >>>> I am not sure that property works for what you are trying. Typically, >>>> one >>>> usually replaces the default-page.psml. >>>> >>>> To ensure guest is the only person that sees the page, add a new >>>> default-page.psml here: >>>> >>>> <psml_root>/_user/guest/default-page.psml. >>>> >>>> This should get you started with the default profiling rules. Once you >>>> get >>>> that going, many other pmsl directory structures can be supported using >>>> the >>>> various built-in and customized profiling rules. >>>> >>>> HTH, >>>> >>>> Randy >>>> >>>> >>>> On 12/20/2010 5:46 AM, anyz wrote: >>>> >>>> I am trying to configure the default page to show as user hit the >>>> Portal >>>>> URL. I want user to land on my login page/portlet. I tried following >>>>> options >>>>> but no sucess. >>>>> >>>>> 1- Modifying jetspeed/web-inf/conf/override.properties file by adding >>>>> "psml.page.default = mylogin-page.psml" but it didn't work. As soon as >>>>> i >>>>> hit >>>>> URL http://localhost:8080/ the default-page.psml is displayed. >>>>> >>>>> 2- Defining profiling rule and assigning to guest user >>>>> >>>>> 3- Adding<default-page> element to both pages\folder.metadata and >>>>> pages\_user\admin\folder.metadata >>>>> >>>>> Could you please guide what i'm missing. How can i change default page >>>>> of >>>>> J2. >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>> 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] >> >> > > -- View this message in context: http://old.nabble.com/Configuring-Default-Page-for-J2-tp30497982p31838899.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]
