I have, indeed, replicated this several times on several servers. 

David Morrow
Technical Systems Lead
Autodata Solutions Company
[EMAIL PROTECTED]
http://www.autodatasolutions.com
 
Tel: (519) 963-3020
Fax: (519) 451-6615
 
< Lead, follow or get out of the way! >
 
This message has originated from Autodata Solutions. The attached
material is the Confidential and Proprietary Information of Autodata
Solutions. This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please delete
this message and notify the Autodata system administrator at
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>


-----Original Message-----
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
Sent: Saturday, February 04, 2006 10:58 AM
To: Tomcat Users List
Subject: RE: KeepGenerated

> From: Dave Morrow [mailto:[EMAIL PROTECTED]
> Subject: KeepGenerated
> 
> If my thinking is correct, the change in KeepGenerated should have 
> decrease performance?  Am I correct in this assumption?
> Does anyonw know of any drawbacks to what I have done?

Changing keepgenerated shouldn't really have much of an effect at all,
other than the very minor difference on the first reference to a .jsp
due to deleting (or not) the generated .java source.  Once the .jsp has
been compiled into servlet form, I can't see any reason for a
performance impact one way or the other.  I suppose if the .java code is
some kind of watched resource, that might have some small effect.

Are you sure nothing else has changed?  Can you readily reproduce the
difference by changing only that attribute?  This is strange.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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


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

Reply via email to