我是 IBM 技术的新手,我的公司要求我实现一个IBM Websphere Portal Server 6.1
基于IBM AIX OS
.
我想使用脚本外壳部署或更新我的 portlet。第一个问题,有没有可以做到这一点的脚本?
如果是xmlAccess.sh
,我尝试了这个命令:
/PortalServer/bin/xmlaccess.sh -in deployIL1Portlet.xml -user wasadm -password ********* -url http://localhost:13040/wps/config
deployIL1Portlet.xml 内容:
<?xml version="1.0" encoding="UTF-8" ?>
<request
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="PortalConfig_6.0.1.xsd"
type="update">
<portal action="locate">
<web-app action="update" active="true" uid="fr.laposte.disf.il1.portlet.QuizPortlet">
<url>file:///data1/wasWP61IL1D101N1/il1/il1.war</url>
</web-app>
</portal>
</request>
我有这个错误:
EJPXB0006I: Connecting to URL http://localhost:13040/wps/config
EJPXB0002I: Reading input file /data1/wasWP61IL1D101N1/profile/PortalServer/bin/deployIL1Portlet.xml
EJPXB0013E: An error occurred while receiving the response.
EJPXB0016E: An error occurred on the client: sun.io.MalformedInputException
在 IBM 论坛上,我发现: http ://www.ibm.com/developerworks/forums/thread.jspa?threadID=205808
所以我检查了wkplc_comp.properties
:
XmlAccessPort
并且WpsHostPort
等于13040
如果你有一些线索,这将是一个真正的帮助!提前致谢