1) No directory for group jetspeed, i.e. /WEB-INF/psml/group/jetspeed. 
   This group is included in the database, so the configuration should
   be complete.
   Directory exist for the group apache, but no entry in the database.

2) The URL is to directly access a page is :
   Current User:
       localhost/jetspeed/portal/page/<filename>

   Named User (username will be reset by jetspeed to the current 
   username, so why use!) :
       localhost/jetspeed/portal/user/<username>/page/<filename>

   Group file:
       localhost/jetspeed/portal/group/<groupname>/page/<filename>

3) It is not looking for the file in other places!  For the user 
   trubine, I expected localhost/jetspeed/portal/page/NetworkStatus to
   look down the following path:
    /WEB-INF/psml/user/turbine/html/NetworkStatus.psml
    /WEB-INF/psml/group/jetspeed/html/NetworkStatus.psml
    /WEB-INF/psml/user/NetworkStatus.psml

   Below is the path used:
    /WEB-INF/psml/user/turbine/html/NetworkStatus.psml
    /WEB-INF/psml/user/NetworkStatus.psml

  I suspect user-group support is not completed.

4) Groups work as expected:
   localhost/jetspeed/portal/group/jetspeed/page/NetworkStatus 
   look down the following path:
    /WEB-INF/psml/group/jetspeed/html/NetworkStatus.psml
    /WEB-INF/psml/group/NetworkStatus.psml

   Should the /WEB-INF/psml/html/NetworkStatus.psml have 
   been in the path?


5) I ended up restarting jetspeed when ever I added a file in
   /WEB-INF/psml/...  Their may be a refresh time I am not
   waiting on.

6) Caching on the browser can be confusing.

Paul Spencer

David Sean Taylor wrote:
> 
> Read the profiler proposal under /proposals/0005.txt
> It describes how to reference resources in a URL
> 
> For ex.,  to access a psml page called "test" for user "paul", you would
> 
> /user/paul/page/test
> 
> or a group called "apache", psml page "news"
> 
> /group/apache/page/news
> 
> Of course, first you must place the file on the file system,  as you
> specified below.
> 
> -----Original Message-----
> From: Paul Spencer [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 18, 2001 11:49 AM
> To: [EMAIL PROTECTED]
> Subject: How to Referance a portal page
> 
> I would like to define a page, i.e. network_status.psml, that can be
> referenced via a URL.  In this example, a link the the page
> network_status.psml would be on the left navigation bar.
> 
> Where should the file be?  I am hoping the answer is "in the search path
> defined below"
>    /WEB-INF/psml/user/<user_name>/html for the specific user.
>    /WEB-INF/psml/group/<group_name>/html for all user in the group.
>    /WEB-INF/psml/user/html for all users.
> 
> Paul Spencer
> 
> ---------------------------------------------------------------------
> 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]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to