Please help - Deploy portlet to portal server (windows)

Where can I find the psadmin commandline utility?I installed JES 2005Q4 on windows XP.Thanks
[120 byte] By [mwzhang] at [2007-11-25 22:17:14]
«« EJB
»» mail group
# 1
The psadmin command is specific to Portal 7. To deploy portlets with the 2005Q4 release - which is Portal 6- use the pdeploy command.HTH.
rufus40 at 2007-7-5 2:09:31 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2

psadmin is part if PS7 and JES2005Q4 on windows has PS 6.3 so for deploying portlets pdeploy can be used and it is in <JES_InstallDir>/PortalServer/bin

pdeploy deploy -u <amadmin> -w <adminuser> -p <adminuser> -g <war file name with full path>

the war file has to be given with its full location

sajesh_sun at 2007-7-5 2:09:31 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3
Thank you guys so very much.
mwzhang at 2007-7-5 2:09:31 > top of Java-index,Web & Directory Servers,Portal Servers...