Jump to content
Software FX Community

charfx.webforms.config - web farm environments


Mini

Recommended Posts

Hi,

 

    When we run our chart, a temporary chart is saved at location "chartfx70\Temp", is it possible to set our own directory for saving this temporary chart.   I was load balancing the servers which caused the issue with the chart not displaying . one problem on a web farm architecture is that when the browser comes back to the server to retrieve such file; the HTTP request could be directed to another .

For this reason i moved the chartFx folder from the webapps folder to a common directory which can be accessed by both servers. But now i see the charts are not rendering .

 

I made changes to this chartfx.webforms.config file as below . But there is error with charts not rendering . Please help me out with this and let me know what are the changes required to relsolve this issue .

 

<CfxIESettings>
<Relative>chartfx70/temp</Relative>
<AxCompat>True</AxCompat>
<RequiredRoot>/home/tmp/</RequiredRoot>
<DefaultHandler>ChartFX.WebForms.Internal.OutputFileHandler,ChartFX.WebForms</DefaultHandler>
</CfxIESettings>

 

Thanks in advance.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...