| George Daswani 2005-09-29, 6:01 pm |
| This is in regards to the IBM Redbook "WebSphere Portal V5.0 Production
Deployment and Operations Guide" - sg246391.pdf
When moving from staging to production, it takes about exporting the
AdminPages through xmlaccess (defined in the file AdminPages.xml)
Chapter 5 - Moving from staging to production
Section 5.6.2
-- cut --
To export admin pages, run the following command:
qexport.sh AdminPages.xml
Substitute qexport.sh for qexport.bat if you are running in a Windows
environment.
The result of this command should be:
<status element="all" result="ok"/> </request>
The results file, exported_AdminPages.xml, is written to the current
directory.
-- cut --
Which part of the Portal Configuration does the AdminPages.xml export? Does
anybody have this xml file? the redbook_scripts.zip (Additional Materials)
do not have any of the xmlaccess scripts..
Thanks in advance.
|