This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
Can we have mojoPortal site in cluster?
I am aware that we can have mojoPortal site in cluster but problem is when we upload an file using file manager then it is saved in the local path. ..data\sites\1\sharedfiles. So now when I access the site and the other server is hit I can see the file name since it is saved in the database but cannot download since it is not there physically. So my question is can we have change this path and point to some network shared folder?
yes a network share mapped as a virtual folder on each node of the cluster should work. See the article Implementation Considerations for Web Farms, and the rest of the articles about Web Farms and Clusters.
Thanks. I tried and it worked.