0

私はIBMテクノロジーに不慣れであり、私の会社はに基づいてポートレットを実現するように求めていIBM Websphere Portal Server 6.1ますIBM AIX OS

スクリプトシェルを使用してポートレットをデプロイまたは更新したいと思います。最初の質問ですが、これを実行できるスクリプトはありますか?

もしそうなら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.propertiesXmlAccessPortそしてWpsHostPort13040に等しい

手がかりがあれば、それは本当に助けになります!前もって感謝します

4

1 に答える 1

1

次の戦略を使用できます。

まず、管理コンソールからアプリケーションをインストールします。次に、インストールしたら、webapp 構成をエクスポートして、xmlaccessを介した将来の更新に使用できる XML ファイルを生成できます。

于 2013-02-18T20:58:54.377 に答える