|
Re: Understanding URL [message #327543 is a reply to message #325246] |
Mon, 16 June 2008 18:15 |
patrickhaston
Messages: 11 Registered: November 2007
|
Junior Member |
|
|
Hi Bala,
The portal url is made up of a number of components:
- The server name and the port number its listening on,
- The location of the page processing engine (in your example it's at /developer/page
- The database access descriptor (_dad) which tells the page processing engine where your database is
- The schema on your database where the page information is stored
- The id in the table of pages where the page you want to display can be found.
If you browse through the schema yourself you should be able to find the table with the pages in it. I can't remember the table name, but just look, DON'T MAKE ANY CHANGES!
Your page number is 34, but you may have tabs on the page and the second number indicates which tab should be made active.
Not sure why you wanted to know, but hope this is helpful.
Patrick.
PS, this was worked out by deduction and trial and error, so if you find any official documentation that tells you something different, then use that.
|
|
|