03-25-04 07:34 PM
I have a portal running on Win2k that I have exported (the whole thing)
and I want to import it to a new Portal running on Linux. I generate the
XML file, copy the wars, themes, etc. Now when I run the import routine
against my XML file, the results.xml says its looking for my portlet WAR
files in D:\ . . . Of course thats coorect for the Win2k Server but not
for the Linux server. I searched the XML file and I see the variable
$server_root$ but I do not see there the valuse is set. I need to be
able to specify the location oof the WAr files in linux.
<?xml version="1.0" encoding="UTF-8"?>
<!-- IBM WebSphere Portal/5.0 build 144 exported on Thu Mar 25 11:04:59
PST 2004 from AX11QWAS01/10.100.11.22 -->
<request type="update"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="PortalConfig_1.2.
xsd">
<status element="[web-app _1_082MMH1FGD021STQ_69
uid=CustomLogin.00cccb6f7fc7001711869396a3e0e8f8]" result="failed">
<message>com.ibm.wps.command.xml.XmlFormatException: XMLC0107E:
The resource for the URL file://localhost/$server_roo
t$/installableApps/CustomLogin.war could not be read. [web-app
_1_082MMH1FGD021STQ_69 uid=CustomLogin.00cccb6f7fc700171186939
6a3e0e8f8]</message>
<message>java.io.FileNotFoundException:
d:\IBM\WebSphere\PortalServer\installabl
eApps\CustomLogin.war (The
system can
not find the file specified)</message>
</status>
</request>
[ Post a follow-up to this message ]
|