WebClient/appserver vs WebClient/AIA

rguerrer

Member
Hi,

im not sure if this post is correct in this section... excuse me if not.

We have an application deveolped in webclient. When we use the appserver connection directly the peformance is ok, but when we change the connection throug AIA our application is too slow.

We have AIA with Tomcat with Apache in a linux server.

¿Are there some parameters to configure the AIA to improve the performance?

Thanks.
 

RealHeavyDude

Well-Known Member
You don't reveal any version of any software component that plays a part. There are known combinations of JRE, Tomcat and Apache version which do not work or are slow.

Other than that there is not much you can do wrong. Probably you need to tweak the jvm startup parameter for Tomcat and the AIA so that they can cope with large Temp-Tables or ProDataSets.

For both you should be able to find knowledge base entries that describe that.

Heavy Regards, RealHeavyDude.
 
Top