Does Tomcat run better on Linux or Windows?

2005-08-30 Thread Chad Lester
Is Tomcat more stable on Linux or Windows 2003? What are the pros/cons
of using it on each platform? 

 

Thank you in advance for your help and advice,

Chad

 

 

 



Re: Does Tomcat run better on Linux or Windows?

2005-08-30 Thread Brian Cook


Wow this seem likely to start flame war.  Since it is written in Java 
there is really not much of a difference.  The only thing that comes to 
mind is that you have to reboot windows every time you need to make a 
change to the CLASSPATH, JAVA_HOME, or TOMCAT_HOME variables which can 
be a pain.


I will also throw in that it is my personal option(NOTE: For any 
extremists on the list I said my option.  Not an absolute fact.  Just 
one guys experience) that you spend a lot less time maintaining Linux.


This is mainly because Linux is so modular that you can uninstall 
everything but the parts you want.  So the only things I have to keep up 
with and patch are the Kernel, MySQL, Apache, and Tomcat.  No GUI, no 
extra services, etc.


Chad Lester wrote:

Is Tomcat more stable on Linux or Windows 2003? What are the pros/cons
of using it on each platform? 

 


Thank you in advance for your help and advice,

Chad

 


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

RE: Does Tomcat run better on Linux or Windows?

2005-08-30 Thread Caldarale, Charles R
 From: Brian Cook [mailto:[EMAIL PROTECTED] 
 Subject: Re: Does Tomcat run better on Linux or Windows?
 
 The only thing that comes to mind is that you have to 
 reboot windows every time you need to make a change to 
 the CLASSPATH, JAVA_HOME, or TOMCAT_HOME variables 

That's simply not true. Opening up a new instance of the command prompt
will pick up any modified or added environment variables.  (But don't
construe this statement as an endorsement of Windows over Linux, by any
means.)

 - 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]



Re: Does Tomcat run better on Linux or Windows?

2005-08-30 Thread Scott Reynolds
I've been running Tomcat on both Linux and Windows for a couple years now and
other than the differences in installation and maintenance, haven't noticed any
differences as far as stability is concerned.

Scott

--- Chad Lester [EMAIL PROTECTED] wrote:

 Is Tomcat more stable on Linux or Windows 2003? What are the pros/cons
 of using it on each platform? 
 
  
 
 Thank you in advance for your help and advice,
 
 Chad
 
  
 
  
 
  
 
 


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



RE: Does Tomcat run better on Linux or Windows?

2005-08-30 Thread Rob Hills
Hi All,

On 30 Aug 2005 at 18:12, Caldarale, Charles R wrote:

  From: Brian Cook [mailto:[EMAIL PROTECTED] 
  Subject: Re: Does Tomcat run better on Linux or Windows?
  
  The only thing that comes to mind is that you have to 
  reboot windows every time you need to make a change to 
  the CLASSPATH, JAVA_HOME, or TOMCAT_HOME variables 
 
 That's simply not true. Opening up a new instance of the command prompt
 will pick up any modified or added environment variables.  (But don't
 construe this statement as an endorsement of Windows over Linux, by any
 means.)

That is correct, but many of us run Tomcat as a Service.  I've not yet 
been able to find a way of changing environment variables in Windows 
and have the OS pick up the changes and pass them to a service (no 
matter how often you stop and start the service) without rebooting.

Cheers,

Rob Hills
MBBS, Grad Dip Com Stud, MACS
Senior Consultant
Netpaver Web Solutions
Tel:(08) 9485 2555
Mob:(0412) 904 357
Fax:(08) 9485 2555



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



Re: Does Tomcat run better on Linux or Windows?

2005-08-30 Thread Jason Bainbridge
On 8/30/05, Rob Hills [EMAIL PROTECTED] wrote:
 Hi All,
 
 On 30 Aug 2005 at 18:12, Caldarale, Charles R wrote:
 
   From: Brian Cook [mailto:[EMAIL PROTECTED]
   Subject: Re: Does Tomcat run better on Linux or Windows?
  
   The only thing that comes to mind is that you have to
   reboot windows every time you need to make a change to
   the CLASSPATH, JAVA_HOME, or TOMCAT_HOME variables
 
  That's simply not true. Opening up a new instance of the command prompt
  will pick up any modified or added environment variables.  (But don't
  construe this statement as an endorsement of Windows over Linux, by any
  means.)
 
 That is correct, but many of us run Tomcat as a Service.  I've not yet
 been able to find a way of changing environment variables in Windows
 and have the OS pick up the changes and pass them to a service (no
 matter how often you stop and start the service) without rebooting.

Usually closing the Windows Services applet and reopening it does the
trick, I've found Windows picks up the environment variables at the
time a program is started so usually closing whatever program and
reopening it works.

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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



RE: Does Tomcat run better on Linux or Windows?

2005-08-30 Thread Caldarale, Charles R
 From: Rob Hills [mailto:[EMAIL PROTECTED] 
 Subject: RE: Does Tomcat run better on Linux or Windows?
 
 I've not yet been able to find a way of changing environment 
 variables in Windows and have the OS pick up the changes and 
 pass them to a service (no matter how often you stop and start 
 the service) without rebooting.

As far as I know, when run as a service, Tomcat itself does not actually
use any environment variables (although your app or config files might).
You normally change the service settings either by editing the registry
or running the service manager (tomcat5w.exe).

 - 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]



Re: Does Tomcat run better on Linux or Windows?

2005-08-30 Thread Larry Meadors
Eeek, this is almost like a which is better: vi or emacs? thread...

Having used tomcat in both environments, here is my $0.02 on the topic:

 - Linux
  + more secure out of the box
  + simpler for more complex configurations
  + simpler for upgrades
  + usually more uptime
  + more controlled environment

 - Windows
  + simpler for simple configurations
  + easier to setup

YMMV,
Larry


On 8/30/05, Chad Lester [EMAIL PROTECTED] wrote:
 Is Tomcat more stable on Linux or Windows 2003? What are the pros/cons
 of using it on each platform?
 
 
 
 Thank you in advance for your help and advice,
 
 Chad
 
 
 
 
 
 
 
 


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



Re: Does Tomcat run better on Linux or Windows?

2005-08-30 Thread Michael Kleinhenz

 Is Tomcat more stable on Linux or Windows 2003? What are the pros/cons
 of using it on each platform? 

If you're planning for a high-performance high-load system, don't use
Windows 2003 Standard Edition. It has serious limitations in the TCP/IP
stack. I wasn't able to open more than ~3500 concurrent network
connections to a database cluster. The common error was no buffer space
available.

Linux on the same machine works fine. Would be interesting if Win 2003
EE or DCE has the same limitation.

The real pain was not the limitation itself, but that is _not_
documented. The error message is listed as a common error that occurs in
many different situations. Great.

-- Michael


-- 
Michael Kleinhenz
tarent GmbH . Bahnhofstr. 13 . 53123 Bonn
fon +49 (228) / 52 67 5-0 . fax +49 (228) / 52 67 5-25

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