

Many clients have asked about remote auto-deploy. In theory it's doable if the remote Portal server is installed on a Windows-based server. I finally gave it a try and got this configuration tested successfully. What it takes is to map a drive to the Portal server and point to the mapped drive. What I found is that for the WAS deployment configuration, you cannot point to a remote WAS server, so what I did was to use WAS CE which come pre-configured with Portlet Factory 6.1. I originally got error when I tried to build the Portlet WAR because the mapped drive was read-only. In order for WPF to be able to build the WAR, it needs read/write access to the mapped drive. Also check out the
WPF wiki for additional information.
Note: special thanks to Usman Memon who helped with troubleshooting