cancel
Showing results for 
Search instead for 
Did you mean: 

Can FSR Deploy to remote location?

kmehta31
Champ in-the-making
Champ in-the-making
Just Quickly want to find out (if anyone has already tried this).
Consider following target set in application-context.xml
<entry key="sample">            
<map>
    <entry key="sample">
     <value>/usr/local/store/xyz/abc</value>
    </entry>
    ………
    ……..                                          
</map>
</entry>

Can I point the "sample" target to remote directory…ie. FSR running on one machine and deploying to remote machine….If yes, what all things to be taken care of (in terms of file permission etc) for FSR to communicate to remote server….
1 REPLY 1

mrogers
Star Contributor
Star Contributor
/usr/local/store/xyz/abc could be a remote file system.   Just use your OS to mount it. 

Or you run the FSR on your remote system.

Or you run your FSR on one system and then use the post commit callback to copy the content elsewhere.