I am new on IBM technologies and my company ask me to realize a portlet on an \[code\]IBM Websphere Portal Server 6.1\[/code\] base on \[code\]IBM AIX OS\[/code\].I would like to deploy or update my portlet using a script shell. First question, is there a script that can do this ?If it is \[code\]xmlAccess.sh\[/code\], i tried this command :\[code\]/PortalServer/bin/xmlaccess.sh -in deployIL1Portlet.xml -user wasadm -password ********* -url http://localhost:13040/wps/config\[/code\]deployIL1Portlet.xml content : \[code\]<?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>\[/code\]I have this error :\[code\]EJPXB0006I: Connecting to URL http://localhost:13040/wps/configEJPXB0002I: Reading input file /data1/wasWP61IL1D101N1/profile/PortalServer/bin/deployIL1Portlet.xmlEJPXB0013E: An error occurred while receiving the response.EJPXB0016E: An error occurred on the client: sun.io.MalformedInputException\[/code\]On IBM Forum i found :http://www.ibm.com/developerworks/forums/thread.jspa?threadID=205808So i checked into \[code\]wkplc_comp.properties\[/code\] :\[code\]XmlAccessPort\[/code\] and \[code\]WpsHostPort\[/code\] equals 13040If you have some clue, it will be a real help !Thanks in advance