ObjectWeb Consortium
Search ObjectWeb Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | enhydra List | April 2005 Index

<--  Date Index  --> <--  Thread Index  -->

Re: [enhydra] slow serving of JARs


Title: Message
Hi,
 
Try with setting "PresentationManager.CacheFiles" application property to "false"!
 
conf file configuration entry
---------------------------------------
PresentationManager.CacheFiles = false
 
web.xml configuration entry
----------------------------------------
<env-entry>
    <env-entry-name>PresentationManager/CacheFiles</env-entry-name>
    <env-entry-value>false</env-entry-value>
    <env-entry-type>java.lang.String</env-entry-type>
  </env-entry>
 
Hope this helps!
 
Regards,
     Slobodan Vujasinovic
Enhydra Development Team
 
 
----- Original Message -----
Sent: Thursday, April 28, 2005 5:48 PM
Subject: [enhydra] slow serving of JARs

Greetings.
 
I have an Enhydra web application, which consists of a single JAR file, say application.jar. This makes the deployment a breeze.
However, my web application contains several applets, which are jared up, signed and put in application.jar
Applets get loaded in the browser, but it takes about a minute to load a 100K applet. This is way too slow for the local network connection. Moreover, if an applet needs to upload some data on the client machine, it also takes a long time.
 
If I unpack application.jar and configure my Enhydra Web Application base to be a directory instead of the original JAR, then all my applets get loaded quickly and performance is good.
 
Is there a way to improve the performance of the applets, which are loaded from the JARs inside of the Enhydra Web Application JAR?
 
Thanks.
 
Oleg


<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 1999-2005, ObjectWeb Consortium | contact | webmaster.