RE: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000

2004-06-09 Thread Shapira, Yoav

Hi,
Note that these fork and development settings are explicitly covered in
the tomcat docs with regards to development versus production
configurations.  For tomcat 4.1, see
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Michael Duffy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 09, 2004 2:32 PM
To: [EMAIL PROTECTED]
Subject: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000


That nice performance tuning presentation by Glenn
Nielsen has some nice tips that I was unaware of, but
there's one that's confusing me.

In web.xml, he talks about the servlet init-param
fork.   This tells Tomcat to compile JSPs in a
separate process if set to true.  It prevents memory
leaks due to javac and reduces GC due to JSP compiles.

Then he explicitly says, Do not set fork to true on
MS Windows.

This this correct for Tomcat 4.1.29 running on Windows
2000?

He also recommends setting the two servlet
init-param development and mappedfile to false.
I've never done that before.  (Good to know.)

How many other well-known settings am I missing?

Thanks - %





__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/

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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



RE: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000

2004-06-09 Thread Michael Duffy

Hi Yoav,

Yup, I'm a doofus.  ;)  I realized after I'd sent this
note out that I should look on the Tomcat site for
help.  I'm making those changes to my web.xml now.  

Sorry to waste your time, and thanks. - %


--- Shapira, Yoav [EMAIL PROTECTED] wrote:
 
 Hi,
 Note that these fork and development settings are
 explicitly covered in
 the tomcat docs with regards to development versus
 production
 configurations.  For tomcat 4.1, see

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html.
 
 Yoav Shapira
 Millennium Research Informatics
 
 
 -Original Message-
 From: Michael Duffy [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 09, 2004 2:32 PM
 To: [EMAIL PROTECTED]
 Subject: Performance Tuning Question For Tomcat
 4.1.29 On Windows 2000
 
 
 That nice performance tuning presentation by Glenn
 Nielsen has some nice tips that I was unaware of,
 but
 there's one that's confusing me.
 
 In web.xml, he talks about the servlet init-param
 fork.   This tells Tomcat to compile JSPs in a
 separate process if set to true.  It prevents
 memory
 leaks due to javac and reduces GC due to JSP
 compiles.
 
 Then he explicitly says, Do not set fork to true
 on
 MS Windows.
 
 This this correct for Tomcat 4.1.29 running on
 Windows
 2000?
 
 He also recommends setting the two servlet
 init-param development and mappedfile to false.
 I've never done that before.  (Good to know.)
 
 How many other well-known settings am I missing?
 
 Thanks - %
 
 
 
 
 
 __
 Do you Yahoo!?
 Friends.  Fun.  Try the all-new Yahoo! Messenger.
 http://messenger.yahoo.com/
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 
 
 This e-mail, including any attachments, is a
 confidential business communication, and may contain
 information that is confidential, proprietary and/or
 privileged.  This e-mail is intended only for the
 individual(s) to whom it is addressed, and may not
 be saved, copied, printed, disclosed or used by
 anyone else.  If you are not the(an) intended
 recipient, please immediately delete this e-mail
 from your computer system and notify the sender. 
 Thank you.
 
 

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





__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

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



RE: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000

2004-06-09 Thread Shapira, Yoav

Hi,
No problem, it's not a waste of time, if you missed it 1000 others did
as well.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Michael Duffy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 09, 2004 2:48 PM
To: Tomcat Users List
Subject: RE: Performance Tuning Question For Tomcat 4.1.29 On Windows
2000


Hi Yoav,

Yup, I'm a doofus.  ;)  I realized after I'd sent this
note out that I should look on the Tomcat site for
help.  I'm making those changes to my web.xml now.

Sorry to waste your time, and thanks. - %


--- Shapira, Yoav [EMAIL PROTECTED] wrote:

 Hi,
 Note that these fork and development settings are
 explicitly covered in
 the tomcat docs with regards to development versus
 production
 configurations.  For tomcat 4.1, see

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html.

 Yoav Shapira
 Millennium Research Informatics


 -Original Message-
 From: Michael Duffy [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 09, 2004 2:32 PM
 To: [EMAIL PROTECTED]
 Subject: Performance Tuning Question For Tomcat
 4.1.29 On Windows 2000
 
 
 That nice performance tuning presentation by Glenn
 Nielsen has some nice tips that I was unaware of,
 but
 there's one that's confusing me.
 
 In web.xml, he talks about the servlet init-param
 fork.   This tells Tomcat to compile JSPs in a
 separate process if set to true.  It prevents
 memory
 leaks due to javac and reduces GC due to JSP
 compiles.
 
 Then he explicitly says, Do not set fork to true
 on
 MS Windows.
 
 This this correct for Tomcat 4.1.29 running on
 Windows
 2000?
 
 He also recommends setting the two servlet
 init-param development and mappedfile to false.
 I've never done that before.  (Good to know.)
 
 How many other well-known settings am I missing?
 
 Thanks - %
 
 
 
 
 
 __
 Do you Yahoo!?
 Friends.  Fun.  Try the all-new Yahoo! Messenger.
 http://messenger.yahoo.com/
 

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




 This e-mail, including any attachments, is a
 confidential business communication, and may contain
 information that is confidential, proprietary and/or
 privileged.  This e-mail is intended only for the
 individual(s) to whom it is addressed, and may not
 be saved, copied, printed, disclosed or used by
 anyone else.  If you are not the(an) intended
 recipient, please immediately delete this e-mail
 from your computer system and notify the sender.
 Thank you.



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






__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/

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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Re: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000

2004-06-09 Thread Kunthar
Hi all,

I am new in community. I'd like to say that it is really good idea to have a
book before fight with daily troubles.
It has two advantages;
1. You can help by doing this to all developers and volunteers,
2. You have refined ideas to organize logic and understand what exactly
happens inside of system

btw; My recommendation is Tomcat The Definitive Guide by Jason Brittain 
Ian F. Darwin, O'Reilly Press

Take care all...

- Original Message - 
From: Shapira, Yoav [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Wednesday, June 09, 2004 9:49 PM
Subject: RE: Performance Tuning Question For Tomcat 4.1.29 On Windows 2000



Hi,
No problem, it's not a waste of time, if you missed it 1000 others did
as well.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Michael Duffy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 09, 2004 2:48 PM
To: Tomcat Users List
Subject: RE: Performance Tuning Question For Tomcat 4.1.29 On Windows
2000


Hi Yoav,

Yup, I'm a doofus.  ;)  I realized after I'd sent this
note out that I should look on the Tomcat site for
help.  I'm making those changes to my web.xml now.

Sorry to waste your time, and thanks. - %


--- Shapira, Yoav [EMAIL PROTECTED] wrote:

 Hi,
 Note that these fork and development settings are
 explicitly covered in
 the tomcat docs with regards to development versus
 production
 configurations.  For tomcat 4.1, see

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html.

 Yoav Shapira
 Millennium Research Informatics


 -Original Message-
 From: Michael Duffy [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 09, 2004 2:32 PM
 To: [EMAIL PROTECTED]
 Subject: Performance Tuning Question For Tomcat
 4.1.29 On Windows 2000
 
 
 That nice performance tuning presentation by Glenn
 Nielsen has some nice tips that I was unaware of,
 but
 there's one that's confusing me.
 
 In web.xml, he talks about the servlet init-param
 fork.   This tells Tomcat to compile JSPs in a
 separate process if set to true.  It prevents
 memory
 leaks due to javac and reduces GC due to JSP
 compiles.
 
 Then he explicitly says, Do not set fork to true
 on
 MS Windows.
 
 This this correct for Tomcat 4.1.29 running on
 Windows
 2000?
 
 He also recommends setting the two servlet
 init-param development and mappedfile to false.
 I've never done that before.  (Good to know.)
 
 How many other well-known settings am I missing?
 
 Thanks - %
 
 
 
 
 
 __
 Do you Yahoo!?
 Friends.  Fun.  Try the all-new Yahoo! Messenger.
 http://messenger.yahoo.com/
 

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




 This e-mail, including any attachments, is a
 confidential business communication, and may contain
 information that is confidential, proprietary and/or
 privileged.  This e-mail is intended only for the
 individual(s) to whom it is addressed, and may not
 be saved, copied, printed, disclosed or used by
 anyone else.  If you are not the(an) intended
 recipient, please immediately delete this e-mail
 from your computer system and notify the sender.
 Thank you.



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






__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/

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




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


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



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.701 / Virus Database: 458 - Release Date: 07.06.2004


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