hi,
1) in weblogic.properties file search for JSP settings like:
weblogic.httpd.initArgs.*.jsp=\
       pageCheckSeconds=1,\
       compileCommand=c:/jdk1.3.1/bin/javac.exe,\
       workingDir=e:/WebLogic/myserver/classfiles,\
       verbose=true
here pageCheckSeconds should be set to 1 which represents the frequency by which page is getting refreshed.
2) execution of page depends on the configuration of machine and moreover for the first time since JSP is getting compiled, it'' take time ...
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Charu Gupta
Sent: Wednesday, August 22, 2001 11:58 AM
To: [EMAIL PROTECTED]
Subject: Fine tuning weblogic performance

Hi all,

I am working on  an application comprising weblogic 5.1, oracle 8i.

Its a simple application consisting 2 jsp pages. I am not using connection pooling. Though the application works fine I am facing 2 problems:-

1) Even if I make some changes to my jsp pages, weblogic server does'nt refresh them, so I have to save these pages under diff. names and then execute them. the server serves up an old copy of the pages.

2) Even the simple pages take a lot of time to execute.

Above 2 problems are random, I have tried shutting off and starting the server again, deleting old files from internet explorer but this is not helping.

Any tips on what changes should I make to jsp pages or what settings do I change in weblogic would be very helpful.

Thanks.

 



 



Get your FREE download of MSN Explorer at http://explorer.msn.com
___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to