Another thing you can do to speed up initial page-loads is pre-compile
JSPs.  AppFuse 1.9.4 supports this.  Just change the "jsp.precompile"
property in properties.xml or use -Djsp.precompile=true from the
command line.

Matt

On 12/20/06, Sanjiv Jivan <[EMAIL PROTECTED]> wrote:


On 12/20/06, Robert Campbell <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> We running Appfuse w/Tapestry on WebLogic. Our Build-Test-Deploy cycle is
KILLING us. The build isn't so bad, but the wldeploy ant task - the
deploying of the war - takes ages, and once it's deployed, the first page
view takes ages also.

Here's how I solved some Weblogic performance issues :
http://www.jroller.com/page/sjivan?entry=have_you_profiled_your_web


> Maybe this is a stupid question and we're missing something totally
obvious, but are there any tips to speeding up the deploy & first compile?
>
> We can't use Tomcat instead, so we are going to try WebLogic Express for
development and see if it's faster.
>
> We can also speed things up if we only change DAO & Service by using unit
testing only with no deploy, but right now it's mostly front-end Tapestry
stuff we're doing.. so it requires an actual page view to text ajax, etc.
>
> Thanks!
>




--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to