Jump to content
Software FX Community

ChartFX on Weblogic 8.1


User (Legacy)

Recommended Posts

Hi,

If you deploy to Weblogic as a WAR, you have to generate the image in memory

because there will be no access to a temporary folder. To generate the

chart in memory and bitstream you will have to call the getHtmlData method,

or in your case, set the memImage="true" in the Chart tag.

The other option is deploying as a folder instead, which is an option in

Weblogic.

Regards,

GA

"Soja Rajkumari" <soja.rajkumari@hotmale.com> wrote in message

news:JwNLLq$wFHA.1764@webserver3.softwarefx.com...

> Hi

>

> I am deploying the ChartFX JSF version in my test web application on

> Weblogic 8.1.

>

> However, since my test app is a WAR file, the "temp" folder option does

> not apply; my charts do not get generated.

>

> What am I missing?

>

> Thanks

> Soja Rajkumari

Link to comment
Share on other sites

Thanks for the great support.

ChartFX is really a wonderful product.

Rajkumari S.

SoftwareFX Support wrote:

> Hi,

>

> If you deploy to Weblogic as a WAR, you have to generate the image in memory

> because there will be no access to a temporary folder. To generate the

> chart in memory and bitstream you will have to call the getHtmlData method,

> or in your case, set the memImage="true" in the Chart tag.

>

> The other option is deploying as a folder instead, which is an option in

> Weblogic.

>

> Regards,

> GA

>

> "Soja Rajkumari" <soja.rajkumari@hotmale.com> wrote in message

> news:JwNLLq$wFHA.1764@webserver3.softwarefx.com...

>

>>Hi

>>

>>I am deploying the ChartFX JSF version in my test web application on

>>Weblogic 8.1.

>>

>>However, since my test app is a WAR file, the "temp" folder option does

>>not apply; my charts do not get generated.

>>

>>What am I missing?

>>

>>Thanks

>>Soja Rajkumari

>

>

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...