This is a discussion on Error while importing Portal pages - Websphere ; Hi, I get the following error while importing portal pages com.ibm.wps.command.xml.XmlCommandException: EJPXA0067E: The following configuration data is needed to create a web-app resource: url. [web-app] What should be the value for 'url' ? The statement used to execute is as ...
Hi,
I get the following error while importing portal pages
com.ibm.wps.command.xml.XmlCommandException: EJPXA0067E: The following configuration data is needed to create a web-app resource: url. [web-app]
What should be the value for 'url' ?
The statement used to execute is as follwos
"E:/IBM/WebSphere/AppServer/java/bin/java" -classpath %CLASSPATH% com.ibm.wps.xmlaccess.XmlAccess -in "F:/MyProject/local/build/theme/input/Pages.xml" -user wpsadmin -password password -url http://localhost:10038/wps/config
Is there any way I can confirm if ' http://localhost:10038/wps/config ' the correct value?
I have checked the wpconfig.properties in/config folder and the port values are
WpsHostPort=10038
WpsSoapPort=10033
WpsHostBasePort=30230
XmlAccessPort=10038
WpsContextRoot=wps
WsrpContextRoot=wsrp
Any idea on what might be wrong?